All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.17-rc6
Date: Fri, 18 May 2018 17:07:02 +0200	[thread overview]
Message-ID: <20180518150702.GA5868@kroah.com> (raw)

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(-)

                 reply	other threads:[~2018-05-18 15:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180518150702.GA5868@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.