Message ID | 20191026181736.GA648771@kroah.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 0ecdd78c75b76a38fdd3064157adb4a091e5bbee |
Headers | show |
Series | [GIT,PULL] USB fixes for 5.4-rc5 | expand |
The pull request you sent on Sat, 26 Oct 2019 20:17:36 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.4-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0ecdd78c75b76a38fdd3064157adb4a091e5bbee
Thank you!
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@linuxfoundation.org> ---------------------------------------------------------------- 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(-)