[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aMatBsRj8kbv4VoO@kroah.com>
Date: Sun, 14 Sep 2025 13:54:46 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 6.17-rc6
The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:
Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.17-rc6
for you to fetch changes up to 9dfec4a51df9cf0dcc23cb4ac6fc314bf9e999d0:
USB: core: remove the move buf action (2025-09-12 13:41:55 +0200)
----------------------------------------------------------------
USB fixes for 6.17-rc6
Here are some small USB driver fixes and new device ids for 6.17-rc6.
Included in here are:
- new usb-serial driver device ids
- dummy-hcd locking bugfix for rt-enabled systems (which is crazy, but
people have odd testing requirements at times...)
- xhci driver bugfixes for reported issues
- typec driver bugfix
- midi2 gadget driver bugfixes
- usb core sysfs file regression fix from -rc1
All of these, except for the last usb sysfs file fix, have been in
linux-next with no reported issues. The sysfs fix was added to the tree
on Friday, and is "obviously correct" and should not have any problems
either, it just didn't have any time for linux-next to pick up (0-day
had no problems with it.)
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alan Stern (1):
USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels
Edward Adam Davis (1):
USB: core: remove the move buf action
Fabio Porcedda (2):
USB: serial: option: add Telit Cinterion FN990A w/audio compositions
USB: serial: option: add Telit Cinterion LE910C4-WWX new compositions
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-6.17-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Mathias Nyman (3):
xhci: dbc: decouple endpoint allocation from initialization
xhci: dbc: Fix full DbC transfer ring after several reconnects
xhci: fix memory leak regression when freeing xhci vdev devices depth first
RD Babiera (1):
usb: typec: tcpm: properly deliver cable vdms to altmode drivers
Takashi Iwai (2):
usb: gadget: midi2: Fix missing UMP group attributes initialization
usb: gadget: midi2: Fix MIDI2 IN EP max packet size
drivers/usb/core/driver.c | 4 +-
drivers/usb/gadget/function/f_midi2.c | 11 +++-
drivers/usb/gadget/udc/dummy_hcd.c | 8 +--
drivers/usb/host/xhci-dbgcap.c | 94 +++++++++++++++++++++++++----------
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/serial/option.c | 17 +++++++
drivers/usb/typec/tcpm/tcpm.c | 12 +++--
7 files changed, 108 insertions(+), 40 deletions(-)
Powered by blists - more mailing lists