From: Catalin Marinas Date: Tue, 23 Jun 2009 13:40:27 +0000 (+0100) Subject: kmemleak: Do not force the slab debugging Kconfig options X-Git-Tag: v2.6.31-rc1~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf96d1e3e7a35a17cea255048ffb3243bd9c8123;p=pandora-kernel.git kmemleak: Do not force the slab debugging Kconfig options Selecting DEBUG_SLAB or SLUB_DEBUG by the KMEMLEAK menu entry may cause issues with other dependencies (KMEMCHECK). These configuration options aren't strictly needed by kmemleak but they may increase the chances of finding leaks. This patch also updates the KMEMLEAK config entry help text. Signed-off-by: Catalin Marinas Acked-by: Pekka Enberg --- Reading git-diff-tree failed