From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 7.1-rc3
Date: Sat, 9 May 2026 09:47:33 +0200 [thread overview]
Message-ID: <af7mlZd5JnKmFqzO@kroah.com> (raw)
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-7.1-rc3
for you to fetch changes up to 4fd44d47e8ab760eef11968d093200cce6752d95:
Merge tag 'usb-serial-7.1-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2026-05-08 17:18:43 +0200)
----------------------------------------------------------------
USB driver fixes for 7.1-rc3
Here are some small USB driver fixes for 7.1-rc3 to resolve some
reported issues, and a new device id. These are:
- usblp driver heap leak fixes
- ulpi driver memory leak fix
- typec driver fixes
- dwc3 driver fix
- omap dma driver fix
- new option driver device id addition
All of these have been in linux-next for over a week with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Aaro Koskinen (1):
USB: omap_udc: DMA: Don't enable burst 4 mode
Amit Sunil Dhamne (1):
usb: typec: tcpm: reset internal port states on soft reset AMS
Fabio Porcedda (1):
USB: serial: option: add Telit Cinterion LE910Cx compositions
Felix Gu (1):
usb: ulpi: fix memory leak on ulpi_register() error paths
Greg Kroah-Hartman (3):
usb: usblp: fix heap leak in IEEE 1284 device ID via short response
usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl
Merge tag 'usb-serial-7.1-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Selvarasu Ganesan (1):
usb: dwc3: Move GUID programming after PHY initialization
Xu Yang (1):
usb: typec: tcpm: fix debug accessory mode detection for sink ports
drivers/usb/class/usblp.c | 3 ++-
drivers/usb/common/ulpi.c | 5 ++++-
drivers/usb/dwc3/core.c | 12 ++++++------
drivers/usb/gadget/udc/omap_udc.c | 4 ----
drivers/usb/serial/option.c | 4 ++++
drivers/usb/typec/tcpm/tcpm.c | 27 ++++++++++++++++++---------
6 files changed, 34 insertions(+), 21 deletions(-)
next reply other threads:[~2026-05-09 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-09 7:47 Greg KH [this message]
2026-05-09 15:40 ` [GIT PULL] USB driver fixes for 7.1-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=af7mlZd5JnKmFqzO@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox