mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[PATCH] DEBUG_SLAB depends on SLAB
Make DEBUG_SLAB depend on SLAB. Signed-off-by: Ingo Molnar <mingo@elte.hu> Cc: Matt Mackall <mpm@selenic.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a5f51c9667
commit
50dd26ba09
@ -79,7 +79,7 @@ config SCHEDSTATS
|
|||||||
|
|
||||||
config DEBUG_SLAB
|
config DEBUG_SLAB
|
||||||
bool "Debug memory allocations"
|
bool "Debug memory allocations"
|
||||||
depends on DEBUG_KERNEL
|
depends on DEBUG_KERNEL && SLAB
|
||||||
help
|
help
|
||||||
Say Y here to have the kernel do limited verification on memory
|
Say Y here to have the kernel do limited verification on memory
|
||||||
allocation as well as poisoning memory on free to catch use of freed
|
allocation as well as poisoning memory on free to catch use of freed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user