[Bionic][PATCH 0/3] Fixes for LP:1730832
Joseph Salisbury
joseph.salisbury at canonical.com
Fri Mar 2 19:42:01 UTC 2018
BugLink: http://bugs.launchpad.net/bugs/1730832
== Development Kernel Justification ==
Intel is requested commit dfba2174dc42 to be included in 18.04. Commit dfba2174dc42 is
in mailine as of 4.16-rc1.
Commit 67d2ea9fde2a is requred as a prereq and is also in mainline as of 4.16.-rc1.
These commits require USB_XHCI_DBGCAP to be added and turned on.
== Fixes ==
67d2ea9fde2a ("usb: xhci: Make some static functions global")
dfba2174dc42 ("usb: xhci: Add DbC support in xHCI driver")
Enable USB_XHCI_DBGCAP=y for commit mainline commit dfba2174dc42.
Joseph Salisbury (1):
UBUNTU: [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
Lu Baolu (2):
usb: xhci: Make some static functions global
usb: xhci: Add DbC support in xHCI driver
.../ABI/testing/sysfs-bus-pci-drivers-xhci_hcd | 25 +
debian.master/config/config.common.ubuntu | 1 +
drivers/usb/host/Kconfig | 8 +
drivers/usb/host/Makefile | 5 +
drivers/usb/host/xhci-dbgcap.c | 996 +++++++++++++++++++++
drivers/usb/host/xhci-dbgcap.h | 229 +++++
drivers/usb/host/xhci-dbgtty.c | 497 ++++++++++
drivers/usb/host/xhci-mem.c | 94 +-
drivers/usb/host/xhci-ring.c | 4 +-
drivers/usb/host/xhci-trace.h | 59 ++
drivers/usb/host/xhci.c | 9 +
drivers/usb/host/xhci.h | 17 +-
12 files changed, 1902 insertions(+), 42 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd
create mode 100644 drivers/usb/host/xhci-dbgcap.c
create mode 100644 drivers/usb/host/xhci-dbgcap.h
create mode 100644 drivers/usb/host/xhci-dbgtty.c
--
2.7.4
More information about the kernel-team
mailing list