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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 412D7CDB47E for ; Fri, 20 Oct 2023 10:31:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376836AbjJTKbL (ORCPT ); Fri, 20 Oct 2023 06:31:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376956AbjJTKa5 (ORCPT ); Fri, 20 Oct 2023 06:30:57 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9027310F4; Fri, 20 Oct 2023 03:30:48 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9A28A2F4; Fri, 20 Oct 2023 03:31:29 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.70.146]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 067A83F5A1; Fri, 20 Oct 2023 03:30:47 -0700 (PDT) Date: Fri, 20 Oct 2023 11:30:38 +0100 From: Mark Rutland To: Kees Cook Cc: linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Include stackleak paths in hardening entry Message-ID: References: <20231019004616.work.960-kees@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231019004616.work.960-kees@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 18, 2023 at 05:46:20PM -0700, Kees Cook wrote: > While most of the gcc-plugins are self-contained in the > scripts/gcc-plugins directory, stackleak actually has some additional > files. Add those so changes are directed to the hardening list. > > Suggested-by: Mark Rutland > Signed-off-by: Kees Cook Makes sense to me, so FWIW: Acked-by: Mark Rutland Mark. > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5f18ed0fbd42..a4de29c0036f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8615,6 +8615,8 @@ L: linux-hardening@vger.kernel.org > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening > F: Documentation/kbuild/gcc-plugins.rst > +F: include/linux/stackleak.h > +F: kernel/stackleak.c > F: scripts/Makefile.gcc-plugins > F: scripts/gcc-plugins/ > > -- > 2.34.1 >