[bootlin/training-materials updates] master: kernel: sources: Mention the right Git trees (f21660c3)

Miquel Raynal miquel.raynal at bootlin.com
Thu Jun 2 10:54:21 CEST 2022


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

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

commit f21660c34e08bbecb57be8a51c73ee8a21b50db8
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Tue May 31 17:17:10 2022 +0200

    kernel: sources: Mention the right Git trees
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

f21660c34e08bbecb57be8a51c73ee8a21b50db8
 slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex b/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
index be3422d0..5527cdb0 100644
--- a/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
+++ b/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
@@ -3,16 +3,16 @@
 \begin{frame}
   \frametitle{Location of official kernel sources}
   \begin{itemize}
-  \item The mainline versions of the Linux kernel, as released by Linus
-    Torvalds, are available at \url{https://kernel.org}
+  \item The mainline versions of the Linux kernel, as released by Torvalds
     \begin{itemize}
     \item These versions follow the development model of the kernel
     \item They may not contain the latest developments from a specific
       area yet
     \item A good pick for products development phase
+    \item \url{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git}
     \end{itemize}
     \item The stable versions of the Linux kernel, as maintained by a
-      maintainers group, are also available at \url{https://kernel.org}
+      maintainers group
     \begin{itemize}
     \item These versions do not bring new features compared to Linus'
       tree
@@ -21,6 +21,7 @@
       the next mainline kernel
     \item Certain versions can be maintained for much longer, 2$+$ years
     \item A good pick for products commercialization phase
+    \item \url{https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git}
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list