[GIT PULL] USB driver fixes for 4.15-rc8

From: Greg KH
Date: Sat Jan 13 2018 - 15:31:12 EST


The following changes since commit 30a7acd573899fd8b8ac39236eff6468b195ac7d:

Linux 4.15-rc6 (2017-12-31 14:47:43 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.15-rc8

for you to fetch changes up to 1a2e91e795def04e15fac87b8e16b635691d0b82:

Documentation: usb: fix typo in UVC gadgetfs config command (2018-01-11 18:39:52 +0100)

----------------------------------------------------------------
USB fixes for 4.15-rc8

Here are some small USB fixes and device ids for 4.15-rc8

Nothing major, small fixes for various devices, some resolutions for
bugs found by fuzzers, and the usual handful of new device ids.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alan Stern (1):
USB: UDC core: fix double-free in usb_add_gadget_udc_release

Bin Liu (1):
Documentation: usb: fix typo in UVC gadgetfs config command

Christian Holl (1):
USB: serial: cp210x: add new device ID ELV ALC 8xxx

Diego Elio Pettenò (1):
USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ

Greg Kroah-Hartman (1):
Merge tag 'usb-serial-4.15-rc8' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Icenowy Zheng (1):
uas: ignore UAS for Norelsys NS1068(X) chips

Pete Zaitcev (1):
USB: fix usbmon BUG trigger

Shuah Khan (3):
usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
usbip: remove kernel addresses from usb device and urb debug msgs
usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer

Stefan Agner (1):
usb: misc: usb3503: make sure reset is low for at least 100us

Documentation/usb/gadget-testing.txt | 2 +-
drivers/usb/gadget/udc/core.c | 28 +++++++++++++---------------
drivers/usb/misc/usb3503.c | 2 ++
drivers/usb/mon/mon_bin.c | 8 +++++++-
drivers/usb/serial/cp210x.c | 2 ++
drivers/usb/storage/unusual_uas.h | 7 +++++++
drivers/usb/usbip/usbip_common.c | 17 +++--------------
drivers/usb/usbip/vudc_rx.c | 19 +++++++++++++++++++
drivers/usb/usbip/vudc_tx.c | 11 +++++++++--
9 files changed, 63 insertions(+), 33 deletions(-)