]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] slab: add additional debugging to detect slabs from the wrong node
authorChristoph Lameter <clameter@engr.sgi.com>
Sun, 30 Oct 2005 01:15:52 +0000 (18:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:36 +0000 (21:40 -0700)
commit09ad4bbc3a5c93316d7f4ffc0c310d9cbb28c2f0
treeb98d5390ceef3dcb8d1fe83b1ef7ffe0106d4c94
parentc340010e4bf824d969a89fa192ecc7a526c0cd24
[PATCH] slab: add additional debugging to detect slabs from the wrong node

This patch adds some stack dumps if the slab logic is processing slab
blocks from the wrong node.  This is necessary in order to detect
situations as encountered by Petr.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c