[bootlin/training-materials updates] master: debugging: replave arm32 -> ARM32 everywhere (ef72eabb)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Sep 21 18:23:04 CEST 2023


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

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

commit ef72eabb014c8cdd40a49799716da78e94738362
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Sep 21 18:23:04 2023 +0200

    debugging: replave arm32 -> ARM32 everywhere
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

ef72eabb014c8cdd40a49799716da78e94738362
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex          | 2 +-
 .../debugging-system-wide-profiling/debugging-system-wide-profiling.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index a8a963e2..81495e53 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -257,7 +257,7 @@ clobbered with NULL. Once done, continue the execution and verify that you fixed
 the problem using the \code{watchdog} command.
 
 {\em Note: In theory, we could have added a watchpoint to watch the address that
-was modified but the arm32 platform does not provide watchpoint support with
+was modified but the ARM32 platform does not provide watchpoint support with
 KGDB.}
 
 \subsection{Debugging a module}
diff --git a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
index 735920af..dc459d18 100644
--- a/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
+++ b/slides/debugging-system-wide-profiling/debugging-system-wide-profiling.tex
@@ -856,7 +856,7 @@ void any_func(void)
       \item BCC provides a large number of ready-to-use tools written in BPF.
       \item Also provides an interface to write, load and hook BPF programs more
             easily than using "raw" BPF language.
-      \item Available on a large number of architecture (Unfortunately, not arm32).
+      \item Available on a large number of architecture (Unfortunately, not ARM32).
       \begin{itemize}
         \item On debian, when installed, all tools are named \code{<tool>-bpfcc}.
       \end{itemize}




More information about the training-materials-updates mailing list