Re: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is used

2016-03-02 Thread Stephen Rothwell
Hi Sedat, On Thu, 3 Mar 2016 08:31:57 +0100 Sedat Dilek wrote: > > Does Linux next-20160303 has this patch? > On a quick view I could not find it. It is applied as part of the merge commit that merges the tip tree, so there is not a separate commit for it. -- Cheers, Stephen Rothwell

Re: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is used

2016-03-02 Thread Sedat Dilek
On 3/2/16, Stephen Rothwell wrote: > Hi Josh, > > On Tue, 1 Mar 2016 15:54:51 -0600 Josh Poimboeuf > wrote: >> >> Changing it to use the host compiler would probably be an easy fix, but >> that would expose a harder bug related to endianness. > > Just by luck, my PowerPC host is little endian :-)

Re: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is used

2016-03-02 Thread Stephen Rothwell
Hi Josh, On Wed, 2 Mar 2016 15:17:26 -0600 Josh Poimboeuf wrote: > > On Wed, Mar 02, 2016 at 01:27:35PM +1100, Stephen Rothwell wrote: > > > > On Tue, 1 Mar 2016 15:54:51 -0600 Josh Poimboeuf > > wrote: > > > > > > Changing it to use the host compiler would probably be an easy fix, but > > >

Re: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is used

2016-03-02 Thread Josh Poimboeuf
On Wed, Mar 02, 2016 at 01:27:35PM +1100, Stephen Rothwell wrote: > Hi Josh, > > On Tue, 1 Mar 2016 15:54:51 -0600 Josh Poimboeuf wrote: > > > > Changing it to use the host compiler would probably be an easy fix, but > > that would expose a harder bug related to endianness. > > Just by luck, my

Re: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is used

2016-03-01 Thread Stephen Rothwell
Hi Josh, On Tue, 1 Mar 2016 15:54:51 -0600 Josh Poimboeuf wrote: > > Changing it to use the host compiler would probably be an easy fix, but > that would expose a harder bug related to endianness. Just by luck, my PowerPC host is little endian :-) > How about the below workaround patch to disab