Hi Greg, here's what I'm hoping to be the last 'fixes' pull request for this cycle. Let me know if you want anything to be changed. cheers The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.14-rc5 for you to fetch changes up to 7c80f9e4a588f1925b07134bb2e3689335f6c6d8: usb: usbtest: fix NULL pointer dereference (2017-10-11 13:15:11 +0300) ---------------------------------------------------------------- USB: fixes for v4.14-rc5 A deadlock fix in dummy-hcd; Fixing a use-after-free bug in composite; Renesas got another fix for DMA programming (this time around a fix for receiving ZLP); Tegra PHY got a suspend fix; A memory leak on our configfs ABI got plugged. Other than these, a couple other minor fixes on usbtest. ---------------------------------------------------------------- Alan Stern (2): USB: dummy-hcd: Fix deadlock caused by disconnect detection usb: usbtest: fix NULL pointer dereference Andrew Gabbasov (2): usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options usb: gadget: configfs: Fix memory leak of interface directory data Dan Carpenter (1): usb: misc: usbtest: Fix overflow in usbtest_do_ioctl() Jon Hunter (1): usb: phy: tegra: Fix phy suspend for UDC Kazuya Mizuguchi (1): usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet drivers/usb/gadget/composite.c | 5 +++++ drivers/usb/gadget/configfs.c | 15 ++++++++------- drivers/usb/gadget/configfs.h | 11 ++++++----- drivers/usb/gadget/function/f_rndis.c | 12 ++++++++++-- drivers/usb/gadget/function/u_rndis.h | 1 + drivers/usb/gadget/udc/dummy_hcd.c | 9 ++++++--- drivers/usb/misc/usbtest.c | 10 ++++++++-- drivers/usb/phy/phy-tegra-usb.c | 17 +++++++++++++++++ drivers/usb/renesas_usbhs/fifo.c | 2 +- 9 files changed, 62 insertions(+), 20 deletions(-) -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html