[GIT PULL] USB driver fixes for 7.1-final

From: Greg KH

Date: Fri Jun 12 2026 - 06:33:42 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:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-7.1-final

for you to fetch changes up to e47832c73b83ec21e67026726a1c8124697792af:

Merge tag 'usb-serial-7.1-rc8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2026-06-10 12:25:33 +0200)

----------------------------------------------------------------
USB/Thunderbolt fixes for 7.1-final

Here are some small bugfixes for USB serial and Thunderbolt drivers for
some reported and found issues. Included in here are:
- usb serial overflow bugs fixed
- new usb serial device id
- thunderbolt validation fixes for reported issues

All of these have been in linux-next this week with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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()

Greg Kroah-Hartman (3):
Merge tag 'thunderbolt-for-v7.1-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-7.1-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Merge tag 'usb-serial-7.1-rc8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

HyeongJun An (1):
USB: serial: kl5kusb105: fix bulk-out buffer overflow

Jack Wu (1):
USB: serial: option: add usb-id for Dell Wireless DW5826e-m

Michael Bommarito (5):
thunderbolt: Reject zero-length property entries in validator
thunderbolt: Bound root directory content to block size
thunderbolt: Clamp XDomain response data copy to allocation size
thunderbolt: Validate XDomain request packet size before type cast
thunderbolt: Limit XDomain response copy to actual frame size

drivers/thunderbolt/property.c | 6 ++++++
drivers/thunderbolt/xdomain.c | 14 +++++++++++---
drivers/usb/serial/io_ti.c | 11 +++++++++++
drivers/usb/serial/kl5kusb105.c | 4 ++--
drivers/usb/serial/option.c | 3 +++
5 files changed, 33 insertions(+), 5 deletions(-)