The following changes since commit c6935931c1894ff857616ff8549b61236a19148f: Linux 4.8-rc5 (2016-09-04 14:31:46 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.8-rc6 for you to fetch changes up to 6b98174b957ce87e0efe7c675d6cfd9e4c7a1912: Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2016-09-09 15:11:35 +0200) ---------------------------------------------------------------- USB fixes for 4.8-rc6 Here are some small USB gadget, phy, and xhci fixes for 4.8-rc6. All of these resolve minor issues that have been reported, and all have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Clemens Gruber (1): usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase Colin Ian King (1): usb: gadget: prevent potenial null pointer dereference on skb->len Fabio Estevam (1): usb: phy: phy-generic: Check clk_prepare_enable() error Felipe Balbi (1): usb: dwc3: pci: fix build warning on !PM_SLEEP Greg Kroah-Hartman (2): Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/.../peter.chen/usb into usb-linus Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/.../balbi/usb into usb-linus John Youn (1): Revert "usb: dwc3: gadget: always decrement by 1" Mathias Nyman (1): xhci: fix null pointer dereference in stop command timeout function Yoshihiro Shimoda (2): usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CON usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition drivers/usb/chipidea/udc.c | 9 +++++++++ drivers/usb/dwc3/dwc3-pci.c | 4 +++- drivers/usb/dwc3/gadget.c | 5 ++++- drivers/usb/gadget/function/f_eem.c | 2 +- drivers/usb/gadget/udc/renesas_usb3.c | 2 ++ drivers/usb/host/xhci-ring.c | 6 +++++- drivers/usb/phy/phy-generic.c | 8 ++++++-- drivers/usb/renesas_usbhs/mod.c | 11 +++++++++-- 8 files changed, 39 insertions(+), 8 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