From: Andrew Morton <akpm@linux-foundation.org>
To: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
linux-kernel@vger.kernel.org, Tomas Carnecky <tom@dbservice.com>,
bugme-daemon@bugzilla.kernel.org
Subject: [Bug 12492] Re: [patch 1/2] stop_machine: introduce stop_machine_create/destroy.
Date: Tue, 27 Jan 2009 00:04:32 -0800 [thread overview]
Message-ID: <20090127000432.65042e85.akpm@linux-foundation.org> (raw)
In-Reply-To: <20081222114529.601526881@de.ibm.com>
On Mon, 22 Dec 2008 12:36:30 +0100 Heiko Carstens <heiko.carstens@de.ibm.com> wrote:
> Introduce stop_machine_create/destroy. With this interface subsystems
> that need a non-failing stop_machine environment can create the
> stop_machine machine threads before actually calling stop_machine.
> When the threads aren't needed anymore they can be killed with
> stop_machine_destroy again.
>
> When stop_machine gets called and the threads aren't present they
> will be created and destroyed automatically. This restores the old
> behaviour of stop_machine.
>
> This patch also converts cpu hotplug to the new interface since it
> is special: cpu_down calls __stop_machine instead of stop_machine.
> However the kstop threads will only be created when stop_machine
> gets called.
>
> Changing the code so that the threads would be created automatically
> on __stop_machine is currently not possible: when __stop_machine gets
> called we hold cpu_add_remove_lock, which is the same lock that
> create_rt_workqueue would take. So the workqueue needs to be created
> before the cpu hotplug code locks cpu_add_remove_lock.
In http://bugzilla.kernel.org/show_bug.cgi?id=12492, Thomas (cc'ed
here) reports
Commit 9ea09af3bd3090e8349ca2899ca2011bd94cda85 introduced a
regression that caused the kernel to fail to suspend. The 'sleeping'
LED on the laptop just keeps blinking and the laptop never shuts
down. I think this was eventually fixed because with 2.6.29-rc1 and
-rc2 the laptop suspends fine, but fails to resume. When I try to
resume, all I see is a blinking cursor in the top left corner of the
screen.
I'm using acpi_sleep=s3_bios,s3_mode, suspending using a script
that does: echo mem > /sys/power/state.
next prev parent reply other threads:[~2009-01-27 8:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-22 11:36 [patch 0/2] stop_machine: create kstop threads only when needed Heiko Carstens
2008-12-22 11:36 ` [patch 1/2] stop_machine: introduce stop_machine_create/destroy Heiko Carstens
2009-01-27 8:04 ` Andrew Morton [this message]
2009-01-27 9:52 ` [Bug 12492] " Andrew Morton
2009-01-27 10:09 ` Heiko Carstens
2008-12-22 11:36 ` [patch 2/2] module: convert to stop_machine_create/destroy Heiko Carstens
2008-12-25 13:07 ` [patch 0/2] stop_machine: create kstop threads only when needed Rusty Russell
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=20090127000432.65042e85.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bugme-daemon@bugzilla.kernel.org \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=tom@dbservice.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