]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
SLUB Debug: fix initial object debug state of NUMA bootstrap objects
authorChristoph Lameter <clameter@sgi.com>
Tue, 17 Jul 2007 11:03:21 +0000 (04:03 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:01 +0000 (10:23 -0700)
commitd45f39cb06610ea456e1d689149b9becacda8b40
treeb320a92971c43c42ee1e440e8b43c864485452ab
parent6300ea75031e7aebfe3331245b7f750d82621223
SLUB Debug: fix initial object debug state of NUMA bootstrap objects

The function we are calling to initialize object debug state during early NUMA
bootstrap sets up an inactive object giving it the wrong redzone signature.
The bootstrap nodes are active objects and should have active redzone
signatures.

Currently slab validation complains and reverts the object to active state.

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