Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-03 Thread Stephen Rothwell
Hi Ingo, On Thu, 3 Mar 2016 16:10:21 +0100 Ingo Molnar wrote: > > I'll add Josh's fixes to -tip ASAP as well, so hopefully soon you can drop > all > linux-next specific patches related to this and it will all work Just Fine > (tm). Thanks for that. I have now dropped these

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-03 Thread Stephen Rothwell
Hi Ingo, On Thu, 3 Mar 2016 16:10:21 +0100 Ingo Molnar wrote: > > I'll add Josh's fixes to -tip ASAP as well, so hopefully soon you can drop > all > linux-next specific patches related to this and it will all work Just Fine > (tm). Thanks for that. I have now dropped these patches. > Sorry

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-03 Thread H. Peter Anvin
On March 2, 2016 6:43:14 PM PST, Stephen Rothwell wrote: >Hi Josh, > >Just a couple of quick comments ... > >On Wed, 2 Mar 2016 18:39:37 -0600 Josh Poimboeuf >wrote: >> >> diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile >> index

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-03 Thread H. Peter Anvin
On March 2, 2016 6:43:14 PM PST, Stephen Rothwell wrote: >Hi Josh, > >Just a couple of quick comments ... > >On Wed, 2 Mar 2016 18:39:37 -0600 Josh Poimboeuf >wrote: >> >> diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile >> index c4f0713..e4a6bd5 100644 >> ---

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-03 Thread Ingo Molnar
* Stephen Rothwell wrote: > Hi Josh, > > On Wed, 2 Mar 2016 21:20:58 -0600 Josh Poimboeuf wrote: > > > > On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > > > > > > I was wondering if this would be more appropriate in

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-03 Thread Ingo Molnar
* Stephen Rothwell wrote: > Hi Josh, > > On Wed, 2 Mar 2016 21:20:58 -0600 Josh Poimboeuf wrote: > > > > On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > > > > > > I was wondering if this would be more appropriate in scripts/objtool > > > since it is used during the

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Josh Poimboeuf
On Thu, Mar 03, 2016 at 02:38:43PM +1100, Stephen Rothwell wrote: > Hi Josh, > > On Wed, 2 Mar 2016 21:20:58 -0600 Josh Poimboeuf wrote: > > > > On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > > > > > > I was wondering if this would be more appropriate

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Josh Poimboeuf
On Thu, Mar 03, 2016 at 02:38:43PM +1100, Stephen Rothwell wrote: > Hi Josh, > > On Wed, 2 Mar 2016 21:20:58 -0600 Josh Poimboeuf wrote: > > > > On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > > > > > > I was wondering if this would be more appropriate in scripts/objtool > >

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Stephen Rothwell
Hi Josh, On Wed, 2 Mar 2016 21:20:58 -0600 Josh Poimboeuf wrote: > > On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > > > > I was wondering if this would be more appropriate in scripts/objtool > > since it is used during the building of the kernel. Or

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Stephen Rothwell
Hi Josh, On Wed, 2 Mar 2016 21:20:58 -0600 Josh Poimboeuf wrote: > > On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > > > > I was wondering if this would be more appropriate in scripts/objtool > > since it is used during the building of the kernel. Or does it have a > >

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Josh Poimboeuf
On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > Hi Josh, > > Just a couple of quick comments ... > > On Wed, 2 Mar 2016 18:39:37 -0600 Josh Poimboeuf wrote: > > > > diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile > > index c4f0713..e4a6bd5

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Josh Poimboeuf
On Thu, Mar 03, 2016 at 01:43:14PM +1100, Stephen Rothwell wrote: > Hi Josh, > > Just a couple of quick comments ... > > On Wed, 2 Mar 2016 18:39:37 -0600 Josh Poimboeuf wrote: > > > > diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile > > index c4f0713..e4a6bd5 100644 > > ---

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Stephen Rothwell
Hi Josh, Just a couple of quick comments ... On Wed, 2 Mar 2016 18:39:37 -0600 Josh Poimboeuf wrote: > > diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile > index c4f0713..e4a6bd5 100644 > --- a/tools/objtool/Makefile > +++ b/tools/objtool/Makefile I was

Re: [PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Stephen Rothwell
Hi Josh, Just a couple of quick comments ... On Wed, 2 Mar 2016 18:39:37 -0600 Josh Poimboeuf wrote: > > diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile > index c4f0713..e4a6bd5 100644 > --- a/tools/objtool/Makefile > +++ b/tools/objtool/Makefile I was wondering if this would be

[PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Josh Poimboeuf
When building with CONFIG_STACK_VALIDATION on a ppc64le host with an x86 cross-compiler, Stephen Rothwell saw the following objtool build errors: DESCEND objtool CC /home/sfr/next/x86_64_allmodconfig/tools/objtool/builtin-check.o CC

[PATCH 2/2] objtool: Support CROSS_COMPILE

2016-03-02 Thread Josh Poimboeuf
When building with CONFIG_STACK_VALIDATION on a ppc64le host with an x86 cross-compiler, Stephen Rothwell saw the following objtool build errors: DESCEND objtool CC /home/sfr/next/x86_64_allmodconfig/tools/objtool/builtin-check.o CC