Hi Greg, Here's my first set of fixes for 4.0. All have been in linux-next for a while now. Please pull. Thanks, Johan The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.0-rc3 for you to fetch changes up to c7d373c3f0da2b2b78c4b1ce5ae41485b3ef848c: usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards (2015-03-03 07:47:06 +0100) ---------------------------------------------------------------- USB-serial fixes for v4.0-rc3 Here are a few fixes for reported problems including a usb-debug device buffer overflow, potential use-after-free on failed probe, and a couple of issues with the USB console. Some new device IDs are also added. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Johan Hovold (8): Revert "USB: serial: make bulk_out_size a lower limit" USB: console: add dummy __module_get USB: serial: fix potential use-after-free after failed probe USB: serial: fix tty-device error handling at probe USB: serial: fix port attribute-creation race USB: serial: clean up bus probe error handling USB: mxuport: fix null deref when used as a console USB: pl2303: disable break on shutdown Mark Glover (1): USB: ftdi_sio: add PIDs for Actisense USB devices Max Mansfield (1): usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards Michiel vd Garde (1): USB: serial: cp210x: Adding Seletek device id's Nicolas PLANEL (1): USB: ch341: set tty baud speed according to tty struct drivers/usb/serial/bus.c | 45 +++++++++++++++++---------------------- drivers/usb/serial/ch341.c | 15 ++++++------- drivers/usb/serial/console.c | 2 ++ drivers/usb/serial/cp210x.c | 2 ++ drivers/usb/serial/ftdi_sio.c | 19 +++++++++++++++++ drivers/usb/serial/ftdi_sio_ids.h | 23 ++++++++++++++++++++ drivers/usb/serial/mxuport.c | 3 ++- drivers/usb/serial/pl2303.c | 18 +++++++++++----- drivers/usb/serial/usb-serial.c | 21 ++++++++++++++++-- include/linux/usb/serial.h | 3 +-- 10 files changed, 106 insertions(+), 45 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html