From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753328AbYCRHSG (ORCPT ); Tue, 18 Mar 2008 03:18:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751478AbYCRHR4 (ORCPT ); Tue, 18 Mar 2008 03:17:56 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:33465 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbYCRHRz (ORCPT ); Tue, 18 Mar 2008 03:17:55 -0400 Date: Tue, 18 Mar 2008 00:17:20 -0700 From: Andrew Morton To: KOSAKI Motohiro Cc: LKML Subject: Re: [2.6.25-rc5-mm1][regression?] BUG: spinlock wrong CPU, modprobe Message-Id: <20080318001720.9b6aea83.akpm@linux-foundation.org> In-Reply-To: <20080317120848.7B3F.KOSAKI.MOTOHIRO@jp.fujitsu.com> References: <20080317120848.7B3F.KOSAKI.MOTOHIRO@jp.fujitsu.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Mar 2008 13:25:26 +0900 KOSAKI Motohiro wrote: > Hi > > I found strange message at 2.6.25-rc5-mm1 booting. > and it is always reproduce. > > > and, Eric Piel's spinlock related patch(below URL) can't fixed my problem. > http://marc.info/?l=linux-kernel&m=120561027011749&w=2 > > Is this known bug? > or should i do bisect? > > > > ------------------------------------------------------------------- > BUG: spinlock wrong CPU on CPU#3, udevd/2495 > lock: a040000058246510, .magic: dead4ead, .owner: udevd/2495, .owner_cpu: 2 > > Call Trace: > [] show_stack+0x80/0xa0 > sp=e00001609262fbd0 bsp=e000016092620fd8 > [] dump_stack+0x30/0x60 > sp=e00001609262fda0 bsp=e000016092620fc0 > [] spin_bug+0x1a0/0x1c0 > sp=e00001609262fda0 bsp=e000016092620f90 > [] _raw_spin_unlock+0xd0/0x120 > sp=e00001609262fda0 bsp=e000016092620f60 > [] _spin_unlock+0x20/0x40 > sp=e00001609262fda0 bsp=e000016092620f40 > [] do_wp_page+0x500/0xfe0 > sp=e00001609262fda0 bsp=e000016092620ed8 > [] handle_mm_fault+0xe80/0x10e0 > sp=e00001609262fda0 bsp=e000016092620e50 > [] ia64_do_page_fault+0x600/0xa40 > sp=e00001609262fda0 bsp=e000016092620df0 > [] ia64_leave_kernel+0x0/0x270 > sp=e00001609262fe30 bsp=e000016092620df0 > I'm unaware of any other reports of anything like this so yes, please do bisect it if you have the time.