diff options
author | Huang Ying <ying.huang@intel.com> | 2009-06-14 22:42:57 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-06-16 17:30:14 -0400 |
commit | c465def6bfe834b62623caa9b98f2d4f4739875a (patch) | |
tree | 00166d8258f91c7f62b2bf84f4b8d775c906a308 /Documentation/PCI/pcieaer-howto.txt | |
parent | 3d5505c56db5c8d1eeca45c325b19e95115afdea (diff) |
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>
Diffstat (limited to 'Documentation/PCI/pcieaer-howto.txt')
-rw-r--r-- | Documentation/PCI/pcieaer-howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/pcieaer-howto.txt b/Documentation/PCI/pcieaer-howto.txt index 5408b9b39d89..be21001ab144 100644 --- a/Documentation/PCI/pcieaer-howto.txt +++ b/Documentation/PCI/pcieaer-howto.txt | |||
@@ -267,7 +267,7 @@ After reboot with new kernel or insert the module, a device file named | |||
267 | 267 | ||
268 | Then, you need a user space tool named aer-inject, which can be gotten | 268 | Then, you need a user space tool named aer-inject, which can be gotten |
269 | from: | 269 | from: |
270 | http://www.kernel.org/pub/linux/kernel/people/yhuang/ | 270 | http://www.kernel.org/pub/linux/utils/pci/aer-inject/ |
271 | 271 | ||
272 | More information about aer-inject can be found in the document comes | 272 | More information about aer-inject can be found in the document comes |
273 | with its source code. | 273 | with its source code. |