From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: 2.6.28-rc4: BUG: spinlock lockup on CPU#0 Date: Tue, 11 Nov 2008 15:49:02 -0800 (PST) Message-ID: <20081111.154902.11426409.davem@davemloft.net> References: <20081111233230.GC12456@orion> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20081111233230.GC12456@orion> Sender: sparclinux-owner@vger.kernel.org List-ID: Content-Type: Text/Plain; charset="us-ascii" To: a.beregalov@gmail.com Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, kernel-testers@vger.kernel.org, rjw@sisk.pl From: Alexander Beregalov Date: Wed, 12 Nov 2008 02:32:30 +0300 > It is on sparc64 (Ultra 10). 2.6.28-rc4-00011-g3ad4f59 > > BUG: spinlock lockup on CPU#0, metalog/1322, 00000000007f1430 > Kernel panic - not syncing: Aiee, killing interrupt handler! > > It seems Sysrq does not work. > > David, how can I provide more info before I reboot it ? > > Full dmesg: Hmm, this BUG message should have given you a register dump and a backtrace. Can you give it a "Alt-SysRQ-p" and show the output? Actually, if you got this over a serial console or similar, you're not getting the register dump because the console loglevel is filtering them out. If that's what's happening, reboot with "ignore_loglevel" (I always boot with this option, by adding it to the default kernel command line options in /etc/silo.conf) Also, in situations where the system is already booted and you want to see things like the Alt-SysRQ-p register dumps on the console, you'll need to type something like "Alt-SysRQ-8" to bump the console log level.