Message ID | X8zsMIpNKLSkS6ya@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f5226f1d20c4113922dbe7742c416f06700c1ea9 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 5.10-rc7 | expand |
The pull request you sent on Sun, 6 Dec 2020 15:35:28 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f5226f1d20c4113922dbe7742c416f06700c1ea9
Thank you!
The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: Linux 5.10-rc6 (2020-11-29 15:50:50 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc7 for you to fetch changes up to a4b98a7512f18534ce33a7e98e49115af59ffa00: usb: gadget: f_fs: Use local copy of descriptors for userspace copy (2020-12-04 16:09:10 +0100) ---------------------------------------------------------------- USB fixes for 5.10-rc7 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. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Bjørn Mork (1): USB: serial: option: fix Quectel BG96 matching Giacinto Cifelli (1): USB: serial: option: add support for Thales Cinterion EXS82 Greg Kroah-Hartman (6): Merge tag 'usb-fixes-v5.10-rc6' of git://git.kernel.org/.../peter.chen/usb into usb-linus Merge tag 'thunderbolt-for-v5.10-rc7' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus Merge tag 'usb-serial-5.10-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives" Revert "uas: fix sdev->host->dma_dev" Revert "usb-storage: fix sdev->host->dma_dev" Jan-Niklas Burfeind (1): USB: serial: ch341: add new Product ID for CH341A Johan Hovold (2): USB: serial: ch341: sort device-id entries USB: serial: kl5kusb105: fix memleak on open Linus Walleij (1): usb: ohci-omap: Fix descriptor conversion Mika Westerberg (1): thunderbolt: Fix use-after-free in remove_unplugged_switch() Peter Chen (2): usb: cdns3: gadget: clear trb->length as zero after preparing every trb usb: cdns3: core: fix goto label for error path Roger Quadros (1): usb: cdns3: Fix hardware based role switch Vamsi Krishna Samavedam (1): usb: gadget: f_fs: Use local copy of descriptors for userspace copy Vincent Palatin (1): USB: serial: option: add Fibocom NL668 variants arch/arm/mach-omap1/board-osk.c | 2 +- drivers/thunderbolt/icm.c | 10 +++++++--- drivers/usb/cdns3/core.c | 29 ++++++++++++++++------------- drivers/usb/cdns3/gadget.c | 1 + drivers/usb/gadget/function/f_fs.c | 6 ++++-- drivers/usb/host/ohci-omap.c | 4 ++-- drivers/usb/serial/ch341.c | 5 +++-- drivers/usb/serial/kl5kusb105.c | 10 ++++------ drivers/usb/serial/option.c | 10 ++++++---- drivers/usb/storage/scsiglue.c | 2 +- drivers/usb/storage/uas.c | 19 ++++++------------- drivers/usb/storage/usb.c | 5 ++--- 12 files changed, 53 insertions(+), 50 deletions(-)