]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kmemleak: When the early log buffer is exceeded, report the actual number
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 28 Sep 2011 16:22:56 +0000 (17:22 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 5 Oct 2011 16:53:23 +0000 (17:53 +0100)
commitc13c1bdcbb956c6adfc78edc96acdf8261fe010f
tree41119076ff8a9e270366c7ae6594b4a2d7bef875
parent37a939a83f2f726ee3fb0eec39e70d20a5684ef6
kmemleak: When the early log buffer is exceeded, report the actual number

Just telling that the early log buffer has been exceeded doesn't mean
much. This patch moves the error printing to the kmemleak_init()
function and displays the actual calls to the kmemleak API during early
logging.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
mm/kmemleak.c