The patch titled usb: fix suspend-to-RAM has been added to the -mm tree. Its filename is usb-fix-suspend-to-ram.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: usb: fix suspend-to-RAM From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> unchangelogged. Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/core/usb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/usb/core/usb.c~usb-fix-suspend-to-ram drivers/usb/core/usb.c --- a/drivers/usb/core/usb.c~usb-fix-suspend-to-ram +++ a/drivers/usb/core/usb.c @@ -205,7 +205,7 @@ struct device_type usb_device_type = { static int ksuspend_usb_init(void) { - ksuspend_usb_wq = create_singlethread_workqueue("ksuspend_usbd"); + ksuspend_usb_wq = create_freezeable_workqueue("ksuspend_usbd"); if (!ksuspend_usb_wq) return -ENOMEM; return 0; _ Patches currently in -mm which might be from stern@xxxxxxxxxxxxxxxxxxx are revert-gregkh-usb-usb-make-the-autosuspend-workqueue-thread-freezable.patch usb-dont-try-to-kzalloc-0-bytes.patch fix-usb-ohci-subvendor-for-toshiba-portege-4000.patch hisax-fix-error-checking-for-hisax_register.patch usb-fix-suspend-to-ram.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