From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB1A3C433F5 for ; Mon, 18 Oct 2021 19:28:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE4CA61074 for ; Mon, 18 Oct 2021 19:28:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232871AbhJRTa0 (ORCPT ); Mon, 18 Oct 2021 15:30:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231424AbhJRTaZ (ORCPT ); Mon, 18 Oct 2021 15:30:25 -0400 Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F18BC061745 for ; Mon, 18 Oct 2021 12:28:14 -0700 (PDT) Received: by mail-pj1-x1029.google.com with SMTP id q10-20020a17090a1b0a00b001a076a59640so549537pjq.0 for ; Mon, 18 Oct 2021 12:28:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=T17Zx5b+9cZpZ2b2XmW+zfPtibEmmpshlWxKBV4MDzM=; b=TZ1/KPtQoYkVktZdrLnmAUt3Xt+Yl/n4oACnfVoXP8srs1kET1CPyXfdDW9mxolIso ytcf1512ADi86r/4854+CiERO/U8Vb+dKemq7SPbiZ0E0Xw4C9k6IPrMdQAX484+P1Fz hIphG9vwoMayv9/tVBkymSEIb9v0eJTtV5j/E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=T17Zx5b+9cZpZ2b2XmW+zfPtibEmmpshlWxKBV4MDzM=; b=CMssCX2Y8Gc2TZQds/ZVIrTpArHEd9PzUfwAOy44LOmoVtB/6JDvdRuJnW3ONWpsQw xfF3b+snsClz6UZ6gx8AeRCVAiL2EvhklcM6ofNLL3apbgWpA+VP1HqvOM9TH3SaIqTx 18SVZaUtogezCC7ZMbEBORoiLSUaYePRFCZBZ+qXl1x2QI0FhpPYnn9m9fr+GUOxibC+ abJbfRBzO1Q9m13RujJjeFJz1AY2fWGwe3+X5o0lQZvenjuvRdT/XXKLkqn/5oOBbsW/ DsWVn0Q1cJ68gLW6MO1bjsGJB745zIOgD+ywyT/wOYu0FOwxh1IbFFGMJJK7OscT6UwR nJsQ== X-Gm-Message-State: AOAM532UWfyjkBo6jBYZam5hblVjHcskrgj8DGW5JzEXzIUtgg7Yllq5 IzN2JscD1lqjSOUAdS/G7koYJQ== X-Google-Smtp-Source: ABdhPJyQWXpyp8PGkVchG0m3Q5r5UvHI3hWDDD7MwqFIbT/BbmPwUxhIsbhwMH+mFw+4XJqrBdvkrw== X-Received: by 2002:a17:903:1112:b0:13d:ce49:e275 with SMTP id n18-20020a170903111200b0013dce49e275mr29826166plh.5.1634585293673; Mon, 18 Oct 2021 12:28:13 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id ng5sm211359pjb.51.2021.10.18.12.28.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Oct 2021 12:28:13 -0700 (PDT) Date: Mon, 18 Oct 2021 12:28:11 -0700 From: Kees Cook To: Arnd Bergmann Cc: Linux Kernel Mailing List , Rasmus Villemoes , Daniel Micay , Francis Laniel , Bart Van Assche , David Gow , Linux-MM , clang-built-linux , linux-hardening@vger.kernel.org Subject: Re: [PATCH for-next 21/25] lib: Introduce CONFIG_TEST_MEMCPY Message-ID: <202110181227.534491C34@keescook> References: <20210822075122.864511-1-keescook@chromium.org> <20210822075122.864511-22-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-hardening@vger.kernel.org On Mon, Oct 18, 2021 at 05:46:09PM +0200, Arnd Bergmann wrote: > On Sun, Aug 22, 2021 at 9:56 AM Kees Cook wrote: > > +FORTIFY_SOURCE > > +M: Kees Cook > > +L: linux-hardening@vger.kernel.org > > +S: Supported > > I had added you to Cc on a patch because of this entry, and the email > bounced. It looks like you need an extra 'r' in the address. *facepalm* Thank you, fixing... -- Kees Cook