From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 8 Feb 2010 16:11:04 +1100 From: Anton Blanchard To: KOSAKI Motohiro Subject: Re: [PATCH] Restrict stack space reservation to rlimit Message-ID: <20100208051104.GL32246@kryten> References: <10125.1265451732@neuling.org> <18033.1265587672@neuling.org> <20100208140323.FB52.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20100208140323.FB52.A69D9226@jp.fujitsu.com> Cc: Michael Neuling , stable@kernel.org, aeb@cwi.nl, James Morris , miltonm@bga.com, Oleg Nesterov , linuxppc-dev@ozlabs.org, Paul Mackerras , Alexander Viro , WANG Cong , linux-fsdevel@vger.kernel.org, Serge Hallyn , Andrew Morton , Linus Torvalds , Ingo Molnar , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, > Why do we need page size independent stack size? It seems to have > compatibility breaking risk. I don't think so. The current behaviour is clearly wrong, we dont need a 16x larger stack just because you went from a 4kB to a 64kB base page size. The user application stack usage is the same in both cases. Anton