Re: [PATCH 12/14] kmemleak: Enable the building of the memory leakdetector

From: Catalin Marinas
Date: Mon Apr 27 2009 - 07:20:45 EST


On Sat, 2009-04-25 at 00:02 +0100, David Rientjes wrote:
> On Fri, 24 Apr 2009, Catalin Marinas wrote:
>
> > This patch adds the Kconfig.debug and Makefile entries needed for
> > building kmemleak into the kernel.
> >
> > Signed-off-by: Catalin Marinas <catalin.marinas@xxxxxxx>
> > ---
> > lib/Kconfig.debug | 22 ++++++++++++++++++++++
> > mm/Makefile | 1 +
> > 2 files changed, 23 insertions(+), 0 deletions(-)
> >
> > diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> > index c6e854f..6c9d21f 100644
> > --- a/lib/Kconfig.debug
> > +++ b/lib/Kconfig.debug
> > @@ -336,6 +336,28 @@ config SLUB_STATS
> > out which slabs are relevant to a particular load.
> > Try running: slabinfo -DA
> >
> > +config DEBUG_KMEMLEAK
> > + bool "Kernel memory leak detector"
> > + default n
> > + depends on EXPERIMENTAL && (X86 || ARM) && !MEMORY_HOTPLUG
>
> This should include DEBUG_KERNEL.

Yes, it makes sense. I'll update the patch.

Thanks.

--
Catalin

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/