All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] USB driver fixes for 4.19-final
@ 2018-10-19 17:00 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2018-10-19 17:00 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.19-final

for you to fetch changes up to 9ae24af3669111d418242caec8dd4ebd9ba26860:

  usb: gadget: storage: Fix Spectre v1 vulnerability (2018-10-17 20:57:55 +0200)

----------------------------------------------------------------
USB fixes for 4.19-final

Here are a small number of last-minute USB driver fixes

Included here are:
  - spectre fix for usb storage gadgets
  - xhci fixes
  - cdc-acm fixes
  - usbip fixes for reported problems

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

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

----------------------------------------------------------------
Alan Stern (1):
      USB: fix the usbfs flag sanitization for control transfers

Gustavo A. R. Silva (1):
      usb: gadget: storage: Fix Spectre v1 vulnerability

Heikki Krogerus (1):
      usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platforms

Oliver Neukum (1):
      cdc-acm: fix race between reset and control messaging

Shuah Khan (Samsung OSG) (2):
      selftests: usbip: add wait after attach and before checking port status
      usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()

Tobias Herzog (2):
      cdc-acm: do not reset notification buffer index upon urb unlinking
      cdc-acm: correct counting of UART states in serial state notification

Wan Ahmad Zainie (1):
      usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable

 drivers/usb/class/cdc-acm.c                        | 16 +++---
 drivers/usb/core/devio.c                           |  4 +-
 drivers/usb/gadget/function/f_mass_storage.c       |  3 ++
 drivers/usb/host/xhci-pci.c                        |  6 ++-
 drivers/usb/roles/intel-xhci-usb-role-switch.c     |  2 +
 drivers/usb/usbip/vhci_hcd.c                       | 57 ++++++++++++++++------
 .../selftests/drivers/usb/usbip/usbip_test.sh      |  4 ++
 7 files changed, 65 insertions(+), 27 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-19 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19 17:00 [GIT PULL] USB driver fixes for 4.19-final Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.