commit | bab4a34afc301fdb81b6ea0e3098d96fc356e03a | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri Jun 26 17:38:26 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Jun 26 17:38:26 2009 +0100 |
tree | d9722d26dc944dbad1afd6dd182aa3a21907b96d | |
parent | e0a2a1601bec01243bcad44414d06f59dae2eedb [diff] |
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>