[bootlin/training-materials updates] master: slides: common: kgdb: split unrelated items (acf4b5ab)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Aug 28 14:04:42 CEST 2023


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

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

commit acf4b5ab982778f7131278f1323f87cfcc69cf52
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Aug 28 14:04:42 2023 +0200

    slides: common: kgdb: split unrelated items
    
    This bullet point covers two pretty unrelated topics. Split it in two
    bullets.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

acf4b5ab982778f7131278f1323f87cfcc69cf52
 common/kgdb.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/kgdb.tex b/common/kgdb.tex
index 1395f370..315fb7c2 100644
--- a/common/kgdb.tex
+++ b/common/kgdb.tex
@@ -30,8 +30,8 @@
           over serial
     \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 KASLR and watchdog
+    \item \kconfigval{CONFIG_RANDOMIZE_BASE}{n} to disable KASLR
+    \item \kconfigval{CONFIG_WATCHDOG}{n} to disable 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