[bootlin/training-materials updates] master: debugging: labs: add elixir URL (bc0f4ab8)

Clément Léger clement.leger at bootlin.com
Thu Nov 17 16:19:40 CET 2022


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

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

commit bc0f4ab8829d5e9720eed7e0cda3db863c41bf1d
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Nov 17 15:02:56 2022 +0100

    debugging: labs: add elixir URL
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

bc0f4ab8829d5e9720eed7e0cda3db863c41bf1d
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index a723bfa2..e5ff1399 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -26,9 +26,10 @@ register contains the location of the instruction being executed, find
 in which function does the crash happen, and what the function call
 stack is.
 
-Using Elixir or the kernel source code, have a look at the definition of this
-function. In most cases, a careful review of the driver source code is enough
-to understand the issue. But not in that case !
+Using Elixir (\url{https://elixir.bootlin.com/linux/latest/source}) or the
+kernel source code, have a look at the definition of this function. In most
+cases, a careful review of the driver source code is enough to understand the
+issue. But not in that case !
 
 \subsection{Locating the exact line where the error happens}
 




More information about the training-materials-updates mailing list