linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 fixes for 5.5-rc2
Date: Sat, 14 Dec 2019 16:27:12 +0100	[thread overview]
Message-ID: <20191214152712.GA3459916@kroah.com> (raw)

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(-)

             reply	other threads:[~2019-12-14 15:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14 15:27 Greg KH [this message]
2019-12-14 22:05 ` [GIT PULL] USB fixes for 5.5-rc2 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=20191214152712.GA3459916@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;
as well as URLs for NNTP newsgroup(s).