Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2014-08-11 Thread Guenter Roeck
On 08/10/2014 05:20 PM, Stephen Rothwell wrote: Hi Guenter, On Fri, 8 Aug 2014 22:22:12 -0700 Guenter Roeck wrote: Once again, we see arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org backwards

Re: [PATCH] powerpc: Fix attempt to move .org backwards error

2014-08-11 Thread Guenter Roeck
On 08/10/2014 05:20 PM, Stephen Rothwell wrote: Hi Guenter, On Fri, 8 Aug 2014 22:22:12 -0700 Guenter Roeck li...@roeck-us.net wrote: Once again, we see arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org backwards

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2014-08-10 Thread Stephen Rothwell
Hi Guenter, On Fri, 8 Aug 2014 22:22:12 -0700 Guenter Roeck wrote: > > Once again, we see > > arch/powerpc/kernel/exceptions-64s.S: Assembler messages: > arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org > backwards > arch/powerpc/kernel/exceptions-64s.S:866: Error:

Re: [PATCH] powerpc: Fix attempt to move .org backwards error

2014-08-10 Thread Stephen Rothwell
Hi Guenter, On Fri, 8 Aug 2014 22:22:12 -0700 Guenter Roeck li...@roeck-us.net wrote: Once again, we see arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org backwards arch/powerpc/kernel/exceptions-64s.S:866:

[PATCH] powerpc: Fix "attempt to move .org backwards" error

2014-08-08 Thread Guenter Roeck
Once again, we see arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org backwards arch/powerpc/kernel/exceptions-64s.S:866: Error: attempt to move .org backwards arch/powerpc/kernel/exceptions-64s.S:890: Error: attempt to

[PATCH] powerpc: Fix attempt to move .org backwards error

2014-08-08 Thread Guenter Roeck
Once again, we see arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org backwards arch/powerpc/kernel/exceptions-64s.S:866: Error: attempt to move .org backwards arch/powerpc/kernel/exceptions-64s.S:890: Error: attempt to

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-12 Thread Benjamin Herrenschmidt
On Mon, 2014-05-12 at 08:53 -0700, Guenter Roeck wrote: > On Mon, May 12, 2014 at 03:48:44PM +1000, Benjamin Herrenschmidt wrote: > > On Sun, 2014-05-11 at 21:52 -0700, Guenter Roeck wrote: > > > Oh well, it was worth a try. Can you give me an example for a failing > > > configuration ? > > > >

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-12 Thread Guenter Roeck
On Mon, May 12, 2014 at 03:48:44PM +1000, Benjamin Herrenschmidt wrote: > On Sun, 2014-05-11 at 21:52 -0700, Guenter Roeck wrote: > > Oh well, it was worth a try. Can you give me an example for a failing > > configuration ? > > My g5 config which is close to g5_defconfig with PR KVM enabled. > >

