Hi Greg, We've started to analize the list of upstream commits that have been backported to 3.2 but missing from 3.4. Here is part 4. For the 13 commits that I've analized, - 9 commits were marked for stable but can't be applied cleanly to 3.4. - 4 commits were marked for stable and can be applied cleanly and the fix is obviously correct, don't know why it's absent from 3.4.x. (*) Please cherry-pick those commits from 3.2.x: ae04c6d22a95 USB: ftdi_sio: enable two UART ports on ST Microconnect Lite 5b9ce8be3223 usb: dwc3: gadget: free trb pool only from epnum 2 7d578af04dda USB: serial: Add Option GTM681W to qcserial device table. 9e5adb3632ba USB: spcp8x5: fix device initialisation at open 0f9613bfc25a USB: pl2303: fix device initialisation at open 3c574b0665d5 USB: mos7840: fix memory leak in open 6380025aff79 USB: mos7840: fix race in register handling 735143e24807 USB: adutux: fix big-endian device-type reporting c372ce3c31bf USB: ti_usb_3410_5052: fix big-endian firmware handling 8ab959a23fae USB: keyspan: fix null-deref at disconnect and release (*) 60d3bfb16dc6 USB: OHCI: Allow runtime PM without system sleep (*) bc96269f7222 USB: fix build error when CONFIG_PM_SLEEP isn't enabled (*) c9e34fa1d28f USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd (*) -- drivers/usb/dwc3/gadget.c | 15 +++++++++--- drivers/usb/host/ehci-pci.c | 2 +- drivers/usb/host/ohci-pci.c | 2 +- drivers/usb/host/uhci-pci.c | 2 +- drivers/usb/host/xhci-pci.c | 2 +- drivers/usb/misc/adutux.c | 2 +- drivers/usb/serial/ftdi_sio.c | 18 ++++++++------ drivers/usb/serial/keyspan.c | 2 +- drivers/usb/serial/mos7840.c | 44 ++++++++++++++++++++++++++--------- drivers/usb/serial/pl2303.c | 10 ++++---- drivers/usb/serial/qcserial.c | 1 + drivers/usb/serial/spcp8x5.c | 10 ++++---- drivers/usb/serial/ti_usb_3410_5052.c | 9 +++---- include/linux/usb/hcd.h | 2 +- 14 files changed, 78 insertions(+), 43 deletions(-) -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html