* SLUB under lguest on i386
@ 2007-05-11 21:33 Oliver Xymoron
2007-05-12 0:26 ` Christoph Lameter
2007-05-12 18:27 ` Jens Axboe
0 siblings, 2 replies; 4+ messages in thread
From: Oliver Xymoron @ 2007-05-11 21:33 UTC (permalink / raw)
To: Christoph Lameter; +Cc: akpm, linux-kernel
Tried to boot using SLUB under lguest with 2.6.21-mm2. Got the
following:
...
[ 0.388000] NET: Registered protocol family 17
[ 0.388000] Using IPI Shortcut mode
[ 0.420000] EXT2-fs warning: mounting unchecked fs, running e2fsck
is recommended
[ 0.420000] VFS: Mounted root (ext2 filesystem).
[ 0.420000] Freeing unused kernel memory: 188k freed
[ 17.536000] BUG: spinlock lockup on CPU#0, init/1, c17de0c0
[ 17.536000] [<c0104584>] show_trace_log_lvl+0x1a/0x30
[ 17.536000] [<c0105196>] show_trace+0x12/0x14
[ 17.536000] [<c0105222>] dump_stack+0x15/0x17
[ 17.536000] [<c021339f>] _raw_spin_lock+0xbf/0xd8
[ 17.536000] [<c03cd41a>] _spin_lock+0x3c/0x42
[ 17.536000] [<c0154f0c>] vma_adjust+0x1a9/0x35f
[ 17.536000] [<c01554c3>] vma_merge+0x158/0x168
[ 17.536000] [<c0155b3b>] mmap_region+0x13b/0x405
[ 17.536000] [<c01560ec>] do_mmap_pgoff+0x211/0x269
[ 17.536000] [<c0107594>] sys_mmap2+0x64/0xb4
[ 17.536000] [<c010763d>] old_mmap+0x59/0x5f
[ 17.536000] [<c0103ed0>] syscall_call+0x7/0xb
[ 17.536000] =======================
And no sign of further progress. SLAB worked fine.
--
"Love the dolphins," she advised him. "Write by W.A.S.T.E.."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SLUB under lguest on i386
2007-05-11 21:33 SLUB under lguest on i386 Oliver Xymoron
@ 2007-05-12 0:26 ` Christoph Lameter
2007-05-12 18:27 ` Jens Axboe
1 sibling, 0 replies; 4+ messages in thread
From: Christoph Lameter @ 2007-05-12 0:26 UTC (permalink / raw)
To: Oliver Xymoron; +Cc: akpm, linux-kernel
On Fri, 11 May 2007, Oliver Xymoron wrote:
> And no sign of further progress. SLAB worked fine.
Add slub_debug to the command line. Any changes or any additional
diagnostic output?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SLUB under lguest on i386
2007-05-11 21:33 SLUB under lguest on i386 Oliver Xymoron
2007-05-12 0:26 ` Christoph Lameter
@ 2007-05-12 18:27 ` Jens Axboe
2007-05-13 23:47 ` Christoph Lameter
1 sibling, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2007-05-12 18:27 UTC (permalink / raw)
To: Oliver Xymoron; +Cc: Christoph Lameter, akpm, linux-kernel
On Fri, May 11 2007, Oliver Xymoron wrote:
> Tried to boot using SLUB under lguest with 2.6.21-mm2. Got the
> following:
>
> ...
> [ 0.388000] NET: Registered protocol family 17
> [ 0.388000] Using IPI Shortcut mode
> [ 0.420000] EXT2-fs warning: mounting unchecked fs, running e2fsck
> is recommended
> [ 0.420000] VFS: Mounted root (ext2 filesystem).
> [ 0.420000] Freeing unused kernel memory: 188k freed
> [ 17.536000] BUG: spinlock lockup on CPU#0, init/1, c17de0c0
> [ 17.536000] [<c0104584>] show_trace_log_lvl+0x1a/0x30
> [ 17.536000] [<c0105196>] show_trace+0x12/0x14
> [ 17.536000] [<c0105222>] dump_stack+0x15/0x17
> [ 17.536000] [<c021339f>] _raw_spin_lock+0xbf/0xd8
> [ 17.536000] [<c03cd41a>] _spin_lock+0x3c/0x42
> [ 17.536000] [<c0154f0c>] vma_adjust+0x1a9/0x35f
> [ 17.536000] [<c01554c3>] vma_merge+0x158/0x168
> [ 17.536000] [<c0155b3b>] mmap_region+0x13b/0x405
> [ 17.536000] [<c01560ec>] do_mmap_pgoff+0x211/0x269
> [ 17.536000] [<c0107594>] sys_mmap2+0x64/0xb4
> [ 17.536000] [<c010763d>] old_mmap+0x59/0x5f
> [ 17.536000] [<c0103ed0>] syscall_call+0x7/0xb
> [ 17.536000] =======================
>
> And no sign of further progress. SLAB worked fine.
Exact same thing happens on real hardware here.
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SLUB under lguest on i386
2007-05-12 18:27 ` Jens Axboe
@ 2007-05-13 23:47 ` Christoph Lameter
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Lameter @ 2007-05-13 23:47 UTC (permalink / raw)
To: Jens Axboe; +Cc: Oliver Xymoron, akpm, linux-kernel
On Sat, 12 May 2007, Jens Axboe wrote:
> On Fri, May 11 2007, Oliver Xymoron wrote:
> > Tried to boot using SLUB under lguest with 2.6.21-mm2. Got the
> > following:
> >
> > ...
> > [ 0.388000] NET: Registered protocol family 17
> > [ 0.388000] Using IPI Shortcut mode
> > [ 0.420000] EXT2-fs warning: mounting unchecked fs, running e2fsck
> > is recommended
> > [ 0.420000] VFS: Mounted root (ext2 filesystem).
> > [ 0.420000] Freeing unused kernel memory: 188k freed
> > [ 17.536000] BUG: spinlock lockup on CPU#0, init/1, c17de0c0
> > [ 17.536000] [<c0104584>] show_trace_log_lvl+0x1a/0x30
> > [ 17.536000] [<c0105196>] show_trace+0x12/0x14
> > [ 17.536000] [<c0105222>] dump_stack+0x15/0x17
> > [ 17.536000] [<c021339f>] _raw_spin_lock+0xbf/0xd8
> > [ 17.536000] [<c03cd41a>] _spin_lock+0x3c/0x42
> > [ 17.536000] [<c0154f0c>] vma_adjust+0x1a9/0x35f
> > [ 17.536000] [<c01554c3>] vma_merge+0x158/0x168
> > [ 17.536000] [<c0155b3b>] mmap_region+0x13b/0x405
> > [ 17.536000] [<c01560ec>] do_mmap_pgoff+0x211/0x269
> > [ 17.536000] [<c0107594>] sys_mmap2+0x64/0xb4
> > [ 17.536000] [<c010763d>] old_mmap+0x59/0x5f
> > [ 17.536000] [<c0103ed0>] syscall_call+0x7/0xb
> > [ 17.536000] =======================
> >
> > And no sign of further progress. SLAB worked fine.
>
> Exact same thing happens on real hardware here.
Anyone could try this with slub_debug on the kernel command line? Another
assumption that page size allocs are page size aligned?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-05-13 23:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 21:33 SLUB under lguest on i386 Oliver Xymoron
2007-05-12 0:26 ` Christoph Lameter
2007-05-12 18:27 ` Jens Axboe
2007-05-13 23:47 ` Christoph Lameter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox