Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Huang Ying <ying.huang@intel.com>

authored by

Kuppuswamy Sathyanarayanan and committed by
Bjorn Helgaas
a29e5290 eeee3b5e

+3 -3
+1 -1
Documentation/PCI/pcieaer-howto.rst
··· 241 241 Then, you need a user space tool named aer-inject, which can be gotten 242 242 from: 243 243 244 - https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ 244 + https://github.com/intel/aer-inject.git 245 245 246 246 More information about aer-inject can be found in the document in 247 247 its source code.
+1 -1
drivers/pci/pcie/Kconfig
··· 47 47 error injection can fake almost all kinds of errors with the 48 48 help of a user space helper tool aer-inject, which can be 49 49 gotten from: 50 - https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ 50 + https://github.com/intel/aer-inject.git 51 51 52 52 config PCIEAER_CXL 53 53 bool "PCI Express CXL RAS support"
+1 -1
drivers/pci/pcie/aer_inject.c
··· 6 6 * trigger various real hardware errors. Software based error 7 7 * injection can fake almost all kinds of errors with the help of a 8 8 * 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 10 10 * 11 11 * Copyright 2009 Intel Corporation. 12 12 * Huang Ying <ying.huang@intel.com>