mbox series

[GIT,PULL] USB fix for 5.14-rc6

Message ID YRf0g0jpHTNIhObs@kroah.com (mailing list archive)
State Accepted
Commit 12f41321ce769b10a3770f6b39e14cb5d6ee97a4
Headers show
Series [GIT,PULL] USB fix for 5.14-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.14-rc6

Message

Greg KH Aug. 14, 2021, 4:51 p.m. UTC
The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

  Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.14-rc6

for you to fetch changes up to 664cc971fb259007e49cc8a3ac43b0787d89443f:

  Revert "usb: dwc3: gadget: Use list_replace_init() before traversing lists" (2021-08-10 09:12:32 +0200)

----------------------------------------------------------------
USB fix for 5.14-rc6

Here is a single revert of a commit that caused problems in 5.14-rc5 for
5.14-rc6.  It has been in linux-next almost all week, and has resolved
the issues that were reported on lots of different systems that were not
the platform that the change was originally tested on (gotta love SoC
cores used in multiple devices from multiple vendors...)

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      Revert "usb: dwc3: gadget: Use list_replace_init() before traversing lists"

 drivers/usb/dwc3/gadget.c | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 15, 2021, 5:30 a.m. UTC | #1
The pull request you sent on Sat, 14 Aug 2021 18:51:15 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.14-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/12f41321ce769b10a3770f6b39e14cb5d6ee97a4

Thank you!