Message ID | 20181011183413.13183-1-keith.busch@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | aer inject updates | expand |
On Thu, Oct 11, 2018 at 12:34:09PM -0600, Keith Busch wrote: > This is the same as the previous version, except a refactoring was split > out into its own patch rather than included in the final patch. > > Keith Busch (4): > PCI/AER: Reuse existing pcie_port_find_device() interface > PCI/AER: Abstract AER interrupt handling > PCI/AER: Refactor error injection fallbacks > PCI/AER: Covertly inject errors with ftrace hooks > > drivers/pci/pcie/aer.c | 3 +- > drivers/pci/pcie/aer_inject.c | 248 +++++++++++++++++++++++++++++++--------- > drivers/pci/pcie/portdrv.h | 4 - > drivers/pci/pcie/portdrv_core.c | 1 + > 4 files changed, 199 insertions(+), 57 deletions(-) Applied to pci/hotplug for v4.20, thanks!