The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba: Linux 6.11-rc3 (2024-08-11 14:27:14 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc4 for you to fetch changes up to af8e119f52e9c13e556be9e03f27957554a84656: xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration (2024-08-15 16:29:46 +0200) ---------------------------------------------------------------- USB / Thunderbolt driver fixes for 6.11-rc4 Here are some small USB and Thunderbolt driver fixes for 6.11-rc4 to resolve some reported issues. Included in here are: - thunderbolt driver fixes for reported problems - typec driver fixes - xhci fixes - new device id for ljca usb driver All of these have been in linux-next this week with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Aapo Vienamo (1): thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write() Greg Kroah-Hartman (1): Merge tag 'thunderbolt-for-v6.11-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus Hans de Goede (1): usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[] Heikki Krogerus (1): usb: typec: ucsi: Fix the return value of ucsi_run_command() Marc Zyngier (1): usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup() Mathias Nyman (1): xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration Mika Westerberg (1): thunderbolt: Mark XDomain as unplugged when router is removed Niklas Neronin (1): usb: xhci: fix duplicate stall handling in handle_tx_event() Xu Yang (1): Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET" drivers/thunderbolt/debugfs.c | 10 ++++++---- drivers/thunderbolt/switch.c | 1 + drivers/usb/host/xhci-mem.c | 2 +- drivers/usb/host/xhci-ring.c | 1 + drivers/usb/host/xhci.c | 8 +++++--- drivers/usb/misc/usb-ljca.c | 1 + drivers/usb/typec/tcpm/tcpm.c | 1 - drivers/usb/typec/ucsi/ucsi.c | 2 +- 8 files changed, 16 insertions(+), 10 deletions(-)