* Re: [PATCH] PCI: fix the invalid aer-inject git tree
2022-08-04 9:47 [PATCH] PCI: fix the invalid aer-inject git tree Huang Shijie
@ 2022-08-04 2:18 ` Bagas Sanjaya
2022-08-04 10:25 ` Huang Shijie
0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2022-08-04 2:18 UTC (permalink / raw)
To: Huang Shijie, bhelgaas
Cc: patches, zwang, darren, corbet, yangyicong, linux-pci, linux-doc,
linux-kernel
On 8/4/22 16:47, Huang Shijie wrote:
> The old tree is invalid now, fix it with the right git tree:
> https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git
>
<snip>
> - https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
> + https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/
<snip>
> - * https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
> + * https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/
> *
> * Copyright 2009 Intel Corporation.
> * Huang Ying <ying.huang@intel.com>
This is essentially s:cgit:pub/scm:.
Better wording is "The aer-inject tree have been moved to <new location>.
Update the link."
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] PCI: fix the invalid aer-inject git tree
@ 2022-08-04 9:47 Huang Shijie
2022-08-04 2:18 ` Bagas Sanjaya
0 siblings, 1 reply; 3+ messages in thread
From: Huang Shijie @ 2022-08-04 9:47 UTC (permalink / raw)
To: bhelgaas
Cc: patches, zwang, darren, corbet, yangyicong, linux-pci, linux-doc,
linux-kernel, Huang Shijie
The old tree is invalid now, fix it with the right git tree:
https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git
Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
---
Documentation/PCI/pcieaer-howto.rst | 2 +-
drivers/pci/pcie/Kconfig | 2 +-
drivers/pci/pcie/aer_inject.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/PCI/pcieaer-howto.rst b/Documentation/PCI/pcieaer-howto.rst
index 0b36b9ebfa4b..b31fc9a0edbc 100644
--- a/Documentation/PCI/pcieaer-howto.rst
+++ b/Documentation/PCI/pcieaer-howto.rst
@@ -294,7 +294,7 @@ After reboot with new kernel or insert the module, a device file named
Then, you need a user space tool named aer-inject, which can be gotten
from:
- https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
+ https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/
More information about aer-inject can be found in the document comes
with its source code.
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index 788ac8df3f9d..d6ea0fd9892d 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://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
+ https://git.kernel.org/pub/scm/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 2dab275d252f..262b06b0dc1d 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://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
+ * https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/
*
* Copyright 2009 Intel Corporation.
* Huang Ying <ying.huang@intel.com>
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] PCI: fix the invalid aer-inject git tree
2022-08-04 2:18 ` Bagas Sanjaya
@ 2022-08-04 10:25 ` Huang Shijie
0 siblings, 0 replies; 3+ messages in thread
From: Huang Shijie @ 2022-08-04 10:25 UTC (permalink / raw)
To: Bagas Sanjaya
Cc: bhelgaas, patches, zwang, darren, corbet, yangyicong, linux-pci,
linux-doc, linux-kernel
Hi Bagas,
On Thu, Aug 04, 2022 at 09:18:26AM +0700, Bagas Sanjaya wrote:
> On 8/4/22 16:47, Huang Shijie wrote:
> > The old tree is invalid now, fix it with the right git tree:
> > https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git
> >
> <snip>
> > - https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
> > + https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/
> <snip>
> > - * https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
> > + * https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/
> > *
> > * Copyright 2009 Intel Corporation.
> > * Huang Ying <ying.huang@intel.com>
>
> This is essentially s:cgit:pub/scm:.
>
> Better wording is "The aer-inject tree have been moved to <new location>.
> Update the link."
okay, I will change it in v2.
Thanks
Huang Shijie
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-04 2:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04 9:47 [PATCH] PCI: fix the invalid aer-inject git tree Huang Shijie
2022-08-04 2:18 ` Bagas Sanjaya
2022-08-04 10:25 ` Huang Shijie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).