From: Catalin Marinas Date: Tue, 7 Jul 2009 09:33:00 +0000 (+0100) Subject: kmemleak: Allow partial freeing of memory blocks X-Git-Tag: v2.6.31-rc3~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53238a60dd4a679f6fe5613a7ed46899587205cf;p=pandora-kernel.git kmemleak: Allow partial freeing of memory blocks Functions like free_bootmem() are allowed to free only part of a memory block. This patch adds support for this via the kmemleak_free_part() callback which removes the original object and creates one or two additional objects as a result of the memory block split. Signed-off-by: Catalin Marinas Cc: Ingo Molnar Acked-by: Pekka Enberg --- Reading git-diff-tree failed