Message ID | 20190430143711.GA24385@kroah.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] USB fixes for 5.1-rc8 | expand |
The pull request you sent on Tue, 30 Apr 2019 16:37:11 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.1-rc8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bf3bd966dfd7d9582f50e9bd08b15922197cd277
Thank you!
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(-)