[GIT PULL] USB serial fixes for 7.1-rc7
From: Johan Hovold
Date: Fri Jun 05 2026 - 08:15:23 EST
The following changes since commit e43ffb69e0438cddd72aaa30898b4dc446f664f8:
Linux 7.1-rc6 (2026-05-31 15:14:24 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-7.1-rc7
for you to fetch changes up to 1938fb9fe38c4f04a3f30bea44f8071c80a63be4:
USB: serial: option: add usb-id for Dell Wireless DW5826e-m (2026-06-04 09:05:58 +0200)
----------------------------------------------------------------
USB serial fixes for 7.1-rc7
Here are two fixes for buffer overflows in the io_ti driver and a new
modem device id.
All have been in linux-next with no reported issues.
----------------------------------------------------------------
Adrian Korwel (2):
USB: serial: io_ti: fix heap overflow in get_manuf_info()
USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()
Jack Wu (1):
USB: serial: option: add usb-id for Dell Wireless DW5826e-m
drivers/usb/serial/io_ti.c | 11 +++++++++++
drivers/usb/serial/option.c | 3 +++
2 files changed, 14 insertions(+)