| Message ID | 67591a54fdff86f24adf7cc25302a0b3b103d6b5.1249880775.git.michael@ellerman.id.au (mailing list archive) |
|---|---|
| State | Accepted, archived |
| Delegated to: | Benjamin Herrenschmidt |
| Headers | show |
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 12327b2..d5ca9a5 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -338,7 +338,7 @@ config SLUB_STATS config DEBUG_KMEMLEAK bool "Kernel memory leak detector" - depends on DEBUG_KERNEL && EXPERIMENTAL && (X86 || ARM) && \ + depends on DEBUG_KERNEL && EXPERIMENTAL && (X86 || ARM || PPC) && \ !MEMORY_HOTPLUG select DEBUG_FS if SYSFS select STACKTRACE if STACKTRACE_SUPPORT
Lightly tested, doesn't crash the kernel, leak reports appear to be mostly sane. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> --- lib/Kconfig.debug | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)