Re: Top stack (l)users

Alan Cox (alan@lxorguk.ukuu.org.uk)
06 Mar 2003 00:46:34 +0000


On Wed, 2003-03-05 at 20:21, Jörn Engel wrote:
> arch = i386
> make allyesconfig
> <remove everything that breaks>
> make checkstack
>
> Quite interesting. ide_unregister moved down to rank 4.
> Bronce goes to drivers/cdrom/optcd.c (does anyone still use it?).
> Silver is drivers/message/i2o/i2o_proc.c.

i2o_proc is just a dump stack object -> kmalloc. Its probably ok
because its not in any deep call nests but like a few of the others
might make a fun little janitor project.

ide_unregister I'm working on. Its easy to do a hack fix, but I want
to do the full interface death and retry stuff

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