From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [Bug #11342] Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected Date: Mon, 25 Aug 2008 11:02:33 -0700 (PDT) Message-ID: References: <48B2A91F.8000302@hp.com> Mime-Version: 1.0 Return-path: In-Reply-To: <48B2A91F.8000302@hp.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Alan D. Brunelle" Cc: "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Andrew Morton , Arjan van de Ven , Rusty Russell On Mon, 25 Aug 2008, Alan D. Brunelle wrote: > > With /just/ DEBUG_PAGE_ALLOC defined, I have seen two general panic types: > > o A new double fault w/ SMP_DEBUG_PAGEALLOC problem (prob4.txt) Yeah, that's a stack overflow. Confirmed. Linus