mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch -mm] DEBUG_SLAB depends on SLAB
@ 2005-12-11 14:17 Ingo Molnar
  2005-12-11 14:23 ` SLOB wishlist Ingo Molnar
  2005-12-12  0:46 ` [patch -mm] DEBUG_SLAB depends on SLAB Matt Mackall
  0 siblings, 2 replies; 4+ messages in thread
From: Ingo Molnar @ 2005-12-11 14:17 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Matt Mackall

another SLOB related patch: make DEBUG_SLAB depend on SLAB.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

Index: linux/lib/Kconfig.debug
===================================================================
--- linux.orig/lib/Kconfig.debug
+++ linux/lib/Kconfig.debug
@@ -100,7 +100,7 @@ config SCHEDSTATS
 
 config DEBUG_SLAB
 	bool "Debug memory allocations"
-	depends on DEBUG_KERNEL
+	depends on DEBUG_KERNEL && SLAB
 	help
 	  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-12  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-11 14:17 [patch -mm] DEBUG_SLAB depends on SLAB Ingo Molnar
2005-12-11 14:23 ` SLOB wishlist Ingo Molnar
2005-12-11 18:08   ` Matt Mackall
2005-12-12  0:46 ` [patch -mm] DEBUG_SLAB depends on SLAB Matt Mackall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome