mbox series

[GIT,PULL] USB fixes for 5.5-rc2

Message ID 20191214152712.GA3459916@kroah.com (mailing list archive)
State Mainlined
Commit a1b85b3bf9f9922bdc1428cd2ac4528786a05da7
Headers show
Series [GIT,PULL] USB fixes for 5.5-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc2

Message

Greg KH Dec. 14, 2019, 3:27 p.m. UTC
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc2

for you to fetch changes up to 3c3caae4cd6e122472efcf64759ff6392fb6bce2:

  usb: dwc3: pci: add ID for the Intel Comet Lake -H variant (2019-12-12 14:02:37 +0100)

----------------------------------------------------------------
USB driver fixes for 5.5-rc2

Here are some small USB driver fixes for reported issues for 5.5-rc2

There's the usual gadget and xhci fixes, as well as some other problems
that syzbot has been finding during it's fuzzing runs.  Full details are
in the shortlog.

All of these have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Bryan O'Donoghue (1):
      usb: common: usb-conn-gpio: Don't log an error on probe deferral

EJ Hsu (1):
      usb: gadget: fix wrong endpoint desc

Emiliano Ingrassia (1):
      usb: core: urb: fix URB structure initialization function

Fredrik Noring (1):
      USB: Fix incorrect DMA allocations for local memory pool drivers

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-v5.5-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus

Heikki Krogerus (1):
      usb: dwc3: pci: add ID for the Intel Comet Lake -H variant

Henry Lin (1):
      usb: xhci: only set D3hot for pci device

Johan Hovold (4):
      USB: serial: io_edgeport: fix epic endpoint lookup
      USB: idmouse: fix interface sanity checks
      USB: adutux: fix interface sanity check
      USB: atm: ueagle-atm: add missing endpoint check

Kai-Heng Feng (1):
      xhci: Increase STS_HALT timeout in xhci_suspend()

Mathias Nyman (3):
      xhci: fix USB3 device initiated resume race with roothub autosuspend
      xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.
      xhci: make sure interrupts are restored to correct state

Mika Westerberg (1):
      xhci: Fix memory leak in xhci_add_in_port()

Pete Zaitcev (1):
      usb: mon: Fix a deadlock in usbmon between mmap and read

Tejas Joglekar (1):
      usb: dwc3: gadget: Fix logical condition

Thinh Nguyen (2):
      usb: dwc3: gadget: Clear started flag for non-IOC
      usb: dwc3: ep0: Clear started flag on completion

Wen Yang (2):
      usb: roles: fix a potential use after free
      usb: typec: fix use after free in typec_register_port()

 drivers/usb/atm/ueagle-atm.c          | 18 ++++++++++-----
 drivers/usb/common/usb-conn-gpio.c    |  3 ++-
 drivers/usb/core/hcd.c                | 42 +++++++++++++++++------------------
 drivers/usb/core/urb.c                |  1 +
 drivers/usb/dwc3/dwc3-pci.c           |  6 ++++-
 drivers/usb/dwc3/ep0.c                |  8 +++++++
 drivers/usb/dwc3/gadget.c             |  5 ++++-
 drivers/usb/gadget/function/f_ecm.c   |  6 ++++-
 drivers/usb/gadget/function/f_rndis.c |  1 +
 drivers/usb/host/xhci-hub.c           | 22 +++++++++++++-----
 drivers/usb/host/xhci-mem.c           |  4 ++++
 drivers/usb/host/xhci-pci.c           | 13 +++++++++++
 drivers/usb/host/xhci-ring.c          |  6 ++---
 drivers/usb/host/xhci.c               |  9 +++-----
 drivers/usb/host/xhci.h               |  1 +
 drivers/usb/misc/adutux.c             |  2 +-
 drivers/usb/misc/idmouse.c            |  2 +-
 drivers/usb/mon/mon_bin.c             | 32 +++++++++++++++++---------
 drivers/usb/roles/class.c             |  2 +-
 drivers/usb/serial/io_edgeport.c      | 10 +++++----
 drivers/usb/storage/scsiglue.c        |  3 ++-
 drivers/usb/typec/class.c             |  6 +++--
 22 files changed, 135 insertions(+), 67 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 14, 2019, 10:05 p.m. UTC | #1
The pull request you sent on Sat, 14 Dec 2019 16:27:12 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc2

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

Thank you!