Merge tag 'usb-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are some USB fixes for 4.15-rc4. There is the usual handful gadget/dwc2/dwc3 fixes as always, for reported issues. But the most important things in here is the core fix from Alan Stern to resolve a nasty security bug (my first attempt is reverted, Alan's was much cleaner), as well as a number of usbip fixes from Shuah Khan to resolve those reported security issues. All of these have been in linux-next with no reported issues" * tag 'usb-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: USB: core: prevent malicious bNumInterfaces overflow Revert "USB: core: only clean up what we allocated" USB: core: only clean up what we allocated Revert "usb: gadget: allow to enable legacy drivers without USB_ETH" usb: gadget: webcam: fix V4L2 Kconfig dependency usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issues usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3 usb: dwc3: of-simple: set dev_pm_ops usb: dwc3: of-simple: fix missing clk_disable_unprepare usb: dwc3: gadget: Wait longer for controller to end command processing usb: xhci: fix TDS for MTK xHCI1.1 xhci: Don't add a virt_dev to the devs array before it's fully allocated usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer usbip: prevent vhci_hcd driver from leaking a socket pointer address usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input usbip: fix stub_rx: get_pipe() to validate endpoint number tools/usbip: fixes potential (minor) "buffer overflow" (detected on recent gcc with -Werror) USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 ID usb: musb: da8xx: fix babble condition handling
No related branches found
No related tags found
Showing
- drivers/usb/core/config.c 3 additions, 1 deletiondrivers/usb/core/config.c
- drivers/usb/dwc2/core.h 4 additions, 0 deletionsdrivers/usb/dwc2/core.h
- drivers/usb/dwc2/gadget.c 2 additions, 40 deletionsdrivers/usb/dwc2/gadget.c
- drivers/usb/dwc2/params.c 19 additions, 10 deletionsdrivers/usb/dwc2/params.c
- drivers/usb/dwc3/dwc3-of-simple.c 4 additions, 1 deletiondrivers/usb/dwc3/dwc3-of-simple.c
- drivers/usb/dwc3/gadget.c 2 additions, 2 deletionsdrivers/usb/dwc3/gadget.c
- drivers/usb/gadget/Kconfig 2 additions, 2 deletionsdrivers/usb/gadget/Kconfig
- drivers/usb/gadget/legacy/Kconfig 1 addition, 11 deletionsdrivers/usb/gadget/legacy/Kconfig
- drivers/usb/host/xhci-mem.c 11 additions, 4 deletionsdrivers/usb/host/xhci-mem.c
- drivers/usb/host/xhci-ring.c 3 additions, 3 deletionsdrivers/usb/host/xhci-ring.c
- drivers/usb/musb/da8xx.c 9 additions, 1 deletiondrivers/usb/musb/da8xx.c
- drivers/usb/storage/unusual_devs.h 7 additions, 0 deletionsdrivers/usb/storage/unusual_devs.h
- drivers/usb/storage/unusual_uas.h 7 additions, 0 deletionsdrivers/usb/storage/unusual_uas.h
- drivers/usb/usbip/stub_rx.c 41 additions, 10 deletionsdrivers/usb/usbip/stub_rx.c
- drivers/usb/usbip/stub_tx.c 7 additions, 0 deletionsdrivers/usb/usbip/stub_tx.c
- drivers/usb/usbip/usbip_common.h 1 addition, 0 deletionsdrivers/usb/usbip/usbip_common.h
- drivers/usb/usbip/vhci_sysfs.c 16 additions, 9 deletionsdrivers/usb/usbip/vhci_sysfs.c
- tools/usb/usbip/libsrc/vhci_driver.c 5 additions, 5 deletionstools/usb/usbip/libsrc/vhci_driver.c
Loading
Please register or sign in to comment