Re: [patch] slub crashes with recent -git

2007-07-23 Thread Christoph Lameter
On Thu, 19 Jul 2007 13:25:07 -0700 (PDT) Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > On Thu, 19 Jul 2007, Linus Torvalds wrote: > > > > A better patch should be the appended. Does that work for you too? > > Btw, I already committed this as obvious. > > I did the same for the SLAB

Re: [patch] slub crashes with recent -git

2007-07-23 Thread Christoph Lameter
On Thu, 19 Jul 2007 13:25:07 -0700 (PDT) Linus Torvalds [EMAIL PROTECTED] wrote: On Thu, 19 Jul 2007, Linus Torvalds wrote: A better patch should be the appended. Does that work for you too? Btw, I already committed this as obvious. I did the same for the SLAB __do_kmalloc()

Re: [patch] slub crashes with recent -git

2007-07-20 Thread Ingo Molnar
* Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > On Thu, 2007-07-19 at 21:42 +0200, Ingo Molnar wrote: > > Linus, Christoph, > > > > recent slub commits in -git cause this bootup crash: > > > > Freeing unused kernel memory: 324k freed > > Write protecting the kernel read-only data:

Re: [patch] slub crashes with recent -git

2007-07-20 Thread Fernando Lopez-Lezcano
On Thu, 2007-07-19 at 21:42 +0200, Ingo Molnar wrote: > Linus, Christoph, > > recent slub commits in -git cause this bootup crash: > > Freeing unused kernel memory: 324k freed > Write protecting the kernel read-only data: 1294k Just curious, are the crashes even possible in 2.6.22.1? (I see

Re: [patch] slub crashes with recent -git

2007-07-20 Thread Fernando Lopez-Lezcano
On Thu, 2007-07-19 at 21:42 +0200, Ingo Molnar wrote: Linus, Christoph, recent slub commits in -git cause this bootup crash: Freeing unused kernel memory: 324k freed Write protecting the kernel read-only data: 1294k Just curious, are the crashes even possible in 2.6.22.1? (I see the

Re: [patch] slub crashes with recent -git

2007-07-20 Thread Ingo Molnar
* Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: On Thu, 2007-07-19 at 21:42 +0200, Ingo Molnar wrote: Linus, Christoph, recent slub commits in -git cause this bootup crash: Freeing unused kernel memory: 324k freed Write protecting the kernel read-only data: 1294k Just

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Andi Kleen
Linus Torvalds <[EMAIL PROTECTED]> writes: > On Thu, 19 Jul 2007, Linus Torvalds wrote: > > > > A better patch should be the appended. Does that work for you too? > > Btw, I already committed this as obvious. > > I did the same for the SLAB __do_kmalloc() thing. Let's hope that that was >

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Linus Torvalds
On Thu, 19 Jul 2007, Linus Torvalds wrote: > > A better patch should be the appended. Does that work for you too? Btw, I already committed this as obvious. I did the same for the SLAB __do_kmalloc() thing. Let's hope that that was the extent of the damage. Linus - To

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Ingo Molnar
* Linus Torvalds <[EMAIL PROTECTED]> wrote: > On Thu, 19 Jul 2007, Ingo Molnar wrote: > > > > i had to apply the patch below to make the kernel boot again. > > A better patch should be the appended. Does that work for you too? yeah, works fine! Acked-by: Ingo Molnar <[EMAIL PROTECTED]>

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Linus Torvalds
On Thu, 19 Jul 2007, Ingo Molnar wrote: > > i had to apply the patch below to make the kernel boot again. A better patch should be the appended. Does that work for you too? Linus --- mm/slub.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/slub.c

[patch] slub crashes with recent -git

2007-07-19 Thread Ingo Molnar
Linus, Christoph, recent slub commits in -git cause this bootup crash: Freeing unused kernel memory: 324k freed Write protecting the kernel read-only data: 1294k [ cut here ] kernel BUG at mm/slub.c:2401! invalid opcode: [#1] PREEMPT SMP Modules linked in:

[patch] slub crashes with recent -git

2007-07-19 Thread Ingo Molnar
Linus, Christoph, recent slub commits in -git cause this bootup crash: Freeing unused kernel memory: 324k freed Write protecting the kernel read-only data: 1294k [ cut here ] kernel BUG at mm/slub.c:2401! invalid opcode: [#1] PREEMPT SMP Modules linked in:

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Linus Torvalds
On Thu, 19 Jul 2007, Ingo Molnar wrote: i had to apply the patch below to make the kernel boot again. A better patch should be the appended. Does that work for you too? Linus --- mm/slub.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/slub.c

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Ingo Molnar
* Linus Torvalds [EMAIL PROTECTED] wrote: On Thu, 19 Jul 2007, Ingo Molnar wrote: i had to apply the patch below to make the kernel boot again. A better patch should be the appended. Does that work for you too? yeah, works fine! Acked-by: Ingo Molnar [EMAIL PROTECTED] Ingo -

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Linus Torvalds
On Thu, 19 Jul 2007, Linus Torvalds wrote: A better patch should be the appended. Does that work for you too? Btw, I already committed this as obvious. I did the same for the SLAB __do_kmalloc() thing. Let's hope that that was the extent of the damage. Linus - To

Re: [patch] slub crashes with recent -git

2007-07-19 Thread Andi Kleen
Linus Torvalds [EMAIL PROTECTED] writes: On Thu, 19 Jul 2007, Linus Torvalds wrote: A better patch should be the appended. Does that work for you too? Btw, I already committed this as obvious. I did the same for the SLAB __do_kmalloc() thing. Let's hope that that was the extent of