[GIT PULL] USB fixes for 5.3-rc5

From: Greg KH
Date: Sun Aug 18 2019 - 04:56:36 EST


The following changes since commit d45331b00ddb179e291766617259261c112db872:

Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.3-rc5

for you to fetch changes up to 6a5f43d1d8bd3779e428178438caf33f60427124:

Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2019-08-17 17:09:33 +0200)

----------------------------------------------------------------
USB fixes for 5.3-rc5

Here are number of small USB fixes for 5.3-rc5.

Syzbot has been on a tear recently now that it has some good USB
debugging hooks integrated, so there's a number of fixes in here found
by those tools for some _very_ old bugs. Also a handful of gadget
driver fixes for reported issues, some hopefully-final dma fixes for
host controller drivers, and some new USB serial gadget driver ids.

All of these have been in linux-next this week with no reported issues
(the usb-serial ones were in linux-next in its own branch, but merged
into mine on Friday.)

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alan Stern (1):
USB: core: Fix races in character device registration and deregistraion

André Draszik (1):
usb: chipidea: imx: fix EPROBE_DEFER support during driver probe

Benjamin Herrenschmidt (2):
usb: gadget: composite: Clear "suspended" on reset/disconnect
usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt

Bob Ham (1):
USB: serial: option: add the BroadMobi BM818 card

Christoph Hellwig (2):
usb: don't create dma pools for HCDs with a localmem_pool
usb: add a hcd_uses_dma helper

Greg Kroah-Hartman (2):
Merge tag 'fixes-for-v5.3-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Hans Ulli Kroll (1):
usb: host: fotg2: restart hcd after port reset

Oliver Neukum (2):
usb: cdc-acm: make sure a refcount is taken early enough
USB: CDC: fix sanity checks in CDC union parser

Rogan Dawes (1):
USB: serial: option: add D-Link DWM-222 device ID

Tony Lindgren (1):
USB: serial: option: Add Motorola modem UARTs

Yoshiaki Okamoto (1):
USB: serial: option: Add support for ZTE MF871A

Yoshihiro Shimoda (1):
usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"

drivers/usb/chipidea/ci_hdrc_imx.c | 19 ++++++++++++-------
drivers/usb/class/cdc-acm.c | 12 +++++++-----
drivers/usb/core/buffer.c | 10 +++-------
drivers/usb/core/file.c | 10 +++++-----
drivers/usb/core/hcd.c | 4 ++--
drivers/usb/core/message.c | 4 ++--
drivers/usb/dwc2/hcd.c | 2 +-
drivers/usb/gadget/composite.c | 1 +
drivers/usb/gadget/function/f_mass_storage.c | 28 ++++++++++++++++++----------
drivers/usb/gadget/udc/renesas_usb3.c | 5 +++--
drivers/usb/host/fotg210-hcd.c | 4 ++++
drivers/usb/serial/option.c | 10 ++++++++++
include/linux/usb.h | 2 +-
include/linux/usb/hcd.h | 3 +++
14 files changed, 72 insertions(+), 42 deletions(-)