[bootlin/training-materials updates] master: training: slides: clarify subject of sentence (1521a4dd)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Aug 21 18:42:46 CEST 2023


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

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

commit 1521a4dd7734fe5096919336aa4bc2e0e11bd075
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Aug 21 18:42:46 2023 +0200

    training: slides: clarify subject of sentence
    
    It's not clear what "it" refers to here, so replace it by "the kernel".
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

1521a4dd7734fe5096919336aa4bc2e0e11bd075
 .../debugging-linux-application-stack.tex                             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
index 1ebad86e..cc5b1c50 100644
--- a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
+++ b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
@@ -290,8 +290,8 @@
 \begin{frame}
   \frametitle{Interrupts}
   \begin{itemize}
-    \item While handling the interrupts, it is executing in a specific context
-          named {\em interrupt context}.
+    \item While handling the interrupts, the kernel is executing in a
+          specific context named {\em interrupt context}.
     \item This context does not have access to userspace and should not use
           \kfunc{get_current}.
     \item Depending on the architecture, might use an IRQ stack.




More information about the training-materials-updates mailing list