[GIT PULL] USB driver fixes for 4.17-rc4

From: Greg KH
Date: Sat May 05 2018 - 19:36:46 EST


The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:

Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.17-rc4

for you to fetch changes up to 6844dc42722cac37762a45e742ab4b2cc5348023:

Merge tag 'usb-serial-4.17-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2018-05-04 14:38:32 -0700)

----------------------------------------------------------------
USB fixes for 4.17-rc4

Here are some USB driver fixes for 4.17-rc4.

The majority of them are some USB gadget fixes that missed my last pull
request. The "largest" patch in here is a fix for the old visor driver
that syzbot found 6 months or so ago and I finally remembered to fix it.

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

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

----------------------------------------------------------------
Alan Stern (1):
USB: Accept bulk endpoints with 1024-byte maxpacket

Artur Petrosyan (1):
usb: dwc2: WA for Full speed ISOC IN in DDMA mode.

Bin Liu (2):
usb: musb: host: fix potential NULL pointer dereference
usb: musb: trace: fix NULL pointer dereference in musb_g_tx()

Greg Kroah-Hartman (4):
Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
USB: serial: visor: handle potential invalid device configuration
Revert "usb: host: ehci: Use dma_pool_zalloc()"
Merge tag 'usb-serial-4.17-rc4' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Heikki Krogerus (2):
usb: typec: tcpm: Release the role mux when exiting
usb: typec: tps6598x: handle block reads separately with plain-I2C adapters

Joel Pepper (1):
usb: gadget: composite Allow for larger configuration descriptors

Luc Van Oostenryck (1):
usb: gadget: f_phonet: fix pn_net_xmit()'s return type

Mathias Nyman (1):
xhci: Fix use-after-free in xhci_free_virt_device

Mayank Rana (1):
usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue

SZ Lin (æäæ) (1):
USB: serial: option: adding support for ublox R410M

Tomeu Vizoso (1):
usb: dwc2: dwc2_vbus_supply_init: fix error check

Wei Yongjun (2):
usb: dwc2: pci: Fix error return code in dwc2_pci_probe()
usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be static

drivers/usb/core/config.c | 4 +-
drivers/usb/dwc2/core.h | 2 +
drivers/usb/dwc2/gadget.c | 21 +++++++++++
drivers/usb/dwc2/hcd.c | 13 ++++---
drivers/usb/dwc2/pci.c | 4 +-
drivers/usb/dwc3/gadget.c | 4 +-
drivers/usb/gadget/function/f_phonet.c | 2 +-
drivers/usb/host/ehci-mem.c | 3 +-
drivers/usb/host/ehci-sched.c | 6 ++-
drivers/usb/host/xhci.c | 1 +
drivers/usb/musb/musb_gadget.c | 3 +-
drivers/usb/musb/musb_host.c | 4 +-
drivers/usb/serial/option.c | 5 +++
drivers/usb/serial/visor.c | 69 +++++++++++++++++-----------------
drivers/usb/typec/tcpm.c | 1 +
drivers/usb/typec/tps6598x.c | 47 +++++++++++++++++++----
include/linux/usb/composite.h | 2 +-
17 files changed, 133 insertions(+), 58 deletions(-)