Hi Greg, Here's the first pull request for this -rc cycle, patches have been tested on platforms I have access to. Let me know if you want anything to be changed. cheers The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.2-rc2 for you to fetch changes up to b2e2c94b878be2500d4d42c1f52a2fa1fe7648b4: usb: gadget: f_midi: fix error recovery path (2015-07-06 12:34:08 -0500) ---------------------------------------------------------------- usb: fixes for-v4.2-rc2 The first set of fixes for this -rc cycle. Most importantly we have a NULL pointer dereference fix on DWC3, a fix to a really old bug on musb_start() and another NULL pointer dereference fix on MXS phy driver. Signed-off-by: Felipe Balbi <balbi@xxxxxx> ---------------------------------------------------------------- Andrzej Pietrasiewicz (1): usb: gadget: f_midi: fix error recovery path Felipe Balbi (2): usb: musb: host: rely on port_mode to call musb_start() usb: dwc3: core: avoid NULL pointer dereference Kishon Vijay Abraham I (1): usb: gadget: composite: Fix NULL pointer dereference Mian Yousaf Kaukab (3): usb: dwc2: host: allocate qh before atomic enqueue usb: dwc2: host: allocate qtd before atomic enqueue usb: dwc2: embed storage for reg backup in struct dwc2_hsotg Michal Nazarewicz (1): usb: f_mass_storage: limit number of reported LUNs Rui Miguel Silva (1): usb: gadget: f_fs: do not set cancel function on synchronous {read,write} Stefan Wahren (1): usb: phy: mxs: suspend to RAM causes NULL pointer dereference Takeshi Yoshimura (1): usb: gadget: udc: fix free_irq() after request_irq() failed drivers/usb/dwc2/core.c | 55 ++++++++-------------------- drivers/usb/dwc2/core.h | 9 +++-- drivers/usb/dwc2/hcd.c | 55 +++++++++++++++++++++------- drivers/usb/dwc2/hcd.h | 5 ++- drivers/usb/dwc2/hcd_queue.c | 49 ++++++------------------- drivers/usb/dwc3/core.c | 6 ++- drivers/usb/gadget/composite.c | 11 ++++-- drivers/usb/gadget/function/f_fs.c | 6 ++- drivers/usb/gadget/function/f_mass_storage.c | 16 ++++++-- drivers/usb/gadget/function/f_midi.c | 4 +- drivers/usb/gadget/udc/fotg210-udc.c | 3 +- drivers/usb/musb/musb_virthub.c | 4 +- drivers/usb/phy/phy-mxs-usb.c | 3 ++ 13 files changed, 113 insertions(+), 113 deletions(-) -- 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