Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933683AbWKQPtc (ORCPT ); Fri, 17 Nov 2006 10:49:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933684AbWKQPtb (ORCPT ); Fri, 17 Nov 2006 10:49:31 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:24737 "EHLO ogre.sisk.pl") by vger.kernel.org with ESMTP id S933683AbWKQPta (ORCPT ); Fri, 17 Nov 2006 10:49:30 -0500 From: "Rafael J. Wysocki" To: Ingo Molnar Subject: Re: sleeping functions called in invalid context during resume Date: Fri, 17 Nov 2006 16:46:05 +0100 User-Agent: KMail/1.9.1 Cc: Stephen Hemminger , Andrew Morton , linux-kernel@vger.kernel.org References: <20061114223002.10c231bd@localhost.localdomain> <20061116212158.0ef99842@localhost.localdomain> <20061117065202.GA11877@elte.hu> In-Reply-To: <20061117065202.GA11877@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611171646.05860.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2085 Lines: 61 On Friday, 17 November 2006 07:52, Ingo Molnar wrote: > > * Stephen Hemminger wrote: > > > > > BUG: sleeping function called from invalid context at drivers/base/power/resume.c:99 > > > > in_atomic():1, irqs_disabled():0 > > > > > > > > Call Trace: > > > > [] show_trace+0x34/0x47 > > > > [] dump_stack+0x12/0x17 > > > > [] device_resume+0x19/0x51 > > > > [] enter_state+0x19b/0x1b5 > > > > [] state_store+0x5e/0x79 > > > > [] sysfs_write_file+0xc5/0xf8 > > > > [] vfs_write+0xce/0x174 > > > > [] sys_write+0x45/0x6e > > > > [] system_call+0x7e/0x83 > > > > DWARF2 unwinder stuck at system_call+0x7e/0x83 > > > > > > > > Ingo, the later version of your lockdep patch (with the x86_64 fix), > > worked. There is nothing locked during these errors. > > > > The problem was the APIC error is leaving preempt-disabled. > > ah, that could be the case - do you have a fix-patch for that? > > preempt-disabled leaks are only caught via CONFIG_PREEMPT_TRACE (not via > lockdep), which debug feature you can find in the -rt tree: > > http://redhat.com/~mingo/realtime-preempt/ > > (there's no easy standalone patch for now.) > > it will be enabled if you select CONFIG_DEBUG_PREEMPT. > > > I have no idea what causes: > > > > APIC error on CPU0: 00(00) > > > > Is it an ACPI problem? > > a 00 error code? Never seen that ... How frequently does it happen? On my x86-64 boxes the "APIC error on CPU0" message appears on every resume, but it doesn't seem to be related to any visible problems. It's been there forever, AFAICT. Greetings, Rafael -- You never change things by fighting the existing reality. R. Buckminster Fuller - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/