[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46977C36.8010403@gmail.com>
Date: Fri, 13 Jul 2007 15:20:54 +0200
From: Rene Herman <rene.herman@...il.com>
To: Jeremy Fitzhardinge <jeremy@...p.org>
CC: Jesper Juhl <jesper.juhl@...il.com>,
Ray Lee <ray-lk@...rabbit.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
William Lee Irwin III <wli@...omorphy.com>,
David Chinner <dgc@....com>
Subject: Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?
On 07/13/2007 06:14 AM, Jeremy Fitzhardinge wrote:
> Jesper Juhl wrote:
>> Yes and no. If that will get things moving in the direction of
>> getting rid of the stack size as a config option, then I'm all for it.
>> But on the other hand it is my personal opinion that this is an area
>> where we should just make up our minds as to whether we want 4K or 8K
>> stacks and whether we want interrupt stacks or not, and then not have
>> it configurable at all.
>
> Well, smaller stacks are better where possible, but there's nothing
> magic about 4k.
Except offcourse it happens to also be the value of PAGE_SIZE at least on x86...
> Sure, its mostly enough, but there's no particular reason to believe it
> will be enough for everything. You could state a priori that all kernel
> code paths must fit into 4k of stack, but that's pretty arbitrary.
As far as I'm aware, the actual reason for 4K stacks is that after the
system has been up and running for some time getting "1 physically
contiguous pages" becomes significantly easier than 2 which wouldn't be
arbitrary.
Rene
-
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