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 3. For the 16 commits that I've analized, - 12 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: da07f4596510 USB: serial: add modem-status-change wait queue (*) 923ab36b14cb USB: ark3116: fix use-after-free in TIOCMIWAIT (*) d14eeaffa77b USB: ch341: fix use-after-free in TIOCMIWAIT (*) 2d5a267e3678 USB: cypress_m8: fix use-after-free in TIOCMIWAIT 31b9905f62ed USB: ftdi_sio: fix use-after-free in TIOCMIWAIT 0c384c6e92e0 USB: io_edgeport: fix use-after-free in TIOCMIWAIT 24d369d8ad2a USB: io_ti: fix use-after-free in TIOCMIWAIT 4f8adbff06ab USB: mct_u232: fix use-after-free in TIOCMIWAIT 928ab2854c08 USB: mos7840: fix broken TIOCMIWAIT 82159cdc841e USB: mos7840: fix use-after-free in TIOCMIWAIT 5db2cb168b89 USB: oti6858: fix use-after-free in TIOCMIWAIT 664e1221e782 USB: pl2303: fix use-after-free in TIOCMIWAIT d1baabc8006f USB: spcp8x5: fix use-after-free in TIOCMIWAIT a8d646529547 USB: ssu100: fix use-after-free in TIOCMIWAIT 3668b9c17765 USB: ti_usb_3410_5052: fix use-after-free in TIOCMIWAIT a796ce4827fc USB: serial: fix hang when opening port (*) -- drivers/usb/serial/ark3116.c | 10 ++++++---- drivers/usb/serial/ch341.c | 11 ++++++----- drivers/usb/serial/cypress_m8.c | 14 ++++++++------ drivers/usb/serial/ftdi_sio.c | 19 ++++++++----------- drivers/usb/serial/io_edgeport.c | 12 +++++++----- drivers/usb/serial/io_ti.c | 12 ++++++------ drivers/usb/serial/mct_u232.c | 13 +++++++------ drivers/usb/serial/mos7840.c | 16 ++++++++++------ drivers/usb/serial/oti6858.c | 10 ++++++---- drivers/usb/serial/pl2303.c | 11 ++++++----- drivers/usb/serial/spcp8x5.c | 9 +++++---- drivers/usb/serial/ssu100.c | 12 +++++++----- drivers/usb/serial/ti_usb_3410_5052.c | 10 ++++++---- drivers/usb/serial/usb-serial.c | 1 + include/linux/usb/serial.h | 2 ++ 15 files changed, 91 insertions(+), 71 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