kmemleak: Simplify the reports logged by the scanning thread
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 26 Jun 2009 16:38:26 +0000 (17:38 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 26 Jun 2009 16:38:26 +0000 (17:38 +0100)
commitbab4a34afc301fdb81b6ea0e3098d96fc356e03a
treed9722d26dc944dbad1afd6dd182aa3a21907b96d
parente0a2a1601bec01243bcad44414d06f59dae2eedb
kmemleak: Simplify the reports logged by the scanning thread

Because of false positives, the memory scanning thread may print too
much information. This patch changes the scanning thread to only print
the number of newly suspected leaks. Further information can be read
from the /sys/kernel/debug/kmemleak file.

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