The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: Linux 4.11-rc1 (2017-03-05 12:59:56 -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.11-rc2 for you to fetch changes up to 8c76d7cd520ebffc1ea9ea0850d87a224a50c7f2: USB: serial: safe_serial: fix information leak in completion handler (2017-03-08 16:14:42 +0100) ---------------------------------------------------------------- USB-serial fixes for v4.11-rc2 Here's a fix for a digi_acceleport regression in -rc1, and some fixes for long-standing issues in three other drivers, including a NULL-pointer dereference and a couple of information leaks that could be triggered by a malicious device. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Johan Hovold (6): USB: serial: digi_acceleport: fix OOB-event processing USB: serial: io_ti: fix NULL-deref in interrupt callback USB: serial: omninet: fix reference leaks at open USB: serial: omninet: drop open callback USB: serial: io_ti: fix information leak in completion handler USB: serial: safe_serial: fix information leak in completion handler drivers/usb/serial/digi_acceleport.c | 2 +- drivers/usb/serial/io_ti.c | 8 +++++++- drivers/usb/serial/omninet.c | 13 ------------- drivers/usb/serial/safe_serial.c | 5 +++++ 4 files changed, 13 insertions(+), 15 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