Re: OOPS in sysctl.c

2008-02-07 Thread Holger Schurig
> erp. We'd really like to know what we did to fix it, and then > get that fix back into 2.6.24.x. Agreed :-) One more finding: after turning off CONFIG_SLUB and usng CONFIG_SLAB instead, I cannot reproduce the bug. Also, a quite bit Qt-Embedded 3.x programm survives without any trouble the

Re: OOPS in sysctl.c

2008-02-07 Thread Holger Schurig
On Wednesday 06 February 2008 20:03:53 you wrote: > Please, post .config and "ls -lR /proc/sys" output _before_ > suspend/resume. Just a note: I don't use vanilla v2.6.24, but v2.6.24 plus a bunch of patches on top of it. I minimized them and for v2.6.24, this is the minimal number of patches ne

Re: OOPS in sysctl.c

2008-02-07 Thread Holger Schurig
> Please, post .config and "ls -lR /proc/sys" output _before_ > suspend/resume. # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24 # Thu Feb 7 11:43:09 2008 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_GENERIC_GPIO=y CONFIG_GENERIC_TIME=y CONFIG_GENERI

Re: OOPS in sysctl.c

2008-02-06 Thread Eric W. Biederman
Alexey Dobriyan <[EMAIL PROTECTED]> writes: > On Wed, Feb 06, 2008 at 12:24:20AM -0800, Andrew Morton wrote: >> On Tue, 5 Feb 2008 12:24:56 +0100 Holger Schurig <[EMAIL PROTECTED]> > wrote: >> >> > > I have an embedded target (PXA255 based) where I have a nice >> > > running kernel 2.6.15. Today

Re: OOPS in sysctl.c

2008-02-06 Thread Alexey Dobriyan
On Wed, Feb 06, 2008 at 12:24:20AM -0800, Andrew Morton wrote: > On Tue, 5 Feb 2008 12:24:56 +0100 Holger Schurig <[EMAIL PROTECTED]> wrote: > > > > I have an embedded target (PXA255 based) where I have a nice > > > running kernel 2.6.15. Today I'm trying to get 2.6.24 running > > > on it. > > >

Re: OOPS in sysctl.c

2008-02-06 Thread Andrew Morton
On Tue, 5 Feb 2008 12:24:56 +0100 Holger Schurig <[EMAIL PROTECTED]> wrote: > > I have an embedded target (PXA255 based) where I have a nice > > running kernel 2.6.15. Today I'm trying to get 2.6.24 running > > on it. > Backtrace: [] (sysctl_head_next+0x0/0x64) from [] (proc_sys_readdir+0x360/0

Re: OOPS in sysctl.c

2008-02-05 Thread Holger Schurig
> I have an embedded target (PXA255 based) where I have a nice > running kernel 2.6.15. Today I'm trying to get 2.6.24 running > on it. Whatever the problem is, sysfs works now flawlessly even after a suspend/resume with v2.6.24-7284-g9ef9dc6. -- To unsubscribe from this list: send the line "unsub

OOPS in sysctl.c

2008-02-05 Thread Holger Schurig
I have an embedded target (PXA255 based) where I have a nice running kernel 2.6.15. Today I'm trying to get 2.6.24 running on it. To get suspend/resume working, I had to add a patch from the current development kernel, but after this things seemed to work fine. Unfortunately I can reproducibly tri