-
- Downloads
Merge tag 'fixes-for-v4.6-rc5' of...
Merge tag 'fixes-for-v4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus Felipe writes: usb: fixes for v4.6-rc5 No more major fixes left. Out of the 6 fixes we have here, 4 are on dwc3. The most important is the memory leak fix in dwc3/debugfs.c. We also have a fix for PHY handling in suspend/resume and a fix for dwc3-omap's error handling. Suspend/resume also had the potential to trigger a NULL pointer dereference on dwc3; that's also fixed now. Our good ol' ffs function gets a use-after-free fix while the generic composite.c layer has a robustness fix by making sure reserved fields of a possible SSP device capability descriptor is cleared to 0.
Showing
- drivers/usb/dwc3/core.c 22 additions, 1 deletiondrivers/usb/dwc3/core.c
- drivers/usb/dwc3/debugfs.c 8 additions, 5 deletionsdrivers/usb/dwc3/debugfs.c
- drivers/usb/dwc3/dwc3-omap.c 4 additions, 8 deletionsdrivers/usb/dwc3/dwc3-omap.c
- drivers/usb/dwc3/gadget.c 6 additions, 0 deletionsdrivers/usb/dwc3/gadget.c
- drivers/usb/gadget/composite.c 2 additions, 0 deletionsdrivers/usb/gadget/composite.c
- drivers/usb/gadget/function/f_fs.c 2 additions, 3 deletionsdrivers/usb/gadget/function/f_fs.c
Loading
Please register or sign in to comment