On Wed, Apr 14, 2010 at 01:32:29PM +0100, Alan Cox wrote:
Yes I think the 8K stack on 32bit should be combined with a interrupt
stack too. There's no reason not to have an interrupt stack ever.
Again the problem with fixing it is that you won't have any safety net
for a slightly different stacking etc. path that you didn't cover.
That said extreme examples (like some of those Chris listed) definitely
need fixing by moving them to different threads. But even after that
you still want a safety net. 4K is just too near the edge.
Maybe it would work if we never used any indirect calls, but that's
clearly not the case.
-Andi
--
ak@linux.intel.com -- Speaking for myself only.
--