lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 16 Apr 2016 18:01:23 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.6-rc4

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@...uxfoundation.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