Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 330d4810 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 9e1cbede
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -90,9 +90,9 @@ the disk is not available then you have three options:
    run a null modem to a second machine and capture the output there
    using your favourite communication program.  Minicom works well.

(3) Use Kdump (see Documentation/kdump/kdump.rst),
(3) Use Kdump (see Documentation/admin-guide/kdump/kdump.rst),
    extract the kernel ring buffer from old memory with using dmesg
    gdbmacro in Documentation/kdump/gdbmacros.txt.
    gdbmacro in Documentation/admin-guide/kdump/gdbmacros.txt.

Finding the bug's location
--------------------------
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ problems and bugs in particular.
   ramoops
   dynamic-debug-howto
   init
   kdump/index
   perf/index

This is the beginning of a section with information of interest to
+0 −1
Original line number Diff line number Diff line
:orphan:

================================================================
Documentation for Kdump - The kexec-based Crash Dumping Solution
Loading