From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arjan van de Ven Subject: Re: [Bug #11342] Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected Date: Mon, 25 Aug 2008 13:45:26 -0700 Message-ID: <48B319E6.3080508@linux.intel.com> References: <48B29F7B.6080405@hp.com> <48B2A421.7080705@hp.com> <48B313E0.1000501@hp.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Linus Torvalds Cc: "Alan D. Brunelle" , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Andrew Morton , Rusty Russell Linus Torvalds wrote: > On Mon, 25 Aug 2008, Alan D. Brunelle wrote: >> Mine has: >> >> Dump of assembler code for function sys_init_module: >> 0xffffffff802688c4 : sub $0x1c0,%rsp >> >> so 448 bytes. > > Yeah, your build seems to have consistently bigger stack usage, and that > may be due to some config option, but most likely it's a compiler version > issue. > I wonder if we ought to have a light version of "make checkstack" always run, but in such a way that we make a file with "limits" on the stack usage for key functions (and we can grow this list over time when we learn about critical ones).. and either warn very loudly or even fail the build if we're way over what could work.