From: akpm@linux-foundation.org
To: akinobu.mita@gmail.com, oleg@tv-sign.ru, mm-commits@vger.kernel.org
Subject: - workqueue-proper-error-unwinding-in-cpu-hotplug-error-path.patch removed from -mm tree
Date: Tue, 22 Jul 2008 03:28:40 -0700 [thread overview]
Message-ID: <200807221028.m6MASeXU023343@imap1.linux-foundation.org> (raw)
The patch titled
workqueue: proper error unwinding in cpu hotplug error path
has been removed from the -mm tree. Its filename was
workqueue-proper-error-unwinding-in-cpu-hotplug-error-path.patch
This patch was dropped because an updated version will be merged
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: workqueue: proper error unwinding in cpu hotplug error path
From: Akinobu Mita <akinobu.mita@gmail.com>
Add proper error unwinding in error path in CPU_UP_PREPARE notifier.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/workqueue.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff -puN kernel/workqueue.c~workqueue-proper-error-unwinding-in-cpu-hotplug-error-path kernel/workqueue.c
--- a/kernel/workqueue.c~workqueue-proper-error-unwinding-in-cpu-hotplug-error-path
+++ a/kernel/workqueue.c
@@ -928,6 +928,15 @@ static int __devinit workqueue_cpu_callb
break;
printk(KERN_ERR "workqueue [%s] for %i failed\n",
wq->name, cpu);
+
+ list_for_each_entry_continue_reverse(wq, &workqueues,
+ list) {
+ cwq = per_cpu_ptr(wq->cpu_wq, cpu);
+ start_workqueue_thread(cwq, -1);
+ cleanup_workqueue_thread(cwq);
+ }
+ cpu_clear(cpu, cpu_populated_map);
+
return NOTIFY_BAD;
case CPU_ONLINE:
_
Patches currently in -mm which might be from akinobu.mita@gmail.com are
origin.patch
move-memory_read_from_buffer-from-fsh-to-stringh.patch
linux-next.patch
ipr-use-memory_read_from_buffer.patch
qla2xxx-use-memory_read_from_buffer.patch
qla2xxx-use-memory_read_from_buffer-fix.patch
pm-hibernation-simplify-memory-bitmap.patch
cris-use-simple_read_from_buffer.patch
binfmt_misc-use-simple_read_from_buffer.patch
aty-use-memory_read_from_buffer.patch
aty-use-memory_read_from_buffer-fix.patch
auxdisplay-small-cleanups.patch
workqueue-proper-error-unwinding-in-cpu-hotplug-error-path.patch
ipc-use-simple_read_from_buffer.patch
nwflash-use-simple_read_from_buffer.patch
char-merge-ip2main-and-ip2base.patch
char-ip2-cleanup-globals.patch
char-ip2-fix-sparse-warnings.patch
char-ip2-init-deinit-cleanup.patch
firmware-use-memory_read_from_buffer.patch
firmware-use-memory_read_from_buffer-fix.patch
dcdbas-use-memory_read_from_buffer.patch
dcdbas-use-memory_read_from_buffer-fix.patch
dell_rbu-use-memory_read_from_buffer.patch
dell_rbu-use-memory_read_from_buffer-fix.patch
reply other threads:[~2008-07-22 10:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200807221028.m6MASeXU023343@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=akinobu.mita@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=oleg@tv-sign.ru \
/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