Re: [4KSTACK][2.6.6] Stack overflow in radeonfb

From: Andrew Morton
Date: Fri May 14 2004 - 18:28:40 EST


Chris Wright <chrisw@xxxxxxxx> wrote:
>
> > It doesn't do modules, and hence requires a prior allyesconfig. I think it
> > would be better to do:
> >
> > find . -name '*.o' | xargs objdump -d | perl scripts/checkstack.pl i386
> >
> > but that produces slightly screwy output and, for some reason, duplicated
> > output:
>
> maybe from the .o and .mod.o?

Well find . -name '*.o' -a -not -name '*.mod.o' would fix that up but the
dupes are coming from the intermediate .o files which the build system
prepares. sound/core/snd.o contains sound/core/snd-pcm.o contains
sound/core/pcm_native.o.

hmm.
-
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/