Re: [PATCH 1/3] Separate IRQ-stacks from 4K-stacks option

From: Alan Cox
Date: Fri Sep 10 2004 - 11:27:54 EST


On Gwe, 2004-09-10 at 16:07, Hugh Dickins wrote:
> Chris's patch seems eminently sensible to me. Why should having separate
> interrupt stack depend on whether you're configured for 4K or 8K stacks?

You only have 4K safe to use in all current configurations. Its a case
of simply fixing the sloppy code (and or pushing up compiler versions
where the compiler is the offender).

> Wasn't Andrea worried, a couple of months back, about nested interrupts
> overflowing the 4K interrupt stack?

We've seen no evidence of this and assuming apps could use 4K safely the
interrupt "stack" was about 2.5K before. Limiting it either by size or
by depth is not a big problem at all.

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