]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - mm/kmemleak.c
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>
Fri, 2 Dec 2011 16:12:42 +0000 (16:12 +0000)
commitb66930052abf2e41b8a978ae265303917cbe6fa0
treebedb2569b18cb11e9cb1b0a41e7ddb6575ba5e51
parent5f79020cb9fea59a5d4d1712bcd320523b129b35
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