All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for 5.1-rc8
Date: Tue, 30 Apr 2019 16:37:11 +0200	[thread overview]
Message-ID: <20190430143711.GA24385@kroah.com> (raw)

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.1-rc8

for you to fetch changes up to c114944d7d67f24e71562fcfc18d550ab787e4d4:

  USB: w1 ds2490: Fix bug caused by improper use of altsetting array (2019-04-25 11:11:41 +0200)

----------------------------------------------------------------
USB fixes for 5.1-rc8/final

Here are some small USB fixes for a bunch of warnings/errors that the
syzbot has been finding with it's new-found ability to stress-test the
USB layer.

All of these are tiny, but fix real issues, and are marked for stable as
well.  All of these have had lots of testing in linux-next as well.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alan Stern (5):
      USB: core: Fix unterminated string returned by usb_string()
      USB: dummy-hcd: Fix failure to give back unlinked URBs
      USB: core: Fix bug caused by duplicate interface PM usage counter
      USB: yurex: Fix protection fault after device removal
      USB: w1 ds2490: Fix bug caused by improper use of altsetting array

Malte Leip (1):
      usb: usbip: fix isoc packet num validation in get_pipe

 Documentation/driver-api/usb/power-management.rst | 14 +++++++++-----
 drivers/usb/core/driver.c                         | 13 -------------
 drivers/usb/core/message.c                        |  4 +++-
 drivers/usb/gadget/udc/dummy_hcd.c                | 19 +++++++++++++++----
 drivers/usb/misc/yurex.c                          |  1 +
 drivers/usb/storage/realtek_cr.c                  | 13 +++++--------
 drivers/usb/usbip/stub_rx.c                       | 12 +++---------
 drivers/usb/usbip/usbip_common.h                  |  7 +++++++
 drivers/w1/masters/ds2490.c                       |  6 +++---
 include/linux/usb.h                               |  2 --
 10 files changed, 46 insertions(+), 45 deletions(-)

             reply	other threads:[~2019-04-30 14:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-30 14:37 Greg KH [this message]
2019-04-30 18:25 ` [GIT PULL] USB fixes for 5.1-rc8 pr-tracker-bot

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=20190430143711.GA24385@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.