Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 20 Mar 2017 19:39:48 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: Andrew Donnellan <andrew.donnellan@....ibm.com>, keescook@...omium.org, re.emese@...il.com, kernel-hardening@...ts.openwall.com, corbet@....net, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH] gcc-plugins: update architecture list in documentation

Andrew Donnellan <andrew.donnellan@....ibm.com> writes:

> Commit 65c059bcaa73 ("powerpc: Enable support for GCC plugins") enabled GCC
> plugins on powerpc, but neglected to update the architecture list in the
> docs. Rectify this.
>
> Fixes: 65c059bcaa73 ("powerpc: Enable support for GCC plugins")
> Signed-off-by: Andrew Donnellan <andrew.donnellan@....ibm.com>
> ---
>  Documentation/gcc-plugins.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

It would be nice to merge this for v4.11, so the docs are up to do date
with the code for the release.

I'm not sure who owns it though, should it go via Jon as docs
maintainer (added to CC), or via Kees tree or mine?

cheers


>
> diff --git a/Documentation/gcc-plugins.txt b/Documentation/gcc-plugins.txt
> index 891c69464434..433eaefb4aa1 100644
> --- a/Documentation/gcc-plugins.txt
> +++ b/Documentation/gcc-plugins.txt
> @@ -18,8 +18,8 @@ because gcc versions 4.5 and 4.6 are compiled by a C compiler,
>  gcc-4.7 can be compiled by a C or a C++ compiler,
>  and versions 4.8+ can only be compiled by a C++ compiler.
>  
> -Currently the GCC plugin infrastructure supports only the x86, arm and arm64
> -architectures.
> +Currently the GCC plugin infrastructure supports only the x86, arm, arm64 and
> +powerpc architectures.
>  
>  This infrastructure was ported from grsecurity [6] and PaX [7].
>  
> -- 
> Andrew Donnellan              OzLabs, ADL Canberra
> andrew.donnellan@....ibm.com  IBM Australia Limited

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.