mbox series

[GIT,PULL] USB fixes for 5.16-rc4

Message ID Yayq/Xdb/pHSS7/l@kroah.com (mailing list archive)
State Accepted
Commit 944207047ca4dabe8e288f653e7ec6da05e70230
Headers show
Series [GIT,PULL] USB fixes for 5.16-rc4 | expand

Pull-request

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

Message

Greg KH Dec. 5, 2021, 12:05 p.m. UTC
The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

  Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 37307f7020ab38dde0892a578249bf63d00bca64:

  usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() (2021-12-03 13:57:45 +0100)

----------------------------------------------------------------
USB fixes for 5.16-rc4

Here are some small USB fixes for a few reported issues.  Included in
here are:
	- xhci fix for a _much_ reported regression.  I don't think
	  there's a community distro that has not reported this problem
	  yet :(
	- new USB quirk addition
	- cdns3 minor fixes
	- typec regression fix.

All of these have been in linux-next with no reported problems, and the
xhci fix has been reported by many to resolve their reported problem.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Badhri Jagan Sridharan (1):
      usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect

Frank Li (1):
      usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests

Mathias Nyman (1):
      xhci: Fix commad ring abort, write all 64 bits to CRCR register.

Ole Ernst (1):
      USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub

Zhou Qingyang (1):
      usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()

 drivers/usb/cdns3/cdns3-gadget.c | 20 ++++----------------
 drivers/usb/cdns3/cdnsp-mem.c    |  3 +++
 drivers/usb/core/quirks.c        |  3 +++
 drivers/usb/host/xhci-ring.c     | 21 ++++++++++++++-------
 drivers/usb/typec/tcpm/tcpm.c    |  4 ----
 5 files changed, 24 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 5, 2021, 5:40 p.m. UTC | #1
The pull request you sent on Sun, 5 Dec 2021 13:05:17 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/944207047ca4dabe8e288f653e7ec6da05e70230

Thank you!