The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -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.14-rc5 for you to fetch changes up to 299d7572e46f98534033a9e65973f13ad1ce9047: USB: serial: console: fix use-after-free after failed setup (2017-10-09 12:33:31 +0200) ---------------------------------------------------------------- USB-serial fixes for v4.14-rc5 Here's a fix for a cp210x regression that prevented a class of devices from being successfully probed. Two use-after-free bugs in the console code are also fixed. Included are also some new device ids. All but the last three commits have been in linux-next with no reported issues. ---------------------------------------------------------------- Andreas Engel (1): USB: serial: cp210x: add support for ELV TFD500 Henryk Heisig (1): USB: serial: option: add support for TP-Link LTE module Jeffrey Chu (1): USB: serial: ftdi_sio: add id for Cypress WICED dev board Johan Hovold (2): USB: serial: console: fix use-after-free on disconnect USB: serial: console: fix use-after-free after failed setup Sebastian Frei (1): USB: serial: cp210x: fix partnum regression Shrirang Bagul (1): USB: serial: qcserial: add Dell DW5818, DW5819 drivers/usb/serial/console.c | 3 ++- drivers/usb/serial/cp210x.c | 13 +++++++------ drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++ drivers/usb/serial/option.c | 2 ++ drivers/usb/serial/qcserial.c | 4 ++++ 6 files changed, 24 insertions(+), 7 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