[bootlin/training-materials updates] master: slides: debugging: fix typo and file name for vmcore (4f9b7822)

Clément Léger clement.leger at bootlin.com
Fri Feb 3 09:50:54 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/4f9b782214612e3973fb524ea13c3a104be2007b

>---------------------------------------------------------------

commit 4f9b782214612e3973fb524ea13c3a104be2007b
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Feb 3 09:50:54 2023 +0100

    slides: debugging: fix typo and file name for vmcore
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


>---------------------------------------------------------------

4f9b782214612e3973fb524ea13c3a104be2007b
 slides/debugging-kernel-debugging/debugging-kernel-debugging.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 1632ac02..1edfb4ec 100644
--- a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -139,7 +139,7 @@
 \begin{frame}[fragile]
   \frametitle{kexec \& kdump (1/2)}
   \begin{itemize}
-    \item On panic, the kernel kexec support will execute a "dump-caopture
+    \item On panic, the kernel kexec support will execute a "dump-capture
       kernel" directly from the kernel that crashed
     \begin{itemize}
       \item Most of the time, a specific dump-capture kernel is compiled
@@ -163,9 +163,9 @@
 \begin{frame}
   \frametitle{kexec \& kdump (2/2)}
   \begin{itemize}
-    \item Finally, on panic, the kernel will reboot into the kdump kernel
-      allowing the user to dump the kernel coredump (\code{/dev/vmcore}) onto
-      whatever media
+    \item Finally, on panic, the kernel will reboot into the "dump-capture"
+      kernel allowing the user to dump the kernel coredump (\code{/proc/vmcore})
+      onto whatever media  
     \item Command line additional options depends on the architecture
     \item See \kdochtml{admin-guide/kdump/kdump} for more comprehensive
       explanations on how to setup the kdump kernel with \code{kexec}.




More information about the training-materials-updates mailing list