mbox series

[PATCHv2,0/4] aer inject updates

Message ID 20181011183413.13183-1-keith.busch@intel.com
Headers show
Series aer inject updates | expand

Message

Keith Busch Oct. 11, 2018, 6:34 p.m. UTC
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(-)

Comments

Bjorn Helgaas Oct. 11, 2018, 7:02 p.m. UTC | #1
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!