The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.7-rc1 for you to fetch changes up to 57aa9f294b09463492f604feaa5cc719beaace32: USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback (2020-03-26 10:22:15 +0100) ---------------------------------------------------------------- USB-serial updates for 5.7-rc1 Here are the USB-serial updates for 5.7-rc1, including: - support for a new family of Fintek devices - fix for an io-edgeport slab-out-of-bounds access - fixes for a couple of kernel-doc issues Included are also various clean ups and some new modem device ids. All but the io-edgeport fix have been in linux-next with no reported issues. ---------------------------------------------------------------- Colin Ian King (1): USB: serial: digi_acceleport: remove redundant assignment to pointer priv Ji-Ze Hong (Peter Hong) (6): USB: serial: f81232: extract LSR handler USB: serial: f81232: add tx_empty function USB: serial: f81232: use devm_kzalloc for port data USB: serial: f81232: add F81534A support USB: serial: f81232: set F81534A serial port with RS232 mode USB: serial: f81232: add control driver for F81534A Johan Hovold (3): USB: serial: relax unthrottle memory barrier USB: serial: clean up carrier-detect helper USB: serial: fix tty cleanup-op kernel-doc Pawel Dembicki (3): USB: serial: option: add support for ASKEY WWHC050 USB: serial: option: add BroadMobi BM806U USB: serial: option: add Wistron Neweb D19Q1 Qiujun Huang (1): USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback drivers/usb/serial/digi_acceleport.c | 2 +- drivers/usb/serial/f81232.c | 354 +++++++++++++++++++++++++++++++---- drivers/usb/serial/generic.c | 12 +- drivers/usb/serial/io_edgeport.c | 2 +- drivers/usb/serial/option.c | 6 + drivers/usb/serial/usb-serial.c | 2 +- 6 files changed, 332 insertions(+), 46 deletions(-)