commit | 74341703edca6bc68a165a18453071b097828407 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Sep 29 11:50:07 2011 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Dec 02 16:12:42 2011 +0000 |
tree | 8cb5c8423849acfb4c89a192548e95dfce49efd7 | |
parent | b66930052abf2e41b8a978ae265303917cbe6fa0 [diff] |
kmemleak: Report previously found leaks even after an error If an error fatal to kmemleak (like memory allocation failure) happens, kmemleak disables itself but it also removes the access to any previously found memory leaks. This patch allows read-only access to the kmemleak debugfs interface but disables any other action. Reported-by: Nick Bowler <nbowler@elliptictech.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>