Skip to content

Commit a29e529

Browse files
Kuppuswamy Sathyanarayananbjorn-helgaas
authored andcommitted
PCI/AER: Update aer-inject tool source URL
The aer-inject tool is no longer maintained in the original repository and is missing a fix related to the musl library. So, with the author's (Huang Ying) consent, it has been moved to a new repository [1]. Update all references to the repository link. Link: https://github.com/intel/aer-inject.git [1] Link: https://lore.kernel.org/r/20240416055035.200085-1-sathyanarayanan.kuppuswamy@linux.intel.com Signed-off-by: Kuppuswamy Sathyanarayanan <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Cc: Huang Ying <[email protected]>
1 parent eeee3b5 commit a29e529

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/PCI/pcieaer-howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ After reboot with new kernel or insert the module, a device file named
241241
Then, you need a user space tool named aer-inject, which can be gotten
242242
from:
243243

244-
https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
244+
https://github.com/intel/aer-inject.git
245245

246246
More information about aer-inject can be found in the document in
247247
its source code.

drivers/pci/pcie/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ config PCIEAER_INJECT
4747
error injection can fake almost all kinds of errors with the
4848
help of a user space helper tool aer-inject, which can be
4949
gotten from:
50-
https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
50+
https://github.com/intel/aer-inject.git
5151

5252
config PCIEAER_CXL
5353
bool "PCI Express CXL RAS support"

drivers/pci/pcie/aer_inject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* trigger various real hardware errors. Software based error
77
* injection can fake almost all kinds of errors with the help of a
88
* user space helper tool aer-inject, which can be gotten from:
9-
* https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
9+
* https://github.com/intel/aer-inject.git
1010
*
1111
* Copyright 2009 Intel Corporation.
1212
* Huang Ying <[email protected]>

0 commit comments

Comments
 (0)