Merge tag 'usb-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are some small USB fixes for 5.10-rc7 that resolve a number of reported issues, and add some new device ids. Nothing major here, but these solve some problems that people were having with the 5.10-rc tree: - reverts for USB storage dma settings that broke working devices - thunderbolt use-after-free fix - cdns3 driver fixes - gadget driver userspace copy fix - new device ids All of these except for the reverts have been in linux-next with no reported issues. The reverts are "clean" and were tested by Hans, as well as passing the 0-day tests" * tag 'usb-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usb: gadget: f_fs: Use local copy of descriptors for userspace copy usb: ohci-omap: Fix descriptor conversion Revert "usb-storage: fix sdev->host->dma_dev" Revert "uas: fix sdev->host->dma_dev" Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives" USB: serial: kl5kusb105: fix memleak on open USB: serial: ch341: sort device-id entries USB: serial: ch341: add new Product ID for CH341A USB: serial: option: fix Quectel BG96 matching usb: cdns3: core: fix goto label for error path usb: cdns3: gadget: clear trb->length as zero after preparing every trb usb: cdns3: Fix hardware based role switch USB: serial: option: add support for Thales Cinterion EXS82 USB: serial: option: add Fibocom NL668 variants thunderbolt: Fix use-after-free in remove_unplugged_switch()
No related branches found
No related tags found
Showing
- arch/arm/mach-omap1/board-osk.c 1 addition, 1 deletionarch/arm/mach-omap1/board-osk.c
- drivers/thunderbolt/icm.c 7 additions, 3 deletionsdrivers/thunderbolt/icm.c
- drivers/usb/cdns3/core.c 16 additions, 13 deletionsdrivers/usb/cdns3/core.c
- drivers/usb/cdns3/gadget.c 1 addition, 0 deletionsdrivers/usb/cdns3/gadget.c
- drivers/usb/gadget/function/f_fs.c 4 additions, 2 deletionsdrivers/usb/gadget/function/f_fs.c
- drivers/usb/host/ohci-omap.c 2 additions, 2 deletionsdrivers/usb/host/ohci-omap.c
- drivers/usb/serial/ch341.c 3 additions, 2 deletionsdrivers/usb/serial/ch341.c
- drivers/usb/serial/kl5kusb105.c 4 additions, 6 deletionsdrivers/usb/serial/kl5kusb105.c
- drivers/usb/serial/option.c 6 additions, 4 deletionsdrivers/usb/serial/option.c
- drivers/usb/storage/scsiglue.c 1 addition, 1 deletiondrivers/usb/storage/scsiglue.c
- drivers/usb/storage/uas.c 6 additions, 13 deletionsdrivers/usb/storage/uas.c
- drivers/usb/storage/usb.c 2 additions, 3 deletionsdrivers/usb/storage/usb.c
Loading
Please register or sign in to comment