Merge tag 'usb-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are some tiny USB fixes for a number of reported issues for 5.2-rc3. Nothing huge here, just a small collection of xhci and other driver bugs that syzbot has been finding in some drivers. There is also a usbip fix and a fix for the usbip fix in here :) All have been in linux-next with no reported issues" * tag 'usb-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usbip: usbip_host: fix stub_dev lock context imbalance regression media: smsusb: better handle optional alignment xhci: Use %zu for printing size_t type xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic() xhci: Fix immediate data transfer if buffer is already DMA mapped usb: xhci: avoid null pointer deref when bos field is NULL usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_endpoint() xhci: update bounce buffer with correct sg num media: usb: siano: Fix false-positive "uninitialized variable" warning USB: rio500: update Documentation USB: rio500: simplify locking USB: rio500: fix memory leak in close after disconnect USB: rio500: refuse more than one device at a time usbip: usbip_host: fix BUG: sleeping function called from invalid context USB: sisusbvga: fix oops in error path of sisusb_probe USB: Add LPM quirk for Surface Dock GigE adapter media: usb: siano: Fix general protection fault in smsusb usb: mtu3: fix up undefined reference to usb_debug_root USB: Fix slab-out-of-bounds write in usb_get_bos_descriptor
Showing
- Documentation/usb/rio.txt 13 additions, 53 deletionsDocumentation/usb/rio.txt
- drivers/media/usb/siano/smsusb.c 20 additions, 13 deletionsdrivers/media/usb/siano/smsusb.c
- drivers/usb/core/config.c 2 additions, 2 deletionsdrivers/usb/core/config.c
- drivers/usb/core/quirks.c 3 additions, 0 deletionsdrivers/usb/core/quirks.c
- drivers/usb/host/xhci-debugfs.c 3 additions, 0 deletionsdrivers/usb/host/xhci-debugfs.c
- drivers/usb/host/xhci-ring.c 19 additions, 7 deletionsdrivers/usb/host/xhci-ring.c
- drivers/usb/host/xhci.c 11 additions, 13 deletionsdrivers/usb/host/xhci.c
- drivers/usb/host/xhci.h 2 additions, 1 deletiondrivers/usb/host/xhci.h
- drivers/usb/misc/rio500.c 47 additions, 33 deletionsdrivers/usb/misc/rio500.c
- drivers/usb/misc/sisusbvga/sisusb.c 8 additions, 7 deletionsdrivers/usb/misc/sisusbvga/sisusb.c
- drivers/usb/mtu3/mtu3_debugfs.c 1 addition, 2 deletionsdrivers/usb/mtu3/mtu3_debugfs.c
- drivers/usb/usbip/stub_dev.c 53 additions, 22 deletionsdrivers/usb/usbip/stub_dev.c
Loading
Please register or sign in to comment