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.15-rc8
Date: Sat, 13 Jan 2018 21:31:07 +0100 [thread overview]
Message-ID: <20180113203107.GA11852@kroah.com> (raw)
The following changes since commit 30a7acd573899fd8b8ac39236eff6468b195ac7d:
Linux 4.15-rc6 (2017-12-31 14:47:43 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.15-rc8
for you to fetch changes up to 1a2e91e795def04e15fac87b8e16b635691d0b82:
Documentation: usb: fix typo in UVC gadgetfs config command (2018-01-11 18:39:52 +0100)
----------------------------------------------------------------
USB fixes for 4.15-rc8
Here are some small USB fixes and device ids for 4.15-rc8
Nothing major, small fixes for various devices, some resolutions for
bugs found by fuzzers, and the usual handful of new device ids.
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alan Stern (1):
USB: UDC core: fix double-free in usb_add_gadget_udc_release
Bin Liu (1):
Documentation: usb: fix typo in UVC gadgetfs config command
Christian Holl (1):
USB: serial: cp210x: add new device ID ELV ALC 8xxx
Diego Elio Pettenò (1):
USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-4.15-rc8' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Icenowy Zheng (1):
uas: ignore UAS for Norelsys NS1068(X) chips
Pete Zaitcev (1):
USB: fix usbmon BUG trigger
Shuah Khan (3):
usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
usbip: remove kernel addresses from usb device and urb debug msgs
usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer
Stefan Agner (1):
usb: misc: usb3503: make sure reset is low for at least 100us
Documentation/usb/gadget-testing.txt | 2 +-
drivers/usb/gadget/udc/core.c | 28 +++++++++++++---------------
drivers/usb/misc/usb3503.c | 2 ++
drivers/usb/mon/mon_bin.c | 8 +++++++-
drivers/usb/serial/cp210x.c | 2 ++
drivers/usb/storage/unusual_uas.h | 7 +++++++
drivers/usb/usbip/usbip_common.c | 17 +++--------------
drivers/usb/usbip/vudc_rx.c | 19 +++++++++++++++++++
drivers/usb/usbip/vudc_tx.c | 11 +++++++++--
9 files changed, 63 insertions(+), 33 deletions(-)
reply other threads:[~2018-01-13 20:31 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=20180113203107.GA11852@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.