public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <lkml@rtr.ca>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Len Brown <lenb@kernel.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	simon.derr@bull.net
Subject: Re: Problems with SMP & ACPI powering off
Date: Fri, 28 Sep 2007 09:46:32 -0400	[thread overview]
Message-ID: <46FD05B8.2040302@rtr.ca> (raw)
In-Reply-To: <200709281544.30497.rjw@sisk.pl>

Rafael J. Wysocki wrote:
> On Friday, 28 September 2007 15:22, Mark Lord wrote:
>> Rafael J. Wysocki wrote:
>>> On Friday, 28 September 2007 06:57, Len Brown wrote:
>>>> On Thursday 27 September 2007 18:00, Rafael J. Wysocki wrote:
>>>>> On Thursday, 27 September 2007 23:29, Mark Lord wrote:
>>>>>> Question:  do we disable all CPUs except 0 when doing ACPI power off?
>>>>> No, but we should.
>>>> We used to.
>>>> It is absolutely mandatory -- else it confuses the BIOS on some boards
>>>> b/c it isn't expecting SMM to get entered from other than cpu0.
>>> Can we use the CPU hotplug for that, like in the suspend/hibernation case?
>> Well, so far it's working:  about ten poweroffs since I patched it,
>> and no issues with any of them.  Prior to that, it seemed like about
>> one in five poweroffs wouldn't (power off).
>>
>> It'll take a lot more testing to confirm, though.
>>
>> What can I call to determine if more than one CPU is enabled, anyway?
>>
>> Here's the hack I'm using here, very situation (2 cores) specific,
>> and it still has some printk's leftover with a sleep so I have time
>> to read them before the lights go out.  :)
> 
> Well, we have disable_nonboot_cpus() that we use for suspend and that is
> supposed to be general.
> 
> The question is when to call it.

How about from the obvious candidate: kernel/sys.c::kernel_power_off() ?

I'll rework my hack into a proper patch there,
repost it here, and test with it for another day or two.

-ml

  reply	other threads:[~2007-09-28 13:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-27 21:29 Problems with SMP & ACPI powering off Mark Lord
2007-09-27 21:30 ` Mark Lord
2007-09-27 22:00 ` Rafael J. Wysocki
2007-09-27 23:07   ` Mark Lord
2007-09-28  4:57   ` Len Brown
2007-09-28 12:55     ` Rafael J. Wysocki
2007-09-28 13:22       ` Mark Lord
2007-09-28 13:44         ` Rafael J. Wysocki
2007-09-28 13:46           ` Mark Lord [this message]
2007-09-28 13:52             ` [PATCH] disable non-boot CPUs before poweroff Mark Lord
2007-09-28 14:11               ` Mark Lord
2007-09-28 14:55               ` Thomas Gleixner
2007-09-28 19:53                 ` [PATCH] (repost) Fix SMP poweroff hangs Mark Lord
2007-09-30  9:00                   ` Santiago Garcia Mantinan
2007-09-30 17:21                     ` Mark Lord
2007-09-30 17:54                       ` Santiago Garcia Mantinan
2007-09-30 18:47                         ` Mark Lord
2007-09-30 20:03                           ` Santiago Garcia Mantinan
2007-09-30 22:52                             ` 32-bit Athlon X2 won't poweroff (was: Fix SMP poweroff hangs) Mark Lord
2007-09-30 22:56                               ` 32-bit Athlon X2 won't poweroff Mark Lord
2007-10-01 16:19                               ` 32-bit Athlon X2 won't poweroff (was: Fix SMP poweroff hangs) Santiago Garcia Mantinan
2007-10-01 16:37                                 ` 32-bit Athlon X2 won't poweroff Mark Lord
2007-10-01 20:05                         ` [PATCH] (repost) Fix SMP poweroff hangs Rafael J. Wysocki
2007-10-01 22:38                           ` Santiago Garcia Mantinan
2007-09-28 15:05               ` [PATCH] disable non-boot CPUs before poweroff Rafael J. Wysocki
2007-09-28 15:02                 ` Thomas Gleixner

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=46FD05B8.2040302@rtr.ca \
    --to=lkml@rtr.ca \
    --cc=lenb@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=simon.derr@bull.net \
    /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