Re: [PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-12 Thread Guenter Roeck
On Mon, May 12, 2014 at 03:48:44PM +1000, Benjamin Herrenschmidt wrote: On Sun, 2014-05-11 at 21:52 -0700, Guenter Roeck wrote: Oh well, it was worth a try. Can you give me an example for a failing configuration ? My g5 config which is close to g5_defconfig with PR KVM enabled. In any

Re: [PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-12 Thread Benjamin Herrenschmidt
On Mon, 2014-05-12 at 08:53 -0700, Guenter Roeck wrote: On Mon, May 12, 2014 at 03:48:44PM +1000, Benjamin Herrenschmidt wrote: On Sun, 2014-05-11 at 21:52 -0700, Guenter Roeck wrote: Oh well, it was worth a try. Can you give me an example for a failing configuration ? My g5 config

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-11 Thread Benjamin Herrenschmidt
On Sun, 2014-05-11 at 21:52 -0700, Guenter Roeck wrote: > Oh well, it was worth a try. Can you give me an example for a failing > configuration ? My g5 config which is close to g5_defconfig with PR KVM enabled. In any case, see my other messages. I'm waiting for all my test builders to come back

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-11 Thread Guenter Roeck
On 05/11/2014 10:37 PM, Benjamin Herrenschmidt wrote: On Mon, 2014-05-12 at 14:12 +1000, Benjamin Herrenschmidt wrote: On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: Commit 4e243b7 (powerpc: Fix "attempt to move .org backwards" error) fixes the allyesconfig build by moving

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-11 Thread Benjamin Herrenschmidt
On Mon, 2014-05-12 at 14:12 +1000, Benjamin Herrenschmidt wrote: > On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: > > Commit 4e243b7 (powerpc: Fix "attempt to move .org backwards" error) fixes > > the > > allyesconfig build by moving machine_check_common to a different location. > >

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-11 Thread Guenter Roeck
On 05/11/2014 09:12 PM, Benjamin Herrenschmidt wrote: On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: Commit 4e243b7 (powerpc: Fix "attempt to move .org backwards" error) fixes the allyesconfig build by moving machine_check_common to a different location. While this fixes most of the

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-11 Thread Benjamin Herrenschmidt
On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: > Commit 4e243b7 (powerpc: Fix "attempt to move .org backwards" error) fixes the > allyesconfig build by moving machine_check_common to a different location. > While this fixes most of the errors, both allmodconfig and allyesconfig still >

Re: [PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-11 Thread Benjamin Herrenschmidt
On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: Commit 4e243b7 (powerpc: Fix attempt to move .org backwards error) fixes the allyesconfig build by moving machine_check_common to a different location. While this fixes most of the errors, both allmodconfig and allyesconfig still fail as

Re: [PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-11 Thread Guenter Roeck
On 05/11/2014 09:12 PM, Benjamin Herrenschmidt wrote: On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: Commit 4e243b7 (powerpc: Fix attempt to move .org backwards error) fixes the allyesconfig build by moving machine_check_common to a different location. While this fixes most of the

Re: [PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-11 Thread Benjamin Herrenschmidt
On Mon, 2014-05-12 at 14:12 +1000, Benjamin Herrenschmidt wrote: On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: Commit 4e243b7 (powerpc: Fix attempt to move .org backwards error) fixes the allyesconfig build by moving machine_check_common to a different location. While this

Re: [PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-11 Thread Guenter Roeck
On 05/11/2014 10:37 PM, Benjamin Herrenschmidt wrote: On Mon, 2014-05-12 at 14:12 +1000, Benjamin Herrenschmidt wrote: On Fri, 2014-05-09 at 17:07 -0700, Guenter Roeck wrote: Commit 4e243b7 (powerpc: Fix attempt to move .org backwards error) fixes the allyesconfig build by moving

Re: [PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-11 Thread Benjamin Herrenschmidt
On Sun, 2014-05-11 at 21:52 -0700, Guenter Roeck wrote: Oh well, it was worth a try. Can you give me an example for a failing configuration ? My g5 config which is close to g5_defconfig with PR KVM enabled. In any case, see my other messages. I'm waiting for all my test builders to come back

[PATCH] powerpc: Fix "attempt to move .org backwards" error (again)

2014-05-09 Thread Guenter Roeck
Commit 4e243b7 (powerpc: Fix "attempt to move .org backwards" error) fixes the allyesconfig build by moving machine_check_common to a different location. While this fixes most of the errors, both allmodconfig and allyesconfig still fail as follows. arch/powerpc/kernel/exceptions-64s.S:1315:

[PATCH] powerpc: Fix attempt to move .org backwards error (again)

2014-05-09 Thread Guenter Roeck
Commit 4e243b7 (powerpc: Fix attempt to move .org backwards error) fixes the allyesconfig build by moving machine_check_common to a different location. While this fixes most of the errors, both allmodconfig and allyesconfig still fail as follows. arch/powerpc/kernel/exceptions-64s.S:1315: Error:

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2014-02-15 Thread Guenter Roeck
On 02/11/2014 09:22 PM, Stephen Rothwell wrote: Hi all, On Tue, 10 Dec 2013 10:26:10 +1100 Benjamin Herrenschmidt wrote: On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: Reported-by: Stephen Rothwell Tested-by: Stephen Rothwell Works for me. Thanks. I will add this to

Re: [PATCH] powerpc: Fix attempt to move .org backwards error

2014-02-15 Thread Guenter Roeck
On 02/11/2014 09:22 PM, Stephen Rothwell wrote: Hi all, On Tue, 10 Dec 2013 10:26:10 +1100 Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: Reported-by: Stephen Rothwell s...@canb.auug.org.au Tested-by: Stephen Rothwell

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2014-02-11 Thread Stephen Rothwell
Hi all, On Tue, 10 Dec 2013 10:26:10 +1100 Benjamin Herrenschmidt wrote: > > On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: > > Reported-by: Stephen Rothwell > > Tested-by: Stephen Rothwell > > > > Works for me. Thanks. I will add this to linux-next today if Ben > > doesn't add

Re: [PATCH] powerpc: Fix attempt to move .org backwards error

2014-02-11 Thread Stephen Rothwell
Hi all, On Tue, 10 Dec 2013 10:26:10 +1100 Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: Reported-by: Stephen Rothwell s...@canb.auug.org.au Tested-by: Stephen Rothwell s...@canb.auug.org.au Works for me. Thanks. I

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2013-12-09 Thread Benjamin Herrenschmidt
On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: > Reported-by: Stephen Rothwell > Tested-by: Stephen Rothwell > > Works for me. Thanks. I will add this to linux-next today if Ben > doesn't add it to his tree. I will but probably not soon enough for your cut today Cheers, Ben.

Re: [PATCH] powerpc: Fix "attempt to move .org backwards" error

2013-12-09 Thread Stephen Rothwell
Hi, On Tue, 10 Dec 2013 00:40:15 +0530 Mahesh J Salgaonkar wrote: > > From: Mahesh Salgaonkar > > With recent machine check patch series changes, The exception vectors > starting from 0x4300 are now overflowing with allyesconfig. Fix that by > moving machine_check_common and

[PATCH] powerpc: Fix "attempt to move .org backwards" error

2013-12-09 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar With recent machine check patch series changes, The exception vectors starting from 0x4300 are now overflowing with allyesconfig. Fix that by moving machine_check_common and machine_check_handle_early code out of that region to make enough room for exception vector area.

[PATCH] powerpc: Fix attempt to move .org backwards error

2013-12-09 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar mah...@linux.vnet.ibm.com With recent machine check patch series changes, The exception vectors starting from 0x4300 are now overflowing with allyesconfig. Fix that by moving machine_check_common and machine_check_handle_early code out of that region to make enough room

Re: [PATCH] powerpc: Fix attempt to move .org backwards error

2013-12-09 Thread Stephen Rothwell
Hi, On Tue, 10 Dec 2013 00:40:15 +0530 Mahesh J Salgaonkar mah...@linux.vnet.ibm.com wrote: From: Mahesh Salgaonkar mah...@linux.vnet.ibm.com With recent machine check patch series changes, The exception vectors starting from 0x4300 are now overflowing with allyesconfig. Fix that by

Re: [PATCH] powerpc: Fix attempt to move .org backwards error

2013-12-09 Thread Benjamin Herrenschmidt
On Tue, 2013-12-10 at 10:10 +1100, Stephen Rothwell wrote: Reported-by: Stephen Rothwell s...@canb.auug.org.au Tested-by: Stephen Rothwell s...@canb.auug.org.au Works for me. Thanks. I will add this to linux-next today if Ben doesn't add it to his tree. I will but probably not soon enough