From: Andrew Morton <akpm@osdl.org>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: Ingo Molnar <mingo@elte.hu>,
linux-kernel@vger.kernel.org, Andi Kleen <ak@suse.de>
Subject: Re: sleeping functions called in invalid context during resume
Date: Thu, 16 Nov 2006 22:18:00 -0800 [thread overview]
Message-ID: <20061116221800.bfbd80c4.akpm@osdl.org> (raw)
In-Reply-To: <20061116212158.0ef99842@localhost.localdomain>
On Thu, 16 Nov 2006 21:21:58 -0800
Stephen Hemminger <shemminger@osdl.org> wrote:
>
> > Stephen Hemminger <shemminger@osdl.org> wrote:
> >
> > > Lots of sleeping while atomic warnings on 2.6.19-rc5
> > > During resume I see the following:
> > >
> > >
> > > platform floppy.0: EARLY resume
> > > APIC error on CPU0: 00(00)
> > > PM: Finishing wakeup.
> > > BUG: sleeping function called from invalid context at drivers/base/power/resume.c:99
> > > in_atomic():1, irqs_disabled():0
> > >
> > > Call Trace:
> > > [<ffffffff80266117>] show_trace+0x34/0x47
> > > [<ffffffff8026613c>] dump_stack+0x12/0x17
> > > [<ffffffff803734e5>] device_resume+0x19/0x51
> > > [<ffffffff80292157>] enter_state+0x19b/0x1b5
> > > [<ffffffff802921cf>] state_store+0x5e/0x79
> > > [<ffffffff802cc157>] sysfs_write_file+0xc5/0xf8
> > > [<ffffffff80215059>] vfs_write+0xce/0x174
> > > [<ffffffff802159a5>] sys_write+0x45/0x6e
> > > [<ffffffff802593de>] 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.
>
> I have no idea what causes:
>
> APIC error on CPU0: 00(00)
>
> Is it an ACPI problem?
Strange. x86_64 has that stray exit_idle() in smp_error_interrupt() but
afaict it won't cause this to happen.
What's that idle_notifier doing in x86_64 anyway? It appears to have no
users. If there _is_ a user, and if its IDLE_END handler is altering the
preempt-count then perhaps there's your explanation.
But it all appears to be dead code to me.
next prev parent reply other threads:[~2006-11-17 6:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-15 6:30 sleeping functions called in invalid context during resume Stephen Hemminger
2006-11-15 9:20 ` Andrew Morton
2006-11-15 9:33 ` Ingo Molnar
2006-11-15 18:01 ` Stephen Hemminger
2006-11-15 18:04 ` Ingo Molnar
2006-11-17 5:21 ` Stephen Hemminger
2006-11-17 6:18 ` Andrew Morton [this message]
2006-11-17 6:49 ` Andi Kleen
2006-11-17 6:52 ` Ingo Molnar
2006-11-17 15:46 ` Rafael J. Wysocki
2006-11-17 16:30 ` Stephen Hemminger
2006-11-18 11:43 ` Paolo Ornati
2006-11-18 12:55 ` Karsten Wiese
2006-11-18 15:28 ` Paolo Ornati
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061116221800.bfbd80c4.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=ak@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=shemminger@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox