Re: linux-next: Early crashed kernel on CONFIG_SLOB

2012-07-12 Thread Pekka Enberg
On Tue, 10 Jul 2012, Christoph Lameter wrote: > Here is the patch: > > Subject: slob: Undo slob hunk > > Commit fd3142a59af2012a7c5dc72ec97a4935ff1c5fc6 broke > slob since a piece of a change for a later patch slipped into > it. > > Signed-off-by: Christoph Lameter > > --- > mm/slob.c |2

Re: linux-next: Early crashed kernel on CONFIG_SLOB

2012-07-10 Thread Christoph Lameter
Here is the patch: Subject: slob: Undo slob hunk Commit fd3142a59af2012a7c5dc72ec97a4935ff1c5fc6 broke slob since a piece of a change for a later patch slipped into it. Signed-off-by: Christoph Lameter --- mm/slob.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/mm

Re: linux-next: Early crashed kernel on CONFIG_SLOB

2012-07-10 Thread Pekka Enberg
On Jul 10, 2012, at 6:17, w...@linux.intel.com wrote: >> This commit crashes the kernel w/o any dmesg output (the attached one >> is created by the script as a summary for that run). This is very >> reproducible in kvm for the attached config. >> >>commit 3b0efdfa1e719303536c04d9abca43abeb4

Re: linux-next: Early crashed kernel on CONFIG_SLOB

2012-07-10 Thread Christoph Lameter
I sent a patch yesterday (or was it friday) to fix the issue. Sorry @airport right now. On Jul 10, 2012, at 6:17, w...@linux.intel.com wrote: > Hi Christoph, > > This commit crashes the kernel w/o any dmesg output (the attached one > is created by the script as a summary for that run). This