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