Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: admin-guide: add kdump documentation into it

The Kdump documentation describes procedures with admins use
in order to solve issues on their systems.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

+15 -15
+2 -2
Documentation/admin-guide/bug-hunting.rst
··· 90 90 run a null modem to a second machine and capture the output there 91 91 using your favourite communication program. Minicom works well. 92 92 93 - (3) Use Kdump (see Documentation/kdump/kdump.rst), 93 + (3) Use Kdump (see Documentation/admin-guide/kdump/kdump.rst), 94 94 extract the kernel ring buffer from old memory with using dmesg 95 - gdbmacro in Documentation/kdump/gdbmacros.txt. 95 + gdbmacro in Documentation/admin-guide/kdump/gdbmacros.txt. 96 96 97 97 Finding the bug's location 98 98 --------------------------
+1
Documentation/admin-guide/index.rst
··· 39 39 ramoops 40 40 dynamic-debug-howto 41 41 init 42 + kdump/index 42 43 perf/index 43 44 44 45 This is the beginning of a section with information of interest to
+3 -3
Documentation/admin-guide/kernel-parameters.txt
··· 708 708 [KNL, x86_64] select a region under 4G first, and 709 709 fall back to reserve region above 4G when '@offset' 710 710 hasn't been specified. 711 - See Documentation/kdump/kdump.rst for further details. 711 + See Documentation/admin-guide/kdump/kdump.rst for further details. 712 712 713 713 crashkernel=range1:size1[,range2:size2,...][@offset] 714 714 [KNL] Same as above, but depends on the memory 715 715 in the running system. The syntax of range is 716 716 start-[end] where start and end are both 717 717 a memory unit (amount[KMG]). See also 718 - Documentation/kdump/kdump.rst for an example. 718 + Documentation/admin-guide/kdump/kdump.rst for an example. 719 719 720 720 crashkernel=size[KMG],high 721 721 [KNL, x86_64] range could be above 4G. Allow kernel ··· 1207 1207 Specifies physical address of start of kernel core 1208 1208 image elf header and optionally the size. Generally 1209 1209 kexec loader will pass this option to capture kernel. 1210 - See Documentation/kdump/kdump.rst for details. 1210 + See Documentation/admin-guide/kdump/kdump.rst for details. 1211 1211 1212 1212 enable_mtrr_cleanup [X86] 1213 1213 The kernel tries to adjust MTRR layout from continuous
Documentation/kdump/gdbmacros.txt Documentation/admin-guide/kdump/gdbmacros.txt
-1
Documentation/kdump/index.rst Documentation/admin-guide/kdump/index.rst
··· 1 - :orphan: 2 1 3 2 ================================================================ 4 3 Documentation for Kdump - The kexec-based Crash Dumping Solution
Documentation/kdump/kdump.rst Documentation/admin-guide/kdump/kdump.rst
Documentation/kdump/vmcoreinfo.rst Documentation/admin-guide/kdump/vmcoreinfo.rst
+1 -1
Documentation/powerpc/firmware-assisted-dump.txt
··· 59 59 the default calculated size. Use this option if default 60 60 boot memory size is not sufficient for second kernel to 61 61 boot successfully. For syntax of crashkernel= parameter, 62 - refer to Documentation/kdump/kdump.rst. If any offset is 62 + refer to Documentation/admin-guide/kdump/kdump.rst. If any offset is 63 63 provided in crashkernel= parameter, it will be ignored 64 64 as fadump uses a predefined offset to reserve memory 65 65 for boot memory dump preservation in case of a crash.
+2 -2
Documentation/translations/zh_CN/oops-tracing.txt
··· 53 53 (2)用串口终端启动(请参看Documentation/admin-guide/serial-console.rst),运行一个null 54 54 modem到另一台机器并用你喜欢的通讯工具获取输出。Minicom工作地很好。 55 55 56 - (3)使用Kdump(请参看Documentation/kdump/kdump.rst), 57 - 使用在Documentation/kdump/gdbmacros.txt中定义的dmesg gdb宏,从旧的内存中提取内核 56 + (3)使用Kdump(请参看Documentation/admin-guide/kdump/kdump.rst), 57 + 使用在Documentation/admin-guide/kdump/gdbmacros.txt中定义的dmesg gdb宏,从旧的内存中提取内核 58 58 环形缓冲区。 59 59 60 60 完整信息
+1 -1
MAINTAINERS
··· 8675 8675 L: kexec@lists.infradead.org 8676 8676 W: http://lse.sourceforge.net/kdump/ 8677 8677 S: Maintained 8678 - F: Documentation/kdump/ 8678 + F: Documentation/admin-guide/kdump/ 8679 8679 8680 8680 KEENE FM RADIO TRANSMITTER DRIVER 8681 8681 M: Hans Verkuil <hverkuil@xs4all.nl>
+1 -1
arch/arm/Kconfig
··· 2036 2036 kdump/kexec. The crash dump kernel must be compiled to a 2037 2037 memory address not used by the main kernel 2038 2038 2039 - For more details see Documentation/kdump/kdump.rst 2039 + For more details see Documentation/admin-guide/kdump/kdump.rst 2040 2040 2041 2041 config AUTO_ZRELADDR 2042 2042 bool "Auto calculation of the decompressed kernel image address"
+1 -1
arch/arm64/Kconfig
··· 996 996 reserved region and then later executed after a crash by 997 997 kdump/kexec. 998 998 999 - For more details see Documentation/kdump/kdump.rst 999 + For more details see Documentation/admin-guide/kdump/kdump.rst 1000 1000 1001 1001 config XEN_DOM0 1002 1002 def_bool y
+1 -1
arch/sh/Kconfig
··· 626 626 to a memory address not used by the main kernel using 627 627 PHYSICAL_START. 628 628 629 - For more details see Documentation/kdump/kdump.rst 629 + For more details see Documentation/admin-guide/kdump/kdump.rst 630 630 631 631 config KEXEC_JUMP 632 632 bool "kexec jump (EXPERIMENTAL)"
+2 -2
arch/x86/Kconfig
··· 2057 2057 to a memory address not used by the main kernel or BIOS using 2058 2058 PHYSICAL_START, or it must be built as a relocatable image 2059 2059 (CONFIG_RELOCATABLE=y). 2060 - For more details see Documentation/kdump/kdump.rst 2060 + For more details see Documentation/admin-guide/kdump/kdump.rst 2061 2061 2062 2062 config KEXEC_JUMP 2063 2063 bool "kexec jump" ··· 2094 2094 the reserved region. In other words, it can be set based on 2095 2095 the "X" value as specified in the "crashkernel=YM@XM" 2096 2096 command line boot parameter passed to the panic-ed 2097 - kernel. Please take a look at Documentation/kdump/kdump.rst 2097 + kernel. Please take a look at Documentation/admin-guide/kdump/kdump.rst 2098 2098 for more details about crash dumps. 2099 2099 2100 2100 Usage of bzImage for capturing the crash dump is recommended as