From: Catalin Marinas Date: Mon, 19 Jul 2010 10:54:15 +0000 (+0100) Subject: kmemleak: Add support for NO_BOOTMEM configurations X-Git-Tag: v2.6.35-rc6~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9078370c0d2cfe4a905aa34f398bbb0d65921a2b;p=pandora-kernel.git kmemleak: Add support for NO_BOOTMEM configurations With commits 08677214 and 59be5a8e, alloc_bootmem()/free_bootmem() and friends use the early_res functions for memory management when NO_BOOTMEM is enabled. This patch adds the kmemleak calls in the corresponding code paths for bootmem allocations. Signed-off-by: Catalin Marinas Acked-by: Pekka Enberg Acked-by: Yinghai Lu Cc: H. Peter Anvin Cc: stable@kernel.org --- Reading git-diff-tree failed