[bootlin/training-materials updates] master: slides/kernel-source-code-drivers: Enhance Clang and Rust explanations (f55ca078)

Miquel Raynal miquel.raynal at bootlin.com
Fri Mar 17 15:34:05 CET 2023


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

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

commit f55ca078c36a375a3f11c35320fa5d85ba061c4d
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Thu Mar 16 09:19:33 2023 +0100

    slides/kernel-source-code-drivers: Enhance Clang and Rust explanations
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

f55ca078c36a375a3f11c35320fa5d85ba061c4d
 .../kernel-source-code-drivers/kernel-source-code-drivers.tex  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
index 9c8d9b22..9aa204e3 100644
--- a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
+++ b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
@@ -17,10 +17,12 @@
     \item See
       \url{https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gcc/C-Extensions.html}
     \end{itemize}
-    \item Ongoing work to compile the kernel with the LLVM C compiler
-      (Clang) too: \url{https://clangbuiltlinux.github.io/}
-    \item There are also plans to create new code in Rust too:
-      \url{https://lwn.net/Articles/829858/}
+    \item A subset of the supported architectures can be built with the
+      LLVM C compiler (Clang) too: \url{https://clangbuiltlinux.github.io/}
+    \item Rust support is currently being introduced:
+      \url{https://lwn.net/Articles/829858/}, according to Miguel Ojeda
+      (02/2023): "getting closer to a point where the first Rust modules
+      can be upstreamed".
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list