Re: kernel BUG at mm/slab.c:1488! (2.6.13.2)

From: Manfred Spraul
Date: Sat Oct 29 2005 - 06:37:18 EST


Andrew Morton wrote:

Davi Arnaut <davi.lkml@xxxxxxxxx> wrote:


> It seems that something still tries to load the ext3 module, and I get the
> BUG seen below. If I remove the ext3 module and re-build the initrd,
> the error goes away.



Yes, I think the kernel is overreacting here.

Manfred, what sayest thou?

(nb: untested)



It looks goot, it doesn't crash on boot

Notes:

- Swaps the ranking of cache_chain_sem and lock_cpu_hotplug(). Doesn't seem
important.



Correct. It might even allow a further cleanup: Since both cpuup_callback and kmem_cache_create now runs entirely under cache_chain_sem, it could be possible to remove lock_cpu_hotplug() entirely.

Signed-off-by: Andrew Morton <akpm@xxxxxxxx>


Signed-off-by: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/