mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* POSSIBLE BUG: Debugging Not Automatically Activated in Slab.c
@ 2002-12-07  3:55 Joseph D. Wagner
  2002-12-07  5:07 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph D. Wagner @ 2002-12-07  3:55 UTC (permalink / raw)
  To: 'Linux Kernel Development List'

Before I submit this as an actually bug, I'd like the input of some people
who know a little more about the Slab Allocator and Kernel Debugging.

The Slab Allocator includes this line:

#ifdef CONFIG_DEBUG_SLAB

in slab.c (line 89) to activate debugging.

However, I couldn't find anywhere in the code where CONFIG_DEBUG_SLAB is
linked to CONFIG_DEBUG_KERNEL.  In other words, setting the kernel as a
debug kernel doesn't automatically set the Slab Allocator to debug too.

1) Am I missing something?

2) Is this intentional or by design?

If this is an actually bug, it can be fixed by inserting the following code
in slab.h immediately following the #include statements:

#ifdef CONFIG_DEBUG_KERNEL
#define CONFIG_DEBUG_SLAB
#endif

Joseph Wagner


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

end of thread, other threads:[~2002-12-07  6:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-07  3:55 POSSIBLE BUG: Debugging Not Automatically Activated in Slab.c Joseph D. Wagner
2002-12-07  5:07 ` Randy.Dunlap
2002-12-07  6:17   ` POSSIBLE BUG: Debugging Not Automatically Activated in Slab.c -- RESOLVED Joseph D. Wagner

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

all inboxes | Powered by JetHome®