The following changes since commit 94190301ffa059c2d127b3a67ec5d161d5c62681: usb: option: add TP-LINK MA260 (2013-07-23 16:07:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git tags/for-usb-linus-2013-07-25 for you to fetch changes up to d66eaf9f89502971fddcb0de550b01fa6f409d83: xhci: fix null pointer dereference on ring_doorbell_for_active_rings (2013-07-25 08:10:09 -0700) ---------------------------------------------------------------- xhci: Bug fixes, now with more tags! Hi Greg, Here's five bug fixes for 3.12. The three patches are marked for stable. Two fix NULL pointer dereferences. The third marked for stable suppresses some serious log spam from unnecessary xHCI driver warnings, whenever an isochronous short packet happens on an xHCI 1.0 host. The other two patches fix build warnings. Sarah Sharp ---------------------------------------------------------------- George Cherian (1): usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0 Oleksij Rempel (1): xhci: fix null pointer dereference on ring_doorbell_for_active_rings Olof Johansson (1): usb: xhci: Mark two functions __maybe_unused Randy Dunlap (1): usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabled Sarah Sharp (1): xhci: Avoid NULL pointer deref when host dies. drivers/usb/host/pci-quirks.h | 1 + drivers/usb/host/xhci-pci.c | 1 - drivers/usb/host/xhci-ring.c | 2 +- drivers/usb/host/xhci.c | 17 ++++++++++++----- 4 files changed, 14 insertions(+), 7 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