kmemleak: Do not force the slab debugging Kconfig options
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 23 Jun 2009 13:40:27 +0000 (14:40 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 23 Jun 2009 13:40:27 +0000 (14:40 +0100)
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 <catalin.marinas@arm.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>

No differences found