[GIT PULL] USB driver fixes for 4.6-rc4

From: Greg KH
Date: Sat Apr 16 2016 - 21:01:42 EST


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@xxxxxxxxxxxxxxxxxxx>

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