[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180518150702.GA5868@kroah.com>
Date: Fri, 18 May 2018 17:07:02 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.17-rc6
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@...uxfoundation.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(-)
Powered by blists - more mailing lists