diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-20 03:44:13 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-20 03:44:13 +0400 |
commit | 83d7e948754cf021ed7343b122940fcc27c1bd88 (patch) | |
tree | f04ba1ecb4fa337fc2bbd49b44df07775e4636ff /lib/Kconfig.debug | |
parent | fce4a1dda2f1a9a25b3e5b7cd951070e0b42a818 (diff) | |
parent | 9b090f2da85bd0df5e1a1ecfe4120b7b50358f48 (diff) | |
download | linux-83d7e948754cf021ed7343b122940fcc27c1bd88.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm:
kmemleak: Initialise kmemleak after debug_objects_mem_init()
kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAK
kmemleak: Do not return a pointer to an object that kmemleak did not get
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index f0aa00ba3fac..17ac5f87182d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -400,7 +400,7 @@ config DEBUG_KMEMLEAK depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \ (X86 || ARM || PPC || MIPS || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE) - select DEBUG_FS if SYSFS + select DEBUG_FS select STACKTRACE if STACKTRACE_SUPPORT select KALLSYMS select CRC32 |