All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI/AER: Update the link to the aer-inject tool
@ 2022-01-15 10:49 Yicong Yang
  2022-03-02 12:23 ` Yicong Yang
  2022-03-02 20:13 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Yicong Yang @ 2022-01-15 10:49 UTC (permalink / raw)
  To: bhelgaas, linux-pci; +Cc: yangyicong, linuxarm

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>
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] PCI/AER: Update the link to the aer-inject tool
  2022-01-15 10:49 [PATCH] PCI/AER: Update the link to the aer-inject tool Yicong Yang
@ 2022-03-02 12:23 ` Yicong Yang
  2022-03-02 20:13 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Yicong Yang @ 2022-03-02 12:23 UTC (permalink / raw)
  To: Yicong Yang, bhelgaas, linux-pci; +Cc: linuxarm

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>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] PCI/AER: Update the link to the aer-inject tool
  2022-01-15 10:49 [PATCH] PCI/AER: Update the link to the aer-inject tool Yicong Yang
  2022-03-02 12:23 ` Yicong Yang
@ 2022-03-02 20:13 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2022-03-02 20:13 UTC (permalink / raw)
  To: Yicong Yang; +Cc: bhelgaas, linux-pci, linuxarm

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-02 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 10:49 [PATCH] PCI/AER: Update the link to the aer-inject tool Yicong Yang
2022-03-02 12:23 ` Yicong Yang
2022-03-02 20:13 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.