[GIT PULL] USB fixes for 5.4-rc5

From: Greg KH
Date: Sat Oct 26 2019 - 14:17:43 EST


The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9794476942d8704cfbdef8d5f13427673ab70dcd:

usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role() (2019-10-18 12:00:15 -0700)

----------------------------------------------------------------
USB fixes for 5.4-rc5

Here are a number of small USB driver fixes for 5.4-rc5.

More "fun" with some of the misc USB drivers as found by syzbot, and
there are a number of other small bugfixes in here for reported issues.

All have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Dan Carpenter (1):
USB: legousbtower: fix a signedness bug in tower_probe()

Greg Kroah-Hartman (1):
Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Gustavo A. R. Silva (1):
usb: udc: lpc32xx: fix bad bit shift operation

Johan Hovold (6):
USB: ldusb: fix memleak on disconnect
USB: legousbtower: fix memleak on disconnect
USB: usblp: fix use-after-free on disconnect
USB: serial: ti_usb_3410_5052: fix port-close races
USB: serial: ti_usb_3410_5052: clean up serial data access
USB: ldusb: fix read info leaks

Pawel Laszczak (1):
usb: cdns3: Fix dequeue implementation.

Roger Quadros (1):
usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()

drivers/usb/cdns3/core.c | 4 +++-
drivers/usb/cdns3/gadget.c | 35 ++++++++++++++++++++---------------
drivers/usb/class/usblp.c | 4 +++-
drivers/usb/gadget/udc/lpc32xx_udc.c | 6 +++---
drivers/usb/misc/ldusb.c | 23 ++++++++++++-----------
drivers/usb/misc/legousbtower.c | 7 ++-----
drivers/usb/serial/ti_usb_3410_5052.c | 12 ++++--------
7 files changed, 47 insertions(+), 44 deletions(-)