From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759747AbXLUAgU (ORCPT ); Thu, 20 Dec 2007 19:36:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755232AbXLUAgJ (ORCPT ); Thu, 20 Dec 2007 19:36:09 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:44864 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753823AbXLUAgH (ORCPT ); Thu, 20 Dec 2007 19:36:07 -0500 From: "Rafael J. Wysocki" To: Andrew Morton Subject: Re: Linux 2.6.24-rc5 x86 architecture no longer Oopses... Date: Fri, 21 Dec 2007 01:55:17 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: trond.myklebust@fys.uio.no, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org References: <1198190447.29917.9.camel@heimdal.trondhjem.org> <20071220145415.f737e7f3.akpm@linux-foundation.org> <20071220145621.90ffb08a.akpm@linux-foundation.org> In-Reply-To: <20071220145621.90ffb08a.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712210155.18527.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, 20 of December 2007, Andrew Morton wrote: > On Thu, 20 Dec 2007 14:54:15 -0800 > Andrew Morton wrote: > > > On Thu, 20 Dec 2007 17:40:47 -0500 > > Trond Myklebust wrote: > > > > > I just got the following interesting behaviour. Never mind why the > > > original Oops (I was testing some experimental RPC patches), but there > > > appears to be a BUG_ON() triggered inside the dump() call. > > > > > > Oops occurred with a build based on this afternoon's git tree from Linus > > > (v2.6.24-rc5-317-gfaa4877)... > > > > > > Cheers > > > Trond > > > --------- > > > > > > BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000 > > > printing eip: f8bcc8b3 *pde = 00000000 > > > BUG: using smp_processor_id() in preemptible [00000001] code: mount.nfs4/2970 > > > caller is die+0x59/0x202 > > > Pid: 2970, comm: mount.nfs4 Not tainted 2.6.24-rc5-ga747a088 #1 > > > [] show_trace_log_lvl+0x1a/0x2f > > > [] show_trace+0x12/0x14 > > > [] dump_stack+0x6c/0x72 > > > [] debug_smp_processor_id+0xa0/0xb4 > > > [] die+0x59/0x202 > > > [] do_page_fault+0x557/0x63e > > > [] error_code+0x72/0x78 > > > [] rpcb_create+0x7c/0x84 [sunrpc] > > > [] rpcb_register+0x127/0x18c [sunrpc] > > > [] svc_register+0xcf/0x14c [sunrpc] > > > [] __svc_create+0x19a/0x1b3 [sunrpc] > > > [] svc_create+0x13/0x15 [sunrpc] > > > [] nfs_callback_up+0x71/0x126 [nfs] > > > [] nfs_get_client+0x14e/0x3a2 [nfs] > > > [] nfs4_set_client+0x36/0x14f [nfs] > > > [] nfs4_create_server+0x8e/0x36c [nfs] > > > [] nfs4_get_sb+0x2ef/0x3f3 [nfs] > > > [] vfs_kern_mount+0x7d/0xf1 > > > [] do_kern_mount+0x37/0xbd > > > [] do_mount+0x5c3/0x61d > > > [] sys_mount+0x6f/0xa9 > > > [] sysenter_past_esp+0x5f/0xa5 > > > ======================= > > > > btw, I think we should track this as a regression, please. Added, http://bugzilla.kernel.org/show_bug.cgi?id=9610, thanks.