All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.19-final
Date: Fri, 19 Oct 2018 19:00:57 +0200	[thread overview]
Message-ID: <20181019170057.GA21010@kroah.com> (raw)

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

                 reply	other threads:[~2018-10-19 17: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=20181019170057.GA21010@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 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.