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=-6.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D0472C35E04 for ; Tue, 25 Feb 2020 18:58:48 +0000 (UTC) Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.kernel.org (Postfix) with SMTP id 30B642176D for ; Tue, 25 Feb 2020 18:58:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="OTDHNKDT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 30B642176D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernel-hardening-return-17922-kernel-hardening=archiver.kernel.org@lists.openwall.com Received: (qmail 23588 invoked by uid 550); 25 Feb 2020 18:58:42 -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 23552 invoked from network); 25 Feb 2020 18:58:41 -0000 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=Iv8nu0Tmrew9fnUnqPnKjAEYAPCBJwm2aHqQgQlHcXI=; b=OTDHNKDTmnSxFLlKliRJJ9/P+0Gj67aV93Z9DkDKQSb5UBIv6Lf9hta72mOKzV7lCA hgdCJGHTBdyOTlwFrBh3IP1/RsLtfWq4kGje6VP73W5eFbI6N6Io/NJxgJdkF05efPs5 m+mbix3wNRslURQ37RuZEZxFXo2t0g1SvssQ8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Iv8nu0Tmrew9fnUnqPnKjAEYAPCBJwm2aHqQgQlHcXI=; b=YPLrxP6DqDX5WRpbOsLcqeYqsEGKJy/rx7blAO6wgzx31SZmrou7+1BE//ROZKw4Dx 8RO/K3vlbmBdN/GT0vXWT5GRvjsu7NkzITRw1lJcZx10AbbmkeM9Mh3VKZRD3fN7Qer8 DAKeq25fVwDSbr4RGMoSNPkT/Kbhp5N0BkWWa8rHkuFLL7ELXoQoSkzV9KU7Hz6nFN9y RE+v6CM6rUebl07/U6A7iZ2TF2To9ErPEhIy84K1UP12LnQrI38mq86paQIaKqVjD/gO ePY2l3aaw/pqXWddm2MJtuNqceMKv+AqNjFSsQ0gxpzcYFDC9bdwUasy9nQ8LjU74rJ8 AqoQ== X-Gm-Message-State: APjAAAWNnpd0R9zegTA32XYzj9g5YcQMpT56HEv1npUy8HE4CQY27c9j OTY2qdipwEsVovEM2Mt0vZP6wQ== X-Google-Smtp-Source: APXvYqwlFhU6hPGfLFawa58hpajX7pM4HYhMZNF5+kHXg+q9Uo6O71/hbEkW5Dj1+zEZt+TbulmPgw== X-Received: by 2002:a63:ce03:: with SMTP id y3mr62064239pgf.427.1582657109996; Tue, 25 Feb 2020 10:58:29 -0800 (PST) Date: Tue, 25 Feb 2020 10:58:28 -0800 From: Kees Cook 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 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> 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