Hi Greg, Here's a first set of fixes for 4.5-rc. Thanks, Johan The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-rc1 (2016-01-24 13:06:47 -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.5-rc2 for you to fetch changes up to 4152b387da81617c80cb2946b2d56e3958906b3e: USB: option: fix Cinterion AHxx enumeration (2016-01-25 13:32:53 +0100) ---------------------------------------------------------------- USB-serial fixes for v4.5-rc2 Here are two fixes of crashes in the visor driver that could be triggered using bad (malicious) descriptors, a fix for two memory leaks in the new mxu11x0 driver, and an interface-blacklist fix for the option driver. Included are also some new device ids. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Daniele Palmas (1): USB: serial: option: Adding support for Telit LE922 Greg Kroah-Hartman (1): USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable Johan Hovold (1): USB: visor: fix null-deref at probe John Ernberg (1): USB: option: fix Cinterion AHxx enumeration Mathieu OTHACEHE (1): USB: mxu11x0: fix memory leak on usb_serial private data Peter Dedecker (1): USB: cp210x: add ID for IAI USB to RS485 adaptor Vladis Dronov (1): USB: serial: visor: fix crash on detecting device without write_urbs drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 1 + drivers/usb/serial/mxu11x0.c | 20 ++++++++++++++++++++ drivers/usb/serial/option.c | 18 +++++++++++++++++- drivers/usb/serial/visor.c | 11 +++++++++-- 6 files changed, 49 insertions(+), 3 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