[bootlin/training-materials updates] master: slides: debugging: fix lab content (65cb3525)

Clément Léger clement.leger at bootlin.com
Fri Feb 3 10:52:20 CET 2023


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

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

commit 65cb35259abb16eccdc1b0b8d207f351c1de0a9f
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Feb 3 10:52:20 2023 +0100

    slides: debugging: fix lab content
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

65cb35259abb16eccdc1b0b8d207f351c1de0a9f
 slides/debugging-kernel-debugging/debugging-kernel-debugging.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 56f7cab5..63796448 100644
--- a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -631,9 +631,10 @@ BUILD_BUG_ON(sizeof(ctx->__reserved) != sizeof(reserved));
 {
   Debugging kernel crashes and driver problems
   \begin{itemize}
+    \item Debug locking issues using lockdep
+    \item Use kmemleak to detect memory leaks on the system
     \item Analyze an OOPS message
     \item Debug a crash with KGDB
     \item Setup kexec, kdump and extract a kernel coredump
-    \item Use kmemleak and debug a module that has problems with locking
   \end{itemize}
 }
\ No newline at end of file




More information about the training-materials-updates mailing list