Hi Greg, Here are some fixes for 4.9-rc2. Details below. Thanks, Johan The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.9-rc2 for you to fetch changes up to 126d26f66d9890a69158812a6caa248c05359daa: USB: serial: fix potential NULL-dereference at probe (2016-10-21 16:47:17 +0200) ---------------------------------------------------------------- USB-serial fixes for v4.9-rc2 Here's a fix for a NULL-deref during probe which could be triggered by a malicious device, and a fix for some missing error handling in cp210x that also leaked some bits from the stack. Included is also a new device id for ftdi_sio. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Johan Hovold (2): USB: serial: cp210x: fix tiocmget error handling USB: serial: fix potential NULL-dereference at probe Stefan Tauner (1): USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7 drivers/usb/serial/cp210x.c | 4 +++- drivers/usb/serial/ftdi_sio.c | 3 ++- drivers/usb/serial/ftdi_sio_ids.h | 5 +++-- drivers/usb/serial/usb-serial.c | 3 ++- 4 files changed, 10 insertions(+), 5 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