public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.6-rc4
Date: Sat, 16 Apr 2016 18:01:23 -0700	[thread overview]
Message-ID: <20160417010123.GA19321@kroah.com> (raw)

The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:

  Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to e86103a75705c7c530768f4ffaba74cf382910f2:

  usb: hcd: out of bounds access in for_each_companion (2016-04-13 12:06:18 -0700)

----------------------------------------------------------------
USB fixes for 4.6-rc4

Here are some small USB fixes for 4.6-rc4.

Mostly xhci fixes for reported issues, a UAS bug that has hit a number
of people, including stable tree users, and a few other minor things.

All have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Diego Herranz (1):
      doc: usb: Fix typo in gadget_multi documentation

Hans de Goede (2):
      USB: uas: Limit qdepth at the scsi-host level
      USB: uas: Add a new NO_REPORT_LUNS quirk

Lu Baolu (1):
      usb: xhci: fix wild pointers in xhci_mem_cleanup

Mathias Nyman (2):
      xhci: resume USB 3 roothub first
      xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers

Oliver Neukum (1):
      cdc-acm: fix crash if flushed with nothing buffered

Peter Griffin (1):
      usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value

Rafal Redzimski (1):
      usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host

Robert Dobrowolski (1):
      usb: hcd: out of bounds access in for_each_companion

Yoshihiro Shimoda (2):
      usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT
      usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys

 Documentation/kernel-parameters.txt |  2 ++
 Documentation/usb/gadget_multi.txt  |  2 +-
 drivers/usb/class/cdc-acm.c         |  4 ++++
 drivers/usb/core/hcd-pci.c          |  9 +++++++++
 drivers/usb/host/xhci-mem.c         |  6 ++++++
 drivers/usb/host/xhci-pci.c         |  5 ++++-
 drivers/usb/host/xhci-plat.c        | 13 +++++++++++++
 drivers/usb/host/xhci-plat.h        |  2 +-
 drivers/usb/host/xhci-ring.c        |  3 ++-
 drivers/usb/host/xhci.c             | 24 ++++++++++++++++++------
 drivers/usb/host/xhci.h             |  2 ++
 drivers/usb/storage/uas.c           | 21 +++++++++++++++++++--
 drivers/usb/storage/unusual_uas.h   |  7 +++++++
 drivers/usb/storage/usb.c           |  5 ++++-
 include/linux/usb_usual.h           |  2 ++
 15 files changed, 94 insertions(+), 13 deletions(-)

                 reply	other threads:[~2016-04-17  1:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20160417010123.GA19321@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