]> 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>
Tue, 8 Nov 2011 10:32:42 +0000 (10:32 +0000)
commit1fa50b02ffb197cf8e86c534d9526c716108ffa7
treea18777746110abe078e5f292978485581d936ce0
parenta8a89855a074c1e9e7c0cb2c64063d3ea4dbdc6b
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