Re: [PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19)

2018-09-20 Thread Miguel Ojeda
On Thu, Sep 20, 2018 at 3:59 PM, Greg Kroah-Hartman wrote: > On Thu, Sep 20, 2018 at 03:57:48PM +0200, Greg Kroah-Hartman wrote: >> On Tue, Sep 18, 2018 at 06:55:40PM +0200, Miguel Ojeda wrote: >> > These two patches are the 5th and 6th of the Compiler Attributes series, >> > which Stefan and Nick

Re: [PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19)

2018-09-20 Thread Greg Kroah-Hartman
On Thu, Sep 20, 2018 at 03:57:48PM +0200, Greg Kroah-Hartman wrote: > On Tue, Sep 18, 2018 at 06:55:40PM +0200, Miguel Ojeda wrote: > > These two patches are the 5th and 6th of the Compiler Attributes series, > > which Stefan and Nick requested to go into v4.19 so that the clang ARM32 > > build is

Re: [PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19)

2018-09-20 Thread Greg Kroah-Hartman
On Tue, Sep 18, 2018 at 06:55:40PM +0200, Miguel Ojeda wrote: > These two patches are the 5th and 6th of the Compiler Attributes series, > which Stefan and Nick requested to go into v4.19 so that the clang ARM32 > build is fixed. The v5 of Compiler Attributes will have these two removed > if this g

[PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19)

2018-09-18 Thread Miguel Ojeda
These two patches are the 5th and 6th of the Compiler Attributes series, which Stefan and Nick requested to go into v4.19 so that the clang ARM32 build is fixed. The v5 of Compiler Attributes will have these two removed if this goes in. Cc: Rasmus Villemoes Cc: Eli Friedman Cc: Christopher Li C