LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] docs: admin-guide: update kdump documentation due to change of crash URL
@ 2020-09-18 8:09 Lianbo Jiang
2020-09-23 2:09 ` lijiang
2020-09-24 1:56 ` [PATCH v2] " lijiang
0 siblings, 2 replies; 4+ messages in thread
From: Lianbo Jiang @ 2020-09-18 8:09 UTC (permalink / raw)
To: linux-kernel; +Cc: bhe, corbet, kexec, linux-doc, vgoyal
Since crash utility has moved to github, the original URL is no longer
available. Let's update it accordingly.
Suggested-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
---
Documentation/admin-guide/kdump/kdump.rst | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst
index 2da65fef2a1c..75a9dd98e76e 100644
--- a/Documentation/admin-guide/kdump/kdump.rst
+++ b/Documentation/admin-guide/kdump/kdump.rst
@@ -509,9 +509,12 @@ ELF32-format headers using the --elf32-core-headers kernel option on the
dump kernel.
You can also use the Crash utility to analyze dump files in Kdump
-format. Crash is available on Dave Anderson's site at the following URL:
+format. Crash is available at the following URL:
- http://people.redhat.com/~anderson/
+ https://github.com/crash-utility/crash
+
+Crash document can be found at:
+ https://crash-utility.github.io/
Trigger Kdump on WARN()
=======================
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: admin-guide: update kdump documentation due to change of crash URL
2020-09-18 8:09 [PATCH] docs: admin-guide: update kdump documentation due to change of crash URL Lianbo Jiang
@ 2020-09-23 2:09 ` lijiang
2020-09-24 1:56 ` [PATCH v2] " lijiang
1 sibling, 0 replies; 4+ messages in thread
From: lijiang @ 2020-09-23 2:09 UTC (permalink / raw)
To: linux-kernel; +Cc: bhe, corbet, kexec, linux-doc, vgoyal
在 2020年09月18日 16:09, Lianbo Jiang 写道:
> Since crash utility has moved to github, the original URL is no longer
^
has been moved to github
Because of the above mistake, I'd like to correct it and reply it with the v2.
Thanks.
> available. Let's update it accordingly.
>
> Suggested-by: Dave Young <dyoung@redhat.com>
> Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
> ---
> Documentation/admin-guide/kdump/kdump.rst | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst
> index 2da65fef2a1c..75a9dd98e76e 100644
> --- a/Documentation/admin-guide/kdump/kdump.rst
> +++ b/Documentation/admin-guide/kdump/kdump.rst
> @@ -509,9 +509,12 @@ ELF32-format headers using the --elf32-core-headers kernel option on the
> dump kernel.
>
> You can also use the Crash utility to analyze dump files in Kdump
> -format. Crash is available on Dave Anderson's site at the following URL:
> +format. Crash is available at the following URL:
>
> - http://people.redhat.com/~anderson/
> + https://github.com/crash-utility/crash
> +
> +Crash document can be found at:
> + https://crash-utility.github.io/
>
> Trigger Kdump on WARN()
> =======================
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] docs: admin-guide: update kdump documentation due to change of crash URL
2020-09-18 8:09 [PATCH] docs: admin-guide: update kdump documentation due to change of crash URL Lianbo Jiang
2020-09-23 2:09 ` lijiang
@ 2020-09-24 1:56 ` lijiang
2020-09-24 16:43 ` Jonathan Corbet
1 sibling, 1 reply; 4+ messages in thread
From: lijiang @ 2020-09-24 1:56 UTC (permalink / raw)
To: linux-kernel; +Cc: bhe, corbet, kexec, linux-doc, vgoyal
Since crash utility has been moved to github, the original URL is no
longer available. Let's update it accordingly.
Suggested-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
---
Documentation/admin-guide/kdump/kdump.rst | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst
index 2da65fef2a1c..75a9dd98e76e 100644
--- a/Documentation/admin-guide/kdump/kdump.rst
+++ b/Documentation/admin-guide/kdump/kdump.rst
@@ -509,9 +509,12 @@ ELF32-format headers using the --elf32-core-headers kernel option on the
dump kernel.
You can also use the Crash utility to analyze dump files in Kdump
-format. Crash is available on Dave Anderson's site at the following URL:
+format. Crash is available at the following URL:
- http://people.redhat.com/~anderson/
+ https://github.com/crash-utility/crash
+
+Crash document can be found at:
+ https://crash-utility.github.io/
Trigger Kdump on WARN()
=======================
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] docs: admin-guide: update kdump documentation due to change of crash URL
2020-09-24 1:56 ` [PATCH v2] " lijiang
@ 2020-09-24 16:43 ` Jonathan Corbet
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-09-24 16:43 UTC (permalink / raw)
To: lijiang; +Cc: linux-kernel, bhe, kexec, linux-doc, vgoyal
On Thu, 24 Sep 2020 09:56:02 +0800
lijiang <lijiang@redhat.com> wrote:
> Since crash utility has been moved to github, the original URL is no
> longer available. Let's update it accordingly.
>
> Suggested-by: Dave Young <dyoung@redhat.com>
> Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
> ---
> Documentation/admin-guide/kdump/kdump.rst | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-24 16:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 8:09 [PATCH] docs: admin-guide: update kdump documentation due to change of crash URL Lianbo Jiang
2020-09-23 2:09 ` lijiang
2020-09-24 1:56 ` [PATCH v2] " lijiang
2020-09-24 16:43 ` Jonathan Corbet
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).