[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080501101956.695c5b34@core>
Date: Thu, 1 May 2008 10:19:56 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: mingo@...hat.com
Subject: Re: x86: 8K stacks by default
> x86: 8K stacks by default
>
> Switch back to 8K stacks as the safer default. Out-of-memory
> situations are less problematic than silent and hard to debug
> stack corruption.
On its own that makes the problem worse not better. If you are going to
8K stacks fine but if you want them debuggable then 32bit needs to
always use separate IRQ stacks as well, otherwise you've merely made the
crash cases rarer and harder to debug (deep recursion colliding with deep
IRQ path)
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists