From: Catalin Marinas Date: Thu, 29 Sep 2011 10:50:07 +0000 (+0100) Subject: kmemleak: Report previously found leaks even after an error X-Git-Tag: v3.3-rc1~55^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74341703edca6bc68a165a18453071b097828407;p=pandora-kernel.git 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 Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed