[bootlin/training-materials updates] master: slides: common: kgdb: fix typos (69017c30)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Aug 28 14:03:11 CEST 2023


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

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

commit 69017c30f8d0c2faa1aea0f326960505a54d2f20
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Aug 28 14:03:11 2023 +0200

    slides: common: kgdb: fix typos
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

69017c30f8d0c2faa1aea0f326960505a54d2f20
 common/kgdb.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/kgdb.tex b/common/kgdb.tex
index a4551936..1395f370 100644
--- a/common/kgdb.tex
+++ b/common/kgdb.tex
@@ -26,12 +26,12 @@
     \item \kconfigval{CONFIG_DEBUG_INFO}{y} to enable KGDB support
     \item \kconfigval{CONFIG_FRAME_POINTER}{y} to have more reliable
           stacktraces
-    \item \kconfigval{CONFIG_KGDB_SERIAL_CONSOLE}{y} to enabled KGDB support
+    \item \kconfigval{CONFIG_KGDB_SERIAL_CONSOLE}{y} to enable KGDB support
           over serial
-    \item \kconfigval{CONFIG_GDB_SCRIPTS}{y} to enabled kernel GDB python
+    \item \kconfigval{CONFIG_GDB_SCRIPTS}{y} to enable kernel GDB python
           scripts
     \item \kconfigval{CONFIG_RANDOMIZE_BASE}{n} and
-          \kconfigval{CONFIG_WATCHDOG}{n} to disable KALSR and watchdog
+          \kconfigval{CONFIG_WATCHDOG}{n} to disable KASLR and watchdog
     \item \kconfigval{CONFIG_MAGIC_SYSRQ}{y} to enable Magic SysReq support
     \item \kconfigval{CONFIG_STRICT_KERNEL_RWX}{n} to disable memory protection
           on code section, thus allowing to put breakpoints




More information about the training-materials-updates mailing list