From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f196.google.com ([209.85.215.196]:33645 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728051AbgBYS6a (ORCPT ); Tue, 25 Feb 2020 13:58:30 -0500 Received: by mail-pg1-f196.google.com with SMTP id 6so11034pgk.0 for ; Tue, 25 Feb 2020 10:58:30 -0800 (PST) Date: Tue, 25 Feb 2020 10:58:28 -0800 From: Kees Cook Subject: Re: [PATCH] gcc-plugins: fix gcc-plugins directory path in documentation Message-ID: <202002251057.C4E397A@keescook> References: <20200213122410.1605-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200213122410.1605-1-masahiroy@kernel.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Jonathan Corbet Cc: Masahiro Yamada , Emese Revfy , Michal Marek , kernel-hardening@lists.openwall.com, linux-doc@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, Feb 13, 2020 at 09:24:10PM +0900, Masahiro Yamada wrote: > Fix typos "plgins" -> "plugins". > > Signed-off-by: Masahiro Yamada Thanks! Acked-by: Kees Cook Jon, can you take this? -Kees > --- > > Documentation/kbuild/reproducible-builds.rst | 2 +- > scripts/gcc-plugins/Kconfig | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/kbuild/reproducible-builds.rst b/Documentation/kbuild/reproducible-builds.rst > index 503393854e2e..3b25655e441b 100644 > --- a/Documentation/kbuild/reproducible-builds.rst > +++ b/Documentation/kbuild/reproducible-builds.rst > @@ -101,7 +101,7 @@ Structure randomisation > > If you enable ``CONFIG_GCC_PLUGIN_RANDSTRUCT``, you will need to > pre-generate the random seed in > -``scripts/gcc-plgins/randomize_layout_seed.h`` so the same value > +``scripts/gcc-plugins/randomize_layout_seed.h`` so the same value > is used in rebuilds. > > Debug info conflicts > diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig > index e3569543bdac..7b63c819610c 100644 > --- a/scripts/gcc-plugins/Kconfig > +++ b/scripts/gcc-plugins/Kconfig > @@ -86,7 +86,7 @@ config GCC_PLUGIN_RANDSTRUCT > source tree isn't cleaned after kernel installation). > > The seed used for compilation is located at > - scripts/gcc-plgins/randomize_layout_seed.h. It remains after > + scripts/gcc-plugins/randomize_layout_seed.h. It remains after > a make clean to allow for external modules to be compiled with > the existing seed and will be removed by a make mrproper or > make distclean. > -- > 2.17.1 > -- Kees Cook