From: Catalin Marinas Date: Wed, 28 Oct 2009 13:33:08 +0000 (+0000) Subject: kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE X-Git-Tag: v2.6.33-rc1~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7cb55b946a2182c347047dc903c6ed0daef100c;p=pandora-kernel.git kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE With the slab allocator, if off-slab management is enabled for the kmem_caches used by kmemleak, it leads to recursive calls into kmemleak_alloc(). Off-slab management can be triggered by other config options increasing the slab size, e.g. DEBUG_PAGEALLOC. Reported-by: Tetsuo Handa Reviewed-by: Pekka Enberg Cc: Christoph Lameter Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed