From: Oleg Nesterov <oleg@tv-sign.ru>
To: Gautham R Shenoy <ego@in.ibm.com>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
rui.zhang@intel.com, harbour@sfinx.od.ua, pavel@ucw.cz,
rjw@sisk.pl
Subject: Re: + pm-introduce-new-interfaces-schedule_work_on-and-queue_work_on.patch added to -mm tree
Date: Thu, 24 Jul 2008 16:43:49 +0400 [thread overview]
Message-ID: <20080724124349.GA182@tv-sign.ru> (raw)
In-Reply-To: <20080722161900.GA17601@in.ibm.com>
On 07/22, Gautham R Shenoy wrote:
>
> On Sat, Jul 12, 2008 at 08:21:49PM +0400, Oleg Nesterov wrote:
> >
> > So, this is used in http://bugzilla.kernel.org/attachment.cgi?id=16707
> >
> > --- linux-2.6.orig/kernel/power/poweroff.c 2008-06-30 16:01:35.000000000 +0800
> > +++ linux-2.6/kernel/power/poweroff.c 2008-07-03 10:50:05.000000000 +0800
> > @@ -25,7 +25,8 @@
> >
> > static void handle_poweroff(int key, struct tty_struct *tty)
> > {
> > - schedule_work(&poweroff_work);
> > + /* run sysrq poweroff on boot cpu */
> > + schedule_work_on(first_cpu(cpu_online_map), &poweroff_work);
> > }
> >
> > static struct sysrq_key_op sysrq_poweroff_op = {
> >
> > A couple of silly questions, I don't understand the low-level details.
> >
> > This patch (and kernel_power_off() afaics) assumes that the boot cpu
> > can't be cpu_down()'ed. Is it true in general? For example, grep shows
> > that arch/s390/kernel/smp.c:topology_init()->smp_add_present_cpu()
> > sets ->hotpluggable = 1 for all present CPUs?
>
> I tried this on a Power system sometime back and I was able to
> offline CPU0.
This means that
pm-schedule-sysrq-poweroff-on-boot-cpu.patch
is not 100% right. It is still possible to hang/deadlock if we race
with cpu_down(first_cpu(cpu_online_map)).
The bug is mostly theoretical, but perhaps should be fixed anyway,
handle_poweroff() can use kthread_run().
Oleg.
next prev parent reply other threads:[~2008-07-24 12:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200807111846.m6BIkeTj031024@imap1.linux-foundation.org>
2008-07-12 15:32 ` [PATCH] pm-introduce-new-interfaces-schedule_work_on-and-queue_work_on-cleanup Oleg Nesterov
2008-07-12 15:35 ` [PATCH] workqueues: queue_work() can use queue_work_on() Oleg Nesterov
2008-07-12 15:45 ` [PATCH] workqueues: schedule_on_each_cpu() can use schedule_work_on() Oleg Nesterov
2008-07-12 16:21 ` + pm-introduce-new-interfaces-schedule_work_on-and-queue_work_on.patch added to -mm tree Oleg Nesterov
2008-07-22 16:19 ` Gautham R Shenoy
2008-07-24 12:43 ` Oleg Nesterov [this message]
2008-07-25 1:17 ` Zhang Rui
2008-07-25 9:42 ` Oleg Nesterov
2008-08-05 19:57 ` Pavel Machek
2008-08-06 12:45 ` Oleg Nesterov
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=20080724124349.GA182@tv-sign.ru \
--to=oleg@tv-sign.ru \
--cc=akpm@linux-foundation.org \
--cc=ego@in.ibm.com \
--cc=harbour@sfinx.od.ua \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rjw@sisk.pl \
--cc=rui.zhang@intel.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