From 74341703edca6bc68a165a18453071b097828407 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Thu, 29 Sep 2011 11:50:07 +0100 Subject: [PATCH] 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-format-patch failed