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.17-rc4
Date: Sat, 12 Feb 2022 11:30:23 +0100 [thread overview]
Message-ID: <YgeMP/kEFRI1Aq6T@kroah.com> (raw)
The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:
Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.17-rc4
for you to fetch changes up to 736e8d89044c1c330967fb938fa766cd9e0d8af0:
Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" (2022-02-12 10:08:54 +0100)
----------------------------------------------------------------
USB fixes for 5.17-rc4
Here are some small USB driver fixes for 5.17-rc4 that resolve some
reported issues and add new device ids:
- usb-serial new device ids
- ulpi cleanup fixes
- f_fs use-after-free fix
- dwc3 driver fixes
- ax88179_178a usb network driver fix
- usb gadget fixes
There is a revert at the end of this series to resolve a build problem
that 0-day found yesterday. Most of these have been in linux-next,
except for the last few, and all have now passed 0-day tests.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Adam Ford (1):
usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition
Cameron Williams (1):
USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320
Fabio M. De Francesco (1):
usb: core: Unregister device on component_add() failure
Fabrice Gasnier (1):
usb: dwc2: drd: fix soft connect when gadget is unconfigured
Greg Kroah-Hartman (3):
usb: gadget: rndis: check size of RNDIS_MSG_SET command
Merge tag 'usb-serial-5.17-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"
Jann Horn (2):
usb: raw-gadget: fix handling of dual-direction-capable endpoints
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
Johan Hovold (2):
USB: serial: cp210x: add NCR Retail IO box id
USB: serial: cp210x: add CPI Bulk Coin Recycler id
Pavel Hofman (1):
usb: gadget: f_uac2: Define specific wTerminalType
Pawel Dembicki (1):
USB: serial: option: add ZTE MF286D modem
Robert Hancock (1):
usb: dwc3: xilinx: fix uninitialized return value
Sean Anderson (2):
usb: ulpi: Move of_node_put to ulpi_dev_release
usb: ulpi: Call of_node_put correctly
Stephan Brunner (1):
USB: serial: ch341: add support for GW Instek USB2.0-Serial devices
Szymon Heidrich (1):
USB: gadget: validate interface OS descriptor requests
Tommaso Merciai (1):
usb: usb251xb: add boost-up property support
Udipto Goswami (2):
usb: f_fs: Fix use-after-free for epfile
usb: dwc3: gadget: Prevent core from processing stale TRBs
drivers/net/usb/ax88179_178a.c | 68 +++++++++++++++++++---------------
drivers/usb/common/ulpi.c | 10 +++--
drivers/usb/core/port.c | 9 +++--
drivers/usb/dwc3/dwc3-xilinx.c | 2 +-
drivers/usb/dwc3/gadget.c | 13 +++++++
drivers/usb/gadget/composite.c | 3 ++
drivers/usb/gadget/function/f_fs.c | 56 +++++++++++++++++++++-------
drivers/usb/gadget/function/f_uac2.c | 4 +-
drivers/usb/gadget/function/rndis.c | 9 +++--
drivers/usb/gadget/legacy/raw_gadget.c | 2 +-
drivers/usb/gadget/udc/renesas_usb3.c | 2 +
drivers/usb/misc/usb251xb.c | 4 +-
drivers/usb/serial/ch341.c | 1 +
drivers/usb/serial/cp210x.c | 2 +
drivers/usb/serial/ftdi_sio.c | 3 ++
drivers/usb/serial/ftdi_sio_ids.h | 3 ++
drivers/usb/serial/option.c | 2 +
17 files changed, 136 insertions(+), 57 deletions(-)
next reply other threads:[~2022-02-12 10:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-12 10:30 Greg KH [this message]
2022-02-12 18:23 ` [GIT PULL] USB fixes for 5.17-rc4 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=YgeMP/kEFRI1Aq6T@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox