Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Kees Cook
On Tue, Aug 2, 2016 at 2:00 PM, Linus Torvalds wrote: > On Tue, Aug 2, 2016 at 4:55 PM, Kees Cook wrote: >> >> The version with $SRCARCH is the correct version. (I think akpm may >> have picked up the v1, but Michal requested some changes

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Kees Cook
On Tue, Aug 2, 2016 at 2:00 PM, Linus Torvalds wrote: > On Tue, Aug 2, 2016 at 4:55 PM, Kees Cook wrote: >> >> The version with $SRCARCH is the correct version. (I think akpm may >> have picked up the v1, but Michal requested some changes that resulted >> in the v2 with the $SRCARCH correction.)

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Kees Cook
On Tue, Aug 2, 2016 at 1:41 PM, Linus Torvalds wrote: > On Tue, Aug 2, 2016 at 3:00 PM, Michal Marek wrote: >> >> please merge these kbuild changes for v4.8-rc1: > > Merged. However, there were two slightly different versions of this > commit in my

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Kees Cook
On Tue, Aug 2, 2016 at 1:41 PM, Linus Torvalds wrote: > On Tue, Aug 2, 2016 at 3:00 PM, Michal Marek wrote: >> >> please merge these kbuild changes for v4.8-rc1: > > Merged. However, there were two slightly different versions of this > commit in my tree: > >> Kees Cook (2): >> kbuild:

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Michal Marek
Dne 2.8.2016 v 22:55 Kees Cook napsal(a): > On Tue, Aug 2, 2016 at 1:41 PM, Linus Torvalds > wrote: >> On Tue, Aug 2, 2016 at 3:00 PM, Michal Marek wrote: >>> >>> please merge these kbuild changes for v4.8-rc1: >> >> Merged. However, there were two

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Linus Torvalds
On Tue, Aug 2, 2016 at 4:55 PM, Kees Cook wrote: > > The version with $SRCARCH is the correct version. (I think akpm may > have picked up the v1, but Michal requested some changes that resulted > in the v2 with the $SRCARCH correction.) That's what I assumed, and that's

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Michal Marek
Dne 2.8.2016 v 22:55 Kees Cook napsal(a): > On Tue, Aug 2, 2016 at 1:41 PM, Linus Torvalds > wrote: >> On Tue, Aug 2, 2016 at 3:00 PM, Michal Marek wrote: >>> >>> please merge these kbuild changes for v4.8-rc1: >> >> Merged. However, there were two slightly different versions of this >> commit

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Linus Torvalds
On Tue, Aug 2, 2016 at 4:55 PM, Kees Cook wrote: > > The version with $SRCARCH is the correct version. (I think akpm may > have picked up the v1, but Michal requested some changes that resulted > in the v2 with the $SRCARCH correction.) That's what I assumed, and that's the version I picked.

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Linus Torvalds
On Tue, Aug 2, 2016 at 3:00 PM, Michal Marek wrote: > > please merge these kbuild changes for v4.8-rc1: Merged. However, there were two slightly different versions of this commit in my tree: > Kees Cook (2): > kbuild: Abort build on bad stack protector flag differing by

Re: [GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Linus Torvalds
On Tue, Aug 2, 2016 at 3:00 PM, Michal Marek wrote: > > please merge these kbuild changes for v4.8-rc1: Merged. However, there were two slightly different versions of this commit in my tree: > Kees Cook (2): > kbuild: Abort build on bad stack protector flag differing by $ARCH vs

[GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Michal Marek
Hi Linus, please merge these kbuild changes for v4.8-rc1: - GCC plugin support by Emese Revfy from grsecurity, with a fixup from Kees Cook. The plugins are meant to be used for static analysis of the kernel code. Two plugins are provided already. - Reduction of the gcc commandline by Arnd

[GIT PULL] kbuild changes for v4.8-rc1

2016-08-02 Thread Michal Marek
Hi Linus, please merge these kbuild changes for v4.8-rc1: - GCC plugin support by Emese Revfy from grsecurity, with a fixup from Kees Cook. The plugins are meant to be used for static analysis of the kernel code. Two plugins are provided already. - Reduction of the gcc commandline by Arnd