[GIT PULL] USB driver fixes for 6.10-final

From: Greg KH
Date: Fri Jul 12 2024 - 06:40:56 EST


The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 70c8e3944063a83b7fae1996db7971e9b858c635:

Merge tag 'usb-serial-6.10-rc8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-07-10 19:55:07 +0200)

----------------------------------------------------------------
USB fixes for 6.10-final

Here are some small USB driver fixes and new device ids for 6.10-final.
Included in here are:
- new usb-serial device ids for reported devices
- syzbot-triggered duplicate endpoint bugfix
- gadget bugfix for configfs memory overwrite
- xhci resume bugfix
- new device quirk added
- usb core error path bugfix

All of these have been in linux-next (most for a while) with no reported
issues.

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

----------------------------------------------------------------
Alan Stern (1):
USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor

Bjørn Mork (1):
USB: serial: option: add Fibocom FM350-GL

Daniele Palmas (2):
USB: serial: option: add Telit FN912 rmnet compositions
USB: serial: option: add Telit generic core-dump composition

Dmitry Smirnov (1):
USB: serial: mos7840: fix crash on resume

Greg Kroah-Hartman (2):
Merge tag 'usb-serial-6.10-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Merge tag 'usb-serial-6.10-rc8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Heikki Krogerus (1):
usb: dwc3: pci: add support for the Intel Panther Lake

Javier Carrasco (1):
usb: core: add missing of_node_put() in usb_of_has_devices_or_graph

Lee Jones (1):
usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()

Mank Wang (1):
USB: serial: option: add Netprisma LCUK54 series modules

Mathias Nyman (1):
xhci: always resume roothubs if xHC was reset during resume

Slark Xiao (1):
USB: serial: option: add support for Foxconn T99W651

Vanillan Wang (1):
USB: serial: option: add Rolling RW350-GL variants

WangYuli (1):
USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k

drivers/usb/core/config.c | 18 ++++++++++++++---
drivers/usb/core/of.c | 7 +++++--
drivers/usb/core/quirks.c | 3 +++
drivers/usb/dwc3/dwc3-pci.c | 8 ++++++++
drivers/usb/gadget/configfs.c | 3 +++
drivers/usb/host/xhci.c | 16 ++++++++++++---
drivers/usb/serial/mos7840.c | 45 +++++++++++++++++++++++++++++++++++++++++++
drivers/usb/serial/option.c | 38 ++++++++++++++++++++++++++++++++++++
8 files changed, 130 insertions(+), 8 deletions(-)