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.14-rc5
Date: Sun, 15 Oct 2017 13:15:54 +0200 [thread overview]
Message-ID: <20171015111554.GA8656@kroah.com> (raw)
The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f:
Linux 4.14-rc4 (2017-10-08 20:53:29 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.14-rc5
for you to fetch changes up to 2d30408ecfd450c8377186615b330d329ded18ea:
Merge tag 'fixes-for-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2017-10-12 11:17:34 +0200)
----------------------------------------------------------------
USB fixes for 4.14-rc5
Here are a handful of USB driver fixes for 4.14-rc5.
There is the "usual" usb-serial fixes and device ids, USB gadget fixes,
and some more fixes found by the fuzz testing that is happening on the
USB layer right now.
All of these have been in my tree this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alan Stern (2):
USB: dummy-hcd: Fix deadlock caused by disconnect detection
usb: usbtest: fix NULL pointer dereference
Andreas Engel (1):
USB: serial: cp210x: add support for ELV TFD500
Andrew Gabbasov (2):
usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options
usb: gadget: configfs: Fix memory leak of interface directory data
Dan Carpenter (1):
usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()
Greg Kroah-Hartman (2):
Merge tag 'usb-serial-4.14-rc5' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Merge tag 'fixes-for-v4.14-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus
Henryk Heisig (1):
USB: serial: option: add support for TP-Link LTE module
Jeffrey Chu (1):
USB: serial: ftdi_sio: add id for Cypress WICED dev board
Johan Hovold (2):
USB: serial: console: fix use-after-free on disconnect
USB: serial: console: fix use-after-free after failed setup
Jon Hunter (1):
usb: phy: tegra: Fix phy suspend for UDC
Kazuya Mizuguchi (1):
usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
Sebastian Frei (1):
USB: serial: cp210x: fix partnum regression
Shrirang Bagul (1):
USB: serial: qcserial: add Dell DW5818, DW5819
drivers/usb/gadget/composite.c | 5 +++++
drivers/usb/gadget/configfs.c | 15 ++++++++-------
drivers/usb/gadget/configfs.h | 11 ++++++-----
drivers/usb/gadget/function/f_rndis.c | 12 ++++++++++--
drivers/usb/gadget/function/u_rndis.h | 1 +
drivers/usb/gadget/udc/dummy_hcd.c | 9 ++++++---
drivers/usb/misc/usbtest.c | 10 ++++++++--
drivers/usb/phy/phy-tegra-usb.c | 17 +++++++++++++++++
drivers/usb/renesas_usbhs/fifo.c | 2 +-
drivers/usb/serial/console.c | 3 ++-
drivers/usb/serial/cp210x.c | 13 +++++++------
drivers/usb/serial/ftdi_sio.c | 2 ++
drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++
drivers/usb/serial/option.c | 2 ++
drivers/usb/serial/qcserial.c | 4 ++++
15 files changed, 86 insertions(+), 27 deletions(-)
reply other threads:[~2017-10-15 11:15 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=20171015111554.GA8656@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.