Hi Greg, here's what I hope to be my last pull request to this -rc series.
Patches have been tested (where applicable) with intel platforms I have
around. They have also been in next for a little while without any
reports of problems.
cheers
The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:
Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
tags/fixes-for-v4.6-rc5
for you to fetch changes up to 38740a5b87d53ceb89eb2c970150f6e94e00373a:
usb: gadget: f_fs: Fix use-after-free (2016-04-20 10:38:06 +0300)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Du, Changbin (1):
usb: dwc3: fix memory leak of dwc->regset
Felipe Balbi (2):
usb: dwc3: omap: fix up error path on probe()
usb: dwc3: core: fix PHY handling during suspend
John Youn (1):
usb: gadget: composite: Clear reserved fields of SSP Dev Cap
Lars-Peter Clausen (1):
usb: gadget: f_fs: Fix use-after-free
Roger Quadros (1):
usb: dwc3: gadget: Fix suspend/resume during device mode
drivers/usb/dwc3/core.c | 23 ++++++++++++++++++++++-
drivers/usb/dwc3/debugfs.c | 13 ++++++++-----
drivers/usb/dwc3/dwc3-omap.c | 12 ++++--------
drivers/usb/dwc3/gadget.c | 6 ++++++
drivers/usb/gadget/composite.c | 2 ++
drivers/usb/gadget/function/f_fs.c | 5 ++---
6 files changed, 44 insertions(+), 17 deletions(-)
--
balbi
signature.asc
Description: PGP signature
