[bootlin/training-materials updates] master: Revert "Kernel debugging: fix compile and syntax issues" (a18c38b8)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:40 CEST 2021


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

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

commit a18c38b8ac701961cfc72fb094b444fc14a2126d
Author: Gregory CLEMENT <gregory.clement at bootlin.com>
Date:   Wed Sep 15 14:34:14 2021 +0200

    Revert "Kernel debugging: fix compile and syntax issues"
    
    This reverts commit 976b82b27584e8321c88f7cd20b862f1ba243831.
    
    The kernel debugging changes was WIP, so should not have been
    committed yet.


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

a18c38b8ac701961cfc72fb094b444fc14a2126d
 .../kernel-driver-development-debugging.tex                  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slides/kernel-driver-development-debugging/kernel-driver-development-debugging.tex b/slides/kernel-driver-development-debugging/kernel-driver-development-debugging.tex
index 72773849..0250fc1d 100644
--- a/slides/kernel-driver-development-debugging/kernel-driver-development-debugging.tex
+++ b/slides/kernel-driver-development-debugging/kernel-driver-development-debugging.tex
@@ -105,13 +105,13 @@ dev_info(&pdev->dev, "in probe\n");
   \begin{itemize}
   \item Messages are visible only once the console driver has been initialized.
   \item The console driver is simpler than a complete serial driver
-    and is initialized earlier than the serial driver
-  \item But core subsystems are still initialized before, such as
-    memory, timer or interrupt; if a crash occurred there, then no
-    messages are visible
-  \item On the ARM (32 bit) architecture most of the SoCs implement
+    and is initialize earlier than serial driver
+  \item But core subsystem are still initialized before, such as
+    memory, timer or interrupt, if a crash occurred there, then no
+    message are visible
+  \item on arm (32 bits) architecture most of the SoC implement the
     \code{early_printk} support
-  \item Activate it with \kconfig{CONFIG_DEBUG_LL} and \kconfig{CONFIG_EARLYPRINTK} and add
+  \item \Activate it with kconfig{CONFIG_DEBUG_LL} and \kconfig{CONFIG_EARLYPRINTK} and add
     \code{earlyprintk} to the kernel command line.
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list