All of lore.kernel.org
 help / color / mirror / Atom feed
* - workqueue-dont-save-interrupts-in-run_workqueue-update.patch removed from -mm tree
@ 2007-02-07 23:26 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-07 23:26 UTC (permalink / raw)
  To: akpm, mingo, oleg, mm-commits


The patch titled
     workqueue-dont-save-interrupts-in-run_workqueue-update
has been removed from the -mm tree.  Its filename was
     workqueue-dont-save-interrupts-in-run_workqueue-update.patch

This patch was dropped because an updated version will be merged

------------------------------------------------------
Subject: workqueue-dont-save-interrupts-in-run_workqueue-update
From: Andrew Morton <akpm@linux-foundation.org>

yes?

Cc: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/workqueue.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN kernel/workqueue.c~workqueue-dont-save-interrupts-in-run_workqueue-update kernel/workqueue.c
--- a/kernel/workqueue.c~workqueue-dont-save-interrupts-in-run_workqueue-update
+++ a/kernel/workqueue.c
@@ -227,6 +227,7 @@ EXPORT_SYMBOL_GPL(queue_delayed_work_on)
 
 static void run_workqueue(struct cpu_workqueue_struct *cwq)
 {
+	might_sleep();
 	spin_lock_irq(&cwq->lock);
 	cwq->run_depth++;
 	if (cwq->run_depth > 3) {
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

origin.patch
fix-warning-in-device_add_attrs.patch
git-dvb.patch
kthread-api-conversion-for-dvb_frontend-and-av7110-fix.patch
git-libata-all.patch
sis-warning-fixes.patch
git-md-accel-fixes.patch
git-md-accel-warning-fixes.patch
git-netdev-all.patch
revert-drivers-net-tulip-dmfe-support-basic-carrier-detection.patch
git-sh.patch
git-block.patch
git-cryptodev-fixup.patch
mm-vm_insert_pfn-tidy.patch
swiotlb-uninlinings.patch
spi-filesystem-api-tweaks.patch
workqueue-dont-save-interrupts-in-run_workqueue-update.patch
knfsd-sunrpc-teach-svc_sendto-to-deal-with-ipv6-addresses-tidy.patch
knfsd-sunrpc-support-ipv6-addresses-in-rpc-servers-udp-receive-path-tidy.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-07 23:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 23:26 - workqueue-dont-save-interrupts-in-run_workqueue-update.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.