Merge tag 'usb-4.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are some USB driver fixes fro 4.17-rc6. They resolve some reported bugs in the musb driver, the xhci driver, and a number of small fixes for the usbip driver. All of these have been in linux-next with no reported issues" * tag 'usb-4.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usbip: usbip_host: fix bad unlock balance during stub_probe() usbip: usbip_host: fix NULL-ptr deref and use-after-free errors usbip: usbip_host: run rebind from exit when module is removed usbip: usbip_host: delete device from busid_table after rebind usbip: usbip_host: refine probe and disconnect debug msgs to be useful usb: musb: fix remote wakeup racing with suspend xhci: Fix USB3 NULL pointer dereference at logical disconnect.
No related branches found
No related tags found
Showing
- drivers/usb/host/xhci-hub.c 1 addition, 1 deletiondrivers/usb/host/xhci-hub.c
- drivers/usb/musb/musb_host.c 4 additions, 1 deletiondrivers/usb/musb/musb_host.c
- drivers/usb/musb/musb_host.h 5 additions, 2 deletionsdrivers/usb/musb/musb_host.h
- drivers/usb/musb/musb_virthub.c 15 additions, 10 deletionsdrivers/usb/musb/musb_virthub.c
- drivers/usb/usbip/stub.h 2 additions, 0 deletionsdrivers/usb/usbip/stub.h
- drivers/usb/usbip/stub_dev.c 26 additions, 17 deletionsdrivers/usb/usbip/stub_dev.c
- drivers/usb/usbip/stub_main.c 92 additions, 13 deletionsdrivers/usb/usbip/stub_main.c
Please register or sign in to comment