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
t;> From a3c65947011a420743f308b698171c4209105d3f Mon Sep 17 00:00:00 2001 >> Message-Id: >> >> From: Josh Poimboeuf >> Date: Tue, 1 Mar 2016 13:35:51 -0600 >> Subject: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is >> used > > I have appl

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
; > Message-Id: > > > > From: Josh Poimboeuf > > Date: Tue, 1 Mar 2016 13:35:51 -0600 > > Subject: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is > > used > > I have applied this to the merge of the tip tree in linux-next today > and it

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

2016-03-01 Thread Stephen Rothwell
m: Josh Poimboeuf > Date: Tue, 1 Mar 2016 13:35:51 -0600 > Subject: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is used I have applied this to the merge of the tip tree in linux-next today and it compiles fine for me. I will continue applying it until something better com

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

2016-03-01 Thread Josh Poimboeuf
t then. >From a3c65947011a420743f308b698171c4209105d3f Mon Sep 17 00:00:00 2001 Message-Id: From: Josh Poimboeuf Date: Tue, 1 Mar 2016 13:35:51 -0600 Subject: [PATCH] objtool: Disable stack validation when CROSS_COMPILE is used When building with CONFIG_STACK_VALIDATION on a PowerPC hos