Re: [PATCH 2.6.17-rc6 7/9] Remove some of the kmemleak false positives

From: Ingo Molnar
Date: Mon Jun 12 2006 - 09:12:38 EST



* Pekka J Enberg <penberg@xxxxxxxxxxxxxx> wrote:

> > > - arch/i386/kernel/setup.c:
> > > False positive because res pointer is stored in a global instance of
> > > struct resource.
> >
> > there's no good way around this one but to annotate it in one way or
> > another.
>
> Scanning bss and data sections is too expensive, I guess. I would
> prefer we create a separate section for gc roots but what you're
> suggesting is ok as well.

kmemleak does scan global data sections. I dont know why we dont
discover this particular pointer though: the resource pointer ought to
be accessible via the iomem_resource.parent/sibling/child sorted list.
Hm.

Ingo
-
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/