diff options
author | lijiang <lijiang@redhat.com> | 2020-09-24 09:56:02 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-24 10:43:07 -0600 |
commit | 1d11c35e7190f347ec7adeeda5823e8d8f59a738 (patch) | |
tree | 25454c345b9ac468ee64e50504f24f44cca89144 /Documentation/admin-guide | |
parent | 4276948867a8e76f86d5b56436674ac21f42dee9 (diff) | |
download | linux-1d11c35e7190f347ec7adeeda5823e8d8f59a738.tar.bz2 |
docs: admin-guide: update kdump documentation due to change of crash URL
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>
Link: https://lore.kernel.org/r/a088bff5-1174-25fa-ac26-6e46795f4085@redhat.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kdump/kdump.rst | 7 |
1 files 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() ======================= |