Re: Dead symbol elimination, stage 1

Eyal Lebedinsky (eyal@eyal.emu.id.au)
Fri, 20 Apr 2001 16:33:08 +1000


"Eric S. Raymond" wrote:
>
> David Woodhouse <dwmw2@infradead.org>:
> >
> > esr@thyrsus.com said:
> > > I read this as "I haven't fixed the problem because..." not as
> > > "Don't fix the problem." Please be more explicit next time so I won't
> > > step on your toes?
> >
> > "This is not a problem, please don't \"fix\" it".
>
> But it is. The more false positives I get in the dead-symbol reports,
> the harder it will be to spot real problems like that business in the
> ARM kernel.c file.

Eric,

I found myself in similar situations in the past, and my solution was
to establish a small file of "do not report" symbols. I then use this
file to avoid reporting problems with items that I know are being
handled or are known false positives. Yes, it is not automagic, but
it does do the job.

The file might also include private notes as to the status of each
excluded symbol.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/