From: Catalin Marinas Date: Thu, 27 Aug 2009 13:29:17 +0000 (+0100) Subject: kmemleak: Do not report alloc_bootmem blocks as leaks X-Git-Tag: v2.6.32-rc1~735^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008139d9146f9afee0e58df4b7422d0c9921f8ce;p=pandora-kernel.git kmemleak: Do not report alloc_bootmem blocks as leaks This patch sets the min_count for alloc_bootmem objects to 0 so that they are never reported as leaks. This is because many of these blocks are only referred via the physical address which is not looked up by kmemleak. Signed-off-by: Catalin Marinas Cc: Pekka Enberg --- Reading git-diff-tree failed