[GIT PULL] USB driver fixes for 4.17-rc6

From: Greg KH
Date: Fri May 18 2018 - 10:11:16 EST


The following changes since commit 75bc37fefc4471e718ba8e651aa74673d4e0a9eb:

Linux 4.17-rc4 (2018-05-06 16:57:38 -1000)

are available in the Git repository at:

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

for you to fetch changes up to c171654caa875919be3c533d3518da8be5be966e:

usbip: usbip_host: fix bad unlock balance during stub_probe() (2018-05-16 18:52:13 +0200)

----------------------------------------------------------------
USB fixes for 4.17-rc6

Here are some USB driver fixes fro 4.17-rc6.

They resolve some reported bugs in the musb driver, the xhci driver, and
a number of small fixes for the usbip driver.

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

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

----------------------------------------------------------------
Daniel Glöckner (1):
usb: musb: fix remote wakeup racing with suspend

Mathias Nyman (1):
xhci: Fix USB3 NULL pointer dereference at logical disconnect.

Shuah Khan (1):
usbip: usbip_host: refine probe and disconnect debug msgs to be useful

Shuah Khan (Samsung OSG) (4):
usbip: usbip_host: delete device from busid_table after rebind
usbip: usbip_host: run rebind from exit when module is removed
usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
usbip: usbip_host: fix bad unlock balance during stub_probe()

drivers/usb/host/xhci-hub.c | 2 +-
drivers/usb/musb/musb_host.c | 5 +-
drivers/usb/musb/musb_host.h | 7 ++-
drivers/usb/musb/musb_virthub.c | 25 ++++++----
drivers/usb/usbip/stub.h | 2 +
drivers/usb/usbip/stub_dev.c | 43 +++++++++-------
drivers/usb/usbip/stub_main.c | 105 +++++++++++++++++++++++++++++++++++-----
7 files changed, 145 insertions(+), 44 deletions(-)