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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A1B3C433DF for ; Sun, 28 Jun 2020 06:00:55 +0000 (UTC) Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.kernel.org (Postfix) with SMTP id D0A84207E8 for ; Sun, 28 Jun 2020 06:00:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nifty.com header.i=@nifty.com header.b="djQ8GNcZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D0A84207E8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernel-hardening-return-19186-kernel-hardening=archiver.kernel.org@lists.openwall.com Received: (qmail 22215 invoked by uid 550); 28 Jun 2020 06:00:46 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Received: (qmail 22181 invoked from network); 28 Jun 2020 06:00:45 -0000 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 05S60Pt9004020 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1593324027; bh=0Adi9oEkoNL+VTKk8ereW4+c8tkNY7OySZ7YBSe/YKA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=djQ8GNcZ6OaJRd6KZriIuFLm4oHwO98Z73bgyDkIIGwgMeV9ji3d+fUDWbfZpHd9L yS3k8arpc4oL8YK+PkqqoLv8VIHIfH52qjvHJTVcl80p6bmftr3aPtwDq6K/0hYCsw R16OHZajjQ/Q/h+txtb1JIFlNQo4Ir+Z0V8g7Wpfcu9xkEPqtEX3Hm/QwnggCfXxAI DAe70KRDRgEDP+41rG2Xnl2wIo1Mhd/wfKuMfcrX2UyiT/bY3CbVMmAsf4Kz2PhX3X cNiIoQBd4KhuLUw/7fAhc3XRXuXoRVx3ttTybTW+yPKC/+cRHgEcyEbNDQ4FYHtaNb j4aoLZBOrCWew== X-Nifty-SrcIP: [209.85.217.41] X-Gm-Message-State: AOAM530bwQ8THkAVbp2xZrLSumCv04b55Ei9So/oeB7ZKVipvy2wwja/ H8pe379LvxC0sKUmFGvvh/oiVLoUCapA7Sv4Xes= X-Google-Smtp-Source: ABdhPJxgrePNlmZbq4ODpdCqz51OGKwCFn/JnfhPPtPIn9WGJz+XI26wgi75kbSCrE2XC7QDCT/X8jAgUv6zb+cIVPk= X-Received: by 2002:a67:22c7:: with SMTP id i190mr7470079vsi.179.1593324024627; Sat, 27 Jun 2020 23:00:24 -0700 (PDT) MIME-Version: 1.0 References: <20200213122410.1605-1-masahiroy@kernel.org> <202002251057.C4E397A@keescook> In-Reply-To: <202002251057.C4E397A@keescook> From: Masahiro Yamada Date: Sun, 28 Jun 2020 14:59:47 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] gcc-plugins: fix gcc-plugins directory path in documentation To: Kees Cook Cc: Jonathan Corbet , Emese Revfy , Michal Marek , Kernel Hardening , "open list:DOCUMENTATION" , Linux Kbuild mailing list , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" On Wed, Feb 26, 2020 at 3:58 AM Kees Cook wrote: > > 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? I noticed this patch had fallen into a crack. Applied to linux-kbuild now. Thanks. > -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 -- Best Regards Masahiro Yamada