diff mbox series

PCI/AER: Update the link to the aer-inject tool

Message ID 20220115104921.21606-1-yangyicong@hisilicon.com (mailing list archive)
State Accepted
Commit 602a4eda68839bb33ca35c54d400e0685bac1d71
Delegated to: Bjorn Helgaas
Headers show
Series PCI/AER: Update the link to the aer-inject tool | expand

Commit Message

Yicong Yang Jan. 15, 2022, 10:49 a.m. UTC
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.

Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
---
 drivers/pci/pcie/Kconfig      | 2 +-
 drivers/pci/pcie/aer_inject.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Yicong Yang March 2, 2022, 12:23 p.m. UTC | #1
Gentle ping for this obvious fix...

On 2022/1/15 18:49, Yicong Yang wrote:
> 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.
> 
> Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
> ---
>  drivers/pci/pcie/Kconfig      | 2 +-
>  drivers/pci/pcie/aer_inject.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
> index 45a2ef702b45..788ac8df3f9d 100644
> --- a/drivers/pci/pcie/Kconfig
> +++ b/drivers/pci/pcie/Kconfig
> @@ -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
> diff --git a/drivers/pci/pcie/aer_inject.c b/drivers/pci/pcie/aer_inject.c
> index 767f8859b99b..2dab275d252f 100644
> --- a/drivers/pci/pcie/aer_inject.c
> +++ b/drivers/pci/pcie/aer_inject.c
> @@ -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>
>
Bjorn Helgaas March 2, 2022, 8:13 p.m. UTC | #2
On Sat, Jan 15, 2022 at 06:49:21PM +0800, Yicong Yang wrote:
> 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.
> 
> Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>

Applied to pci/misc for v5.18, thanks!

> ---
>  drivers/pci/pcie/Kconfig      | 2 +-
>  drivers/pci/pcie/aer_inject.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
> index 45a2ef702b45..788ac8df3f9d 100644
> --- a/drivers/pci/pcie/Kconfig
> +++ b/drivers/pci/pcie/Kconfig
> @@ -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
> diff --git a/drivers/pci/pcie/aer_inject.c b/drivers/pci/pcie/aer_inject.c
> index 767f8859b99b..2dab275d252f 100644
> --- a/drivers/pci/pcie/aer_inject.c
> +++ b/drivers/pci/pcie/aer_inject.c
> @@ -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>
> -- 
> 2.24.0
>
diff mbox series

Patch

diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index 45a2ef702b45..788ac8df3f9d 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -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
diff --git a/drivers/pci/pcie/aer_inject.c b/drivers/pci/pcie/aer_inject.c
index 767f8859b99b..2dab275d252f 100644
--- a/drivers/pci/pcie/aer_inject.c
+++ b/drivers/pci/pcie/aer_inject.c
@@ -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>