Re: Build breakage due to latest ARM fixes

2013-08-05 Thread Jonathan Austin
On 04/08/13 20:36, Uwe Kleine-König wrote: Hello, On Sun, Aug 04, 2013 at 11:47:04AM -0700, Olof Johansson wrote: On Sun, Aug 4, 2013 at 11:37 AM, Russell King - ARM Linux The only real testing I'm aware of is when I recreated the OKI67001 support a while back and got my board to boot. Uwe h

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Uwe Kleine-König
Hello, On Sun, Aug 04, 2013 at 11:47:04AM -0700, Olof Johansson wrote: > On Sun, Aug 4, 2013 at 11:37 AM, Russell King - ARM Linux > > The only real testing I'm aware of is when I recreated the OKI67001 > > support a while back and got my board to boot. > > Uwe has been busy pushing various patch

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Olof Johansson
On Sun, Aug 4, 2013 at 12:01 PM, Russell King - ARM Linux wrote: > On Sun, Aug 04, 2013 at 11:47:04AM -0700, Olof Johansson wrote: >> On Sun, Aug 4, 2013 at 11:37 AM, Russell King - ARM Linux >> wrote: >> > On Sun, Aug 04, 2013 at 11:20:21AM -0700, Olof Johansson wrote: >> >> On Sun, Aug 4, 2013

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Russell King - ARM Linux
On Sun, Aug 04, 2013 at 11:47:04AM -0700, Olof Johansson wrote: > On Sun, Aug 4, 2013 at 11:37 AM, Russell King - ARM Linux > wrote: > > On Sun, Aug 04, 2013 at 11:20:21AM -0700, Olof Johansson wrote: > >> On Sun, Aug 4, 2013 at 5:53 AM, Russell King - ARM Linux > >> wrote: > >> > On Sat, Aug 03,

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Olof Johansson
On Sun, Aug 4, 2013 at 11:37 AM, Russell King - ARM Linux wrote: > On Sun, Aug 04, 2013 at 11:20:21AM -0700, Olof Johansson wrote: >> On Sun, Aug 4, 2013 at 5:53 AM, Russell King - ARM Linux >> wrote: >> > On Sat, Aug 03, 2013 at 01:07:31AM +0100, Russell King - ARM Linux wrote: >> >> I'll look i

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Russell King - ARM Linux
On Sun, Aug 04, 2013 at 11:20:21AM -0700, Olof Johansson wrote: > On Sun, Aug 4, 2013 at 5:53 AM, Russell King - ARM Linux > wrote: > > On Sat, Aug 03, 2013 at 01:07:31AM +0100, Russell King - ARM Linux wrote: > >> I'll look into that. Obviously, I never build nommu because it isn't > >> part of

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Olof Johansson
On Sun, Aug 4, 2013 at 5:53 AM, Russell King - ARM Linux wrote: > On Sat, Aug 03, 2013 at 01:07:31AM +0100, Russell King - ARM Linux wrote: >> I'll look into that. Obviously, I never build nommu because it isn't >> part of the build system and the nommu platform I do have - OKI67001 - >> doesn't

Re: Build breakage due to latest ARM fixes

2013-08-04 Thread Russell King - ARM Linux
On Sat, Aug 03, 2013 at 01:07:31AM +0100, Russell King - ARM Linux wrote: > I'll look into that. Obviously, I never build nommu because it isn't > part of the build system and the nommu platform I do have - OKI67001 - > doesn't have mainline kernel support. (And if it did, it would not be > DT, s

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Olof Johansson
On Fri, Aug 2, 2013 at 5:48 PM, Russell King - ARM Linux wrote: > Okay, this should fix it - *untested* though because of the fscking time > it is here again. The problem is that install_special_mapping() assumes > that the pointer to the pages will be persistent, and it wasn't. I found > that

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Russell King - ARM Linux
On Fri, Aug 02, 2013 at 05:24:21PM -0700, Olof Johansson wrote: > Maybe it's better to move this feature work to -next and iron out the > kinks there? :( And to correct that statement still further, it is *NOT* feature work. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Russell King - ARM Linux
On Sat, Aug 03, 2013 at 01:41:11AM +0100, Russell King - ARM Linux wrote: > On Fri, Aug 02, 2013 at 05:24:21PM -0700, Olof Johansson wrote: > > On Fri, Aug 2, 2013 at 5:07 PM, Russell King - ARM Linux > > wrote: > > > On Fri, Aug 02, 2013 at 04:41:11PM -0700, Olof Johansson wrote: > > >> Russell,

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Russell King - ARM Linux
On Fri, Aug 02, 2013 at 05:24:21PM -0700, Olof Johansson wrote: > On Fri, Aug 2, 2013 at 5:07 PM, Russell King - ARM Linux > wrote: > > On Fri, Aug 02, 2013 at 04:41:11PM -0700, Olof Johansson wrote: > >> Russell, > >> > >> Looks like you sent up some fixes to Linus that broke one of the atmel > >

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Olof Johansson
On Fri, Aug 2, 2013 at 5:07 PM, Russell King - ARM Linux wrote: > On Fri, Aug 02, 2013 at 04:41:11PM -0700, Olof Johansson wrote: >> Russell, >> >> Looks like you sent up some fixes to Linus that broke one of the atmel >> configs (CONFIG_MMU=n): >> >> commit 48be69a026b2c1 ARM: move signal handler

Re: Build breakage due to latest ARM fixes

2013-08-02 Thread Russell King - ARM Linux
On Fri, Aug 02, 2013 at 04:41:11PM -0700, Olof Johansson wrote: > Russell, > > Looks like you sent up some fixes to Linus that broke one of the atmel > configs (CONFIG_MMU=n): > > commit 48be69a026b2c1 ARM: move signal handlers into a vdso-like page > > seems to have caused it: > > arch/arm/ker

Build breakage due to latest ARM fixes

2013-08-02 Thread Olof Johansson
Russell, Looks like you sent up some fixes to Linus that broke one of the atmel configs (CONFIG_MMU=n): commit 48be69a026b2c1 ARM: move signal handlers into a vdso-like page seems to have caused it: arch/arm/kernel/signal.c: In function 'setup_return': arch/arm/kernel/signal.c:413:25: error: 'm