The patch titled workqueue-dont-save-interrupts-in-run_workqueue-update has been added to the -mm tree. Its filename is workqueue-dont-save-interrupts-in-run_workqueue-update.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: workqueue-dont-save-interrupts-in-run_workqueue-update From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> yes? Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxx are git-libata-all-forward-declare-struct-device.patch git-md-accel-fixes.patch git-md-accel-warning-fixes.patch revert-drivers-net-tulip-dmfe-support-basic-carrier-detection.patch mm-vm_insert_pfn-tidy.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 - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html