From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754684AbeAMUbJ (ORCPT + 1 other); Sat, 13 Jan 2018 15:31:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56300 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752760AbeAMUbH (ORCPT ); Sat, 13 Jan 2018 15:31:07 -0500 Date: Sat, 13 Jan 2018 21:31:07 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 4.15-rc8 Message-ID: <20180113203107.GA11852@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 ---------------------------------------------------------------- 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(-)