Message ID | ZetLB2-_00QyZZJs@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e536e0d44c44f8854a6c527195c70ce9dd1e0c0b |
Headers | show |
Series | [GIT,PULL] USB/Thunderbolt driver fixes for 6.8-rc8 | expand |
The pull request you sent on Fri, 8 Mar 2024 17:29:43 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.8-rc8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e536e0d44c44f8854a6c527195c70ce9dd1e0c0b
Thank you!
The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b: Linux 6.8-rc6 (2024-02-25 15:46:06 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.8-rc8 for you to fetch changes up to b234c70fefa7532d34ebee104de64cc16f1b21e4: xhci: Fix failure to detect ring expansion need. (2024-03-05 13:47:08 +0000) ---------------------------------------------------------------- USB / Thunderbolt fixes for 6.8-rc8 (or -final) Here are some small remaining fixes for USB and Thunderbolt drivers for 6.8-rc8. Included in here are fixes for: - thunderbold NULL dereference fix - typec driver fixes - xhci driver regression fix - usb-storage divide-by-0 fix - ncm gadget driver fix All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Alan Stern (1): USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command Badhri Jagan Sridharan (1): usb: typec: tpcm: Fix PORT_RESET behavior for self powered devices Greg Kroah-Hartman (1): Merge tag 'thunderbolt-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus Krishna Kurapati (1): usb: gadget: ncm: Fix handling of zero block length packets Mathias Nyman (2): usb: port: Don't try to peer unused USB ports based on location xhci: Fix failure to detect ring expansion need. Mika Westerberg (1): thunderbolt: Fix NULL pointer dereference in tb_port_update_credits() Neil Armstrong (1): usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devices RD Babiera (1): usb: typec: altmodes/displayport: create sysfs nodes as driver's default device attribute group drivers/thunderbolt/switch.c | 3 +++ drivers/usb/core/port.c | 5 +++-- drivers/usb/gadget/function/f_ncm.c | 2 +- drivers/usb/host/xhci-ring.c | 8 +++++++- drivers/usb/storage/isd200.c | 23 ++++++++++++++++++----- drivers/usb/typec/altmodes/displayport.c | 18 +++++++++--------- drivers/usb/typec/tcpm/tcpm.c | 7 +++++-- drivers/usb/typec/ucsi/ucsi_glink.c | 1 + 8 files changed, 47 insertions(+), 20 deletions(-)