projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c3ce4
)
kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAK
author
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 27 Apr 2011 16:06:19 +0000
(17:06 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 19 May 2011 16:36:27 +0000
(17:36 +0100)
In the past DEBUG_FS used to depend on SYSFS and DEBUG_KMEMLEAK selected
it conditionally. This is no longer the case, so always select DEBUG_FS
via DEBUG_KMEMLEAK.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
lib/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index c768bcdda1b700331a991cad681c5c2d6862c419..4eebb9022985a926be81cd8dfcd4dd5f0a2abc12 100644
(file)
--- 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 || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE)
- select DEBUG_FS
if SYSFS
+ select DEBUG_FS
select STACKTRACE if STACKTRACE_SUPPORT
select KALLSYMS
select CRC32