PCI/AER: Update aer-inject URL

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2068174
Upstream Status: 602a4eda68839bb33ca35c54d400e0685bac1d71

commit 602a4eda68839bb33ca35c54d400e0685bac1d71
Author: Yicong Yang <yangyicong@hisilicon.com>
Date:   Sat Jan 15 18:49:21 2022 +0800

    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>

Signed-off-by: Myron Stowe <mstowe@redhat.com>
This commit is contained in:
Myron Stowe 2022-05-03 19:38:57 -06:00
parent 0bbbf2ed43
commit 31993e2bc1
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,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://www.kernel.org/pub/linux/utils/pci/aer-inject/
https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
#
# PCI Express ECRC

View 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://www.kernel.org/pub/linux/utils/pci/aer-inject/
* https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
*
* Copyright 2009 Intel Corporation.
* Huang Ying <ying.huang@intel.com>