From: Christoph Lameter Date: Tue, 17 Jul 2007 11:03:21 +0000 (-0700) Subject: SLUB Debug: fix initial object debug state of NUMA bootstrap objects X-Git-Tag: v2.6.23-rc1~749 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45f39cb06610ea456e1d689149b9becacda8b40;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed