From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Parag Warudkar" Subject: Re: [Bug #11342] Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected Date: Wed, 27 Aug 2008 08:52:06 -0400 Message-ID: References: <200808261111.19205.rusty@rustcorp.com.au> <20080826183051.GB10925@cs181140183.pp.htv.fi> <20080826205916.GB11734@cs181140183.pp.htv.fi> <20080826232411.GC11734@cs181140183.pp.htv.fi> <20080827092528.780916bd@lxorguk.ukuu.org.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=eoxGcLTq0Epk6trynLnOd9oUrmMKPctUfrpwb6DJIno=; b=D/ozRXJgveNWkKrSBStHywYB7Ci14H45ltRByi+hXdo1+q9u9xgL57Aoj1oa1xRX9d heg/u1kg+6+Xlo1N3mqtDLoSwsB0EY4cAtLWVBmQk2It7hPaNWS5AUKm3PSFwGrFqkGH Ee/KiCKwkTqMbnOa4iRNEI6nkmZ3wiE8z23W0= In-Reply-To: <20080827092528.780916bd@lxorguk.ukuu.org.uk> Content-Disposition: inline Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Alan Cox Cc: Adrian Bunk , Linus Torvalds , Rusty Russell , "Alan D. Brunelle" , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Andrew Morton , Arjan van de Ven , Ingo Molnar , linux-embedded@vger.kernel.org On Wed, Aug 27, 2008 at 4:25 AM, Alan Cox wrote: >> You have a good point that aiming at 4kB makes 8kB a very safe choice. > > Not really no - we use separate IRQ stacks in 4K but not 8K mode on > x86-32. That means you've actually got no more space if you are unlucky > with the timing of events. The 8K mode is merely harder to debug. > By your logic though, XFS on x86 should work fine with 4K stacks - many will attest that it does not and blows up due to stack issues. I have first hand experiences of things blowing up with deep call chains when using 4K stacks where 8K worked just fine on same workload. So there is definitely some other problem with 4K stacks. Thanks Parag