[bootlin/training-materials updates] master: Realtime slides: update information about supported kernel versions (d2a71b5c)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jan 20 19:41:50 CET 2021


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

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

commit d2a71b5c8e537277cf12ff28f7ac89473133073e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jan 20 19:41:50 2021 +0100

    Realtime slides: update information about supported kernel versions
    
    - Also update the chart with the size of kernel patches
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

d2a71b5c8e537277cf12ff28f7ac89473133073e
 slides/sysdev-realtime/rt-patch-sizes.ods  | Bin 16463 -> 17021 bytes
 slides/sysdev-realtime/rt-patch-sizes.png  | Bin 69448 -> 77617 bytes
 slides/sysdev-realtime/sysdev-realtime.tex |  13 ++++++-------
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/slides/sysdev-realtime/rt-patch-sizes.ods b/slides/sysdev-realtime/rt-patch-sizes.ods
index 391e4640..f37d4190 100644
Binary files a/slides/sysdev-realtime/rt-patch-sizes.ods and b/slides/sysdev-realtime/rt-patch-sizes.ods differ
diff --git a/slides/sysdev-realtime/rt-patch-sizes.png b/slides/sysdev-realtime/rt-patch-sizes.png
index 3feefe49..7bc8b679 100644
Binary files a/slides/sysdev-realtime/rt-patch-sizes.png and b/slides/sysdev-realtime/rt-patch-sizes.png differ
diff --git a/slides/sysdev-realtime/sysdev-realtime.tex b/slides/sysdev-realtime/sysdev-realtime.tex
index 2c3df311..63efe22f 100644
--- a/slides/sysdev-realtime/sysdev-realtime.tex
+++ b/slides/sysdev-realtime/sysdev-realtime.tex
@@ -504,13 +504,12 @@
   \item PREEMPT\_RT is delivered as a patch against the mainline
     kernel
     \begin{itemize}
-    \item Best to have a board supported by the mainline kernel,
-      otherwise the PREEMPT\_RT patch may not apply and may require
-      some adaptations
-    \item Similarly, only long term stable releases of the kernel
-      are supported, currently: 5.9, 5.4, 4.19, 4.14, 4.9, 4.4.
-      This is yet another advantage of using an LTS kernel release!
-    \item Officially supported versions:
+    \item Only long term stable releases of the kernel
+      are actively supported and maintained, currently: 5.10, 5.4, 4.19,
+      4.14, 4.9, 4.4. This is yet another advantage of using a mainline
+      LTS kernel release! It will be difficult to port the patches to
+      other kernel versions.
+    \item Access to supported versions:
       \url{https://wiki.linuxfoundation.org/realtime/preempt_rt_versions}
     \end{itemize}
   \item Quick set up:




More information about the training-materials-updates mailing list