mbox series

[GIT,PULL] USB / Thunderbolt driver fixes for 6.11-rc4

Message ID ZsIVd2smm0EX27rL@kroah.com (mailing list archive)
State Superseded
Commit 3d9061d22bef282dfd993f9481a1f0cb755bd7f6
Headers show
Series [GIT,PULL] USB / Thunderbolt driver fixes for 6.11-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc4

Message

Greg KH Aug. 18, 2024, 3:38 p.m. UTC
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@linuxfoundation.org>

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

Comments

pr-tracker-bot@kernel.org Aug. 18, 2024, 5:23 p.m. UTC | #1
The pull request you sent on Sun, 18 Aug 2024 17:38:31 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3d9061d22bef282dfd993f9481a1f0cb755bd7f6

Thank you!