[EMAIL PROTECTED] said:
> 1 | drivers/mtd/mtdchar.c
> 1 | fs/jffs/jffs_fm.c
> 2 | fs/jffs/intrep.c
> 1 | drivers/mtd/slram.c
> 1 | drivers/mtd/ftl.c
> 1 | drivers/mtd/mtdram.c
These are all now either fixed or obsoleted in my tree, and I will send a
patch to Linus shortly. Thankyou.
Do you find it useful to get a response such as this? Are you keeping track
of the bugs you find? (Or is it simply reassuring to confirm that someone's
paying attention? :)
[EMAIL PROTECTED] said:
> Here are 37 errors where variables >= 1024 bytes are allocated on a
> function's stack.
> 2 | fs/jffs2/compr_rtime.c
int positions[256];
I believe we can make that a short. Arjan?
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/