PCI/AER: Update aer-inject tool source URL
authorKuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Tue, 16 Apr 2024 05:50:35 +0000 (05:50 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 17 Apr 2024 15:35:43 +0000 (10:35 -0500)
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
Link: https://lore.kernel.org/r/20240416055035.200085-1-sathyanarayanan.kuppuswamy@linux.intel.com
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Huang Ying <ying.huang@intel.com>
Documentation/PCI/pcieaer-howto.rst
drivers/pci/pcie/Kconfig
drivers/pci/pcie/aer_inject.c

index e00d63971695ed33a656bbd79c98d2514ea078bb..f013f3b27c8274a65dd746e2c073061c365f408c 100644 (file)
@@ -241,7 +241,7 @@ After reboot with new kernel or insert the module, a device file named
 Then, you need a user space tool named aer-inject, which can be gotten
 from:
 
-    https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
+    https://github.com/intel/aer-inject.git
 
 More information about aer-inject can be found in the document in
 its source code.
index 8999fcebde6aa8705d2b8bf9f62cf7358a940424..17919b99fa66a4eed6be77ba2e27a20a4b3e8b21 100644 (file)
@@ -47,7 +47,7 @@ config PCIEAER_INJECT
          error injection can fake almost all kinds of errors with the
          help of a user space helper tool aer-inject, which can be
          gotten from:
-            https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
+            https://github.com/intel/aer-inject.git
 
 config PCIEAER_CXL
        bool "PCI Express CXL RAS support"
index 2dab275d252f4ed5170674ba287d41df71839406..f81b2303bf6a0463f80cc68b4d8dfe7d924d5d80 100644 (file)
@@ -6,7 +6,7 @@
  * trigger various real hardware errors. Software based error
  * injection can fake almost all kinds of errors with the help of a
  * user space helper tool aer-inject, which can be gotten from:
- *   https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
+ *   https://github.com/intel/aer-inject.git
  *
  * Copyright 2009 Intel Corporation.
  *     Huang Ying <ying.huang@intel.com>