From: Mark Lord <lkml@rtr.ca>
To: Greg KH <gregkh@suse.de>
Cc: Yasunori Goto <y-goto@jp.fujitsu.com>,
Andrew Morton <akpm@linux-foundation.org>,
Alexey Dobriyan <adobriyan@sw.ru>,
linux-kernel@vger.kernel.org
Subject: Re: EIP is at device_shutdown+0x32/0x60
Date: Thu, 15 Nov 2007 14:13:22 -0500 [thread overview]
Message-ID: <473C9A52.2070900@rtr.ca> (raw)
In-Reply-To: <20071115184810.GA14750@suse.de>
Greg KH wrote:
> On Thu, Nov 15, 2007 at 01:29:04PM -0500, Mark Lord wrote:
>> Greg KH wrote:
>>> On Thu, Nov 15, 2007 at 12:07:48PM -0500, Mark Lord wrote:
>> ..
>>>> Greg, I don't know if this is relevant or not,
>>>> but x86 has bugs in the halt/reboot code for SMP.
>>>>
>>>> Specifically, in native_smp_send_stop() the code now uses
>>>> spin_trylock() to "lock" the shared call buffers,
>>>> but then ignores the result.
>>>>
>>>> This means that multiple CPUs can/will clobber each other
>>>> in that code.
>>>>
>>>> The second bug, is that this code does not wait for the
>>>> target CPUs to actually stop before it continues.
>>>>
>>>> This was the real cause of the failure-to-poweroff problems
>>>> I was having with 2.6.23, which we fixed by using CPU hotplug
>>>> to disable_nonboot_cpus() before the above code ever got run.
>>> I have noticed that the shutdown path is quite weird, shutting down
>>> sysdev devices differently depending on the type of shutdown, which is
>>> probably not good.
>>> But what change are you talking about for the poweroff problem? I have
>>> a _lot_ of people reporting that 2.6.22 is not powering off for them and
>>> I can't seem to figure it out. Do you have a changeset for something
>>> that went in to fix this issue?
>> ..
>>
>> Well, the real bugs that cause the problem are described by me above.
>> I don't have a fix for those, but the workaround is in 2.6.23
>> under git 4047727e5ae33f9b8d2b7766d1994ea6e5ec2991 Fix SMP poweroff hangs.
>>
>> With that workaround, there's no more hanging on halt,
>> though there could still be a hang on reboot.
>>
>> A problem with that workaround is that it has no effect unless
>> the CPU hotplug code is configured (CONFIG_PM_SLEEP_SMP and pals).
>
> Hm, that's not going to be a fix for 2.6.22 as we already do a call to
> that function in that call when shutting down, something in the
> 2.6.23-rc series must have changed that logic to make it required again.
..
But remember, it has no effect unless the kernel has suspend/resume
configured in. Many desktops don't.
And the real unfixed bugs are still there in native_smp_send_stop()
as described above. You could prod whoever takes care of that code
to fix them.
Cheers
next prev parent reply other threads:[~2007-11-15 19:13 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-15 9:11 EIP is at device_shutdown+0x32/0x60 Alexey Dobriyan
2007-11-15 9:44 ` Andrew Morton
2007-11-15 9:59 ` Alexey Dobriyan
2007-11-15 12:55 ` Yasunori Goto
2007-11-15 13:15 ` Cornelia Huck
2007-11-15 16:34 ` Greg KH
2007-11-15 17:07 ` Mark Lord
2007-11-15 18:23 ` Greg KH
2007-11-15 18:29 ` Mark Lord
2007-11-15 18:48 ` Greg KH
2007-11-15 19:13 ` Mark Lord [this message]
2007-11-15 17:50 ` Kay Sievers
2007-11-15 18:18 ` Greg KH
2007-11-15 19:01 ` Greg KH
2007-11-16 1:13 ` Yasunori Goto
2007-11-16 1:22 ` Greg KH
2007-11-19 9:55 ` Cornelia Huck
2007-11-15 14:40 ` Jeff Dike
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=473C9A52.2070900@rtr.ca \
--to=lkml@rtr.ca \
--cc=adobriyan@sw.ru \
--cc=akpm@linux-foundation.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=y-goto@jp.fujitsu.com \
/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