From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman In-Reply-To: References: <20170320065522.14839-1-andrew.donnellan@au1.ibm.com> <87var44a0b.fsf@concordia.ellerman.id.au> Date: Tue, 21 Mar 2017 18:00:26 +1100 Message-ID: <87mvcfp111.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [kernel-hardening] Re: [PATCH] gcc-plugins: update architecture list in documentation To: Kees Cook , Jonathan Corbet , Andrew Donnellan Cc: Emese Revfy , "kernel-hardening@lists.openwall.com" , "linux-doc@vger.kernel.org" , LKML , "linuxppc-dev@lists.ozlabs.org" List-ID: Kees Cook writes: > On Mon, Mar 20, 2017 at 1:39 AM, Michael Ellerman wrote: >> Andrew Donnellan 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 >>> --- >>> 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? > > If you have other changes queued for v4.11, please take it via your > tree. Otherwise, perhaps the docs tree or mine? (I don't currently > have any fixes queued; I'm just trying to minimize pull requests going > to Linus...) I have some fixes queued already, so unless Jon yells I'll take it in the next day or so. cheers