* [GIT PULL] USB driver fixes for 4.17-rc6
@ 2018-05-18 15:07 Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2018-05-18 15:07 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb
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@linuxfoundation.org>
----------------------------------------------------------------
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-18 15:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 15:07 [GIT PULL] USB driver fixes for 4.17-rc6 Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.