2024-06-16 10:52:52

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [GIT PULL] USB/Thunderbolt driver fixes for 6.10-rc4

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

ssh://[email protected]/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.10-rc4

for you to fetch changes up to 22f00812862564b314784167a89f27b444f82a46:

USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (2024-06-14 08:47:59 +0200)

----------------------------------------------------------------
USB / Thunderbolt fixes for 6.10-rc4

Here are some small USB and Thunderbolt driver fixes for 6.10-rc4.
Included in here are:
- thunderbolt debugfs bugfix
- USB typec bugfixes
- kcov usb bugfix
- xhci bugfixes
- usb-storage bugfix
- dt-bindings bugfix
- cdc-wdm log message spam bugfix

All of these, except for the last cdc-wdm log level change, have been in
linux-next for a while with no reported problems. The cdc-wdm bugfix
has been tested by syzbot and proved to fix the reported cpu lockup
issues when the log is constantly spammed by a broken device.

Signed-off-by: Greg Kroah-Hartman <[email protected]>

----------------------------------------------------------------
Aapo Vienamo (1):
thunderbolt: debugfs: Fix margin debugfs node creation condition

Alan Stern (1):
USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages

Amit Sunil Dhamne (1):
usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps

Andrey Konovalov (1):
kcov, usb: disable interrupts in kcov_remote_start_usb_softirq

Greg Kroah-Hartman (1):
Merge tag 'thunderbolt-for-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next

Hector Martin (1):
xhci: Handle TD clearing for multiple streams case

Heikki Krogerus (1):
usb: typec: ucsi: Ack also failed Get Error commands

Johan Hovold (1):
usb: typec: ucsi: glink: increase max ports for x1e80100

John Ernberg (1):
USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected

Kuangyi Chiang (2):
xhci: Apply reset resume quirk to Etron EJ188 xHCI host
xhci: Apply broken streams quirk to Etron EJ188 xHCI host

Kyle Tso (1):
usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state

Mathias Nyman (1):
xhci: Set correct transferred length for cancelled bulk transfers

Peter Chen (1):
Revert "usb: chipidea: move ci_ulpi_init after the phy initialization"

Rob Herring (Arm) (1):
dt-bindings: usb: realtek,rts5411: Add missing "additionalProperties" on child nodes

Shichao Lai (1):
usb-storage: alauda: Check whether the media is initialized

.../devicetree/bindings/usb/realtek,rts5411.yaml | 1 +
drivers/thunderbolt/debugfs.c | 5 +-
drivers/usb/Makefile | 1 +
drivers/usb/chipidea/core.c | 8 +--
drivers/usb/chipidea/ulpi.c | 5 ++
drivers/usb/class/cdc-wdm.c | 4 +-
drivers/usb/core/hcd.c | 12 +++--
drivers/usb/host/xhci-pci.c | 7 +++
drivers/usb/host/xhci-ring.c | 59 +++++++++++++++++-----
drivers/usb/host/xhci.h | 1 +
drivers/usb/storage/alauda.c | 9 ++--
drivers/usb/typec/tcpm/tcpm.c | 5 +-
drivers/usb/typec/ucsi/ucsi.c | 7 ++-
drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
include/linux/kcov.h | 47 +++++++++++++----
15 files changed, 131 insertions(+), 42 deletions(-)