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

PCI/AER: Update aer-inject URL

The link to the aer-inject referenced leads to an empty repo and seems no
longer used. Replace it with the link mentioned in
Documentation/PCI/pcieaer-howto.rst.

Link: https://lore.kernel.org/r/20220115104921.21606-1-yangyicong@hisilicon.com
Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

authored by

Yicong Yang and committed by
Bjorn Helgaas
602a4eda e783362e

+2 -2
+1 -1
drivers/pci/pcie/Kconfig
··· 43 43 error injection can fake almost all kinds of errors with the 44 44 help of a user space helper tool aer-inject, which can be 45 45 gotten from: 46 - https://www.kernel.org/pub/linux/utils/pci/aer-inject/ 46 + https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ 47 47 48 48 # 49 49 # PCI Express ECRC
+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://www.kernel.org/pub/linux/utils/pci/aer-inject/ 9 + * https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ 10 10 * 11 11 * Copyright 2009 Intel Corporation. 12 12 * Huang Ying <ying.huang@intel.com>