From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [patch 3/3] clockevents: Fix resume logic - updated version Date: Sun, 13 May 2007 12:09:37 -0700 Message-ID: <20070513120937.024a4368.akpm@linux-foundation.org> References: <20070430102837.748238000@linutronix.de> <20070511132846.5ebf4437.akpm@linux-foundation.org> <200705112302.47726.rjw@sisk.pl> <200705112309.15996.rjw@sisk.pl> <20070511235607.83ad0eb5.akpm@linux-foundation.org> <1178959563.22481.126.camel@localhost.localdomain> <20070512020056.a24cf472.akpm@linux-foundation.org> <1178961489.22481.133.camel@localhost.localdomain> <20070512030754.90488f79.akpm@linux-foundation.org> <1178970253.22481.143.camel@localhost.localdomain> <20070512095145.0cf58a57.akpm@linux-foundation.org> <1178989302.22481.185.camel@localhost.localdomain> <20070512102350.04126320.akpm@linux-foundation.org> <1178999770.22481.211.camel@localhost.localdomain> <20070512181140.50140334.akpm@linux-foundation.org> <1179043652.22481.243.camel@localhost.localdomain> <1179074887.22481.271.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([65.172.181.25]:39275 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754685AbXEMTKA (ORCPT ); Sun, 13 May 2007 15:10:00 -0400 In-Reply-To: <1179074887.22481.271.camel@localhost.localdomain> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: tglx@linutronix.de Cc: "Rafael J. Wysocki" , Ingo Molnar , LKML , John Stultz , linux-acpi@vger.kernel.org On Sun, 13 May 2007 18:48:07 +0200 Thomas Gleixner wrote: > On Sun, 2007-05-13 at 10:07 +0200, Thomas Gleixner wrote: > > > > Can you send me your .config please ? > > > > > > > > > > http://userweb.kernel.org/~akpm/config-sony.txt > > > > No luck. > > I'm making progress. After fiddling with the config options I get a > solid lockup of netconsole during boot :( neat. Sometimes this can be a device driver failure. > But also lockdep itself is broken on my box, so I would not see warnings > anyway: > > soft-irqs-on + irq-safe-A/21: ok | ok | ok | > sirq-safe-A => hirqs-on/12: ok | ok |irq event stamp: 472 > hardirqs last enabled at (472): [] irqsafe2A_rlock_12+0x94/0xa1 > hardirqs last disabled at (471): [] native_sched_clock+0x55/0xe8 > softirqs last enabled at (468): [] irqsafe2A_rlock_12+0x7f/0xa1 > softirqs last disabled at (464): [] irqsafe2A_rlock_12+0xb/0xa1 > FAILED| [] dump_trace+0x61/0x1e7 > [] show_trace_log_lvl+0x1a/0x30 > [] show_trace+0x12/0x14 > [] dump_stack+0x15/0x17 > [] dotest+0x6b/0x3ce > [] locking_selftest+0x915/0x1a5a > [] start_kernel+0x1d5/0x2a7 > ======================= > > .... more of those > > ----------------------------------------------------------------- > BUG: 6 unexpected failures (out of 218) - debugging disabled! | > ----------------------------------------------------------------- > Yeah, I expect quite a few people will start seeing that. iirc it was triggered by a couple of changes: a local_irq_save/local_irq_restore in sched_clock() and a change Jeremy made to the softlockup detector. There was no reasonable explanation why either of those changes should have triggered the six failures so I just went ahead with them so we can flush the real bug out.