This series fixes 3 sources of sleep while atomic bugs. Including the one reported by Heiko Stuebner here: http://www.spinics.net/lists/linux-usb/msg125186.html
Please review. Thank you, Best regards, Yousaf History: v2: - Fixed John's comment v1: - Added John's Acked-by Mian Yousaf Kaukab (3): usb: dwc2: host: allocate qh before atomic enqueue usb: dwc2: host: allocate qtd before atomic enqueue usb: dwc2: embed storage for reg backup in struct dwc2_hsotg drivers/usb/dwc2/core.c | 55 ++++++++++++-------------------------------- drivers/usb/dwc2/core.h | 9 +++++--- drivers/usb/dwc2/hcd.c | 55 +++++++++++++++++++++++++++++++++----------- drivers/usb/dwc2/hcd.h | 5 +++- drivers/usb/dwc2/hcd_queue.c | 49 ++++++++++----------------------------- 5 files changed, 79 insertions(+), 94 deletions(-) -- 2.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html