-
- Downloads
PCI AER: software error injection
Debugging PCIE AER code can be very difficult because it is hard to trigger various real hardware errors. This patch provide a software based error injection tool, which can fake various PCIE errors with a user space helper tool named "aer-inject". Which can be gotten from: http://www.kernel.org/pub/linux/kernel/people/yhuang/ The patch fakes AER error by faking some PCIE AER related registers and an AER interrupt for specified the PCIE device. Signed-off-by:Huang Ying <ying.huang@intel.com> Signed-off-by:
Jesse Barnes <jbarnes@virtuousgeek.org>
Showing
- Documentation/PCI/pcieaer-howto.txt 1 addition, 1 deletionDocumentation/PCI/pcieaer-howto.txt
- drivers/pci/pcie/aer/Kconfig 2 additions, 0 deletionsdrivers/pci/pcie/aer/Kconfig
- drivers/pci/pcie/aer/Kconfig.debug 18 additions, 0 deletionsdrivers/pci/pcie/aer/Kconfig.debug
- drivers/pci/pcie/aer/Makefile 1 addition, 0 deletionsdrivers/pci/pcie/aer/Makefile
- drivers/pci/pcie/aer/aer_inject.c 473 additions, 0 deletionsdrivers/pci/pcie/aer/aer_inject.c
Loading
Please register or sign in to comment