From: Catalin Marinas Date: Tue, 7 Jul 2009 09:32:59 +0000 (+0100) Subject: kmemleak: Trace the kmalloc_large* functions in slub X-Git-Tag: v2.6.31-rc3~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f7c0b44a8ac8935f223195af9ea637d0c08091;p=pandora-kernel.git kmemleak: Trace the kmalloc_large* functions in slub The kmalloc_large() and kmalloc_large_node() functions were missed when adding the kmemleak hooks to the slub allocator. However, they should be traced to avoid false positives. Signed-off-by: Catalin Marinas Cc: Christoph Lameter Acked-by: Pekka Enberg --- Reading git-diff-tree failed