[bootlin/training-materials updates] master: slides/kernel-resources-references: Split the learning slide (e4b7418a)

Miquel Raynal miquel.raynal at bootlin.com
Fri Mar 31 19:51:30 CEST 2023


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

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

commit e4b7418a319834e28565a82e8197e201e8868bc8
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Mar 31 19:18:29 2023 +0200

    slides/kernel-resources-references: Split the learning slide
    
    On the left side the "useful" advices.
    On the right side the ones only for young hobbyists.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

e4b7418a319834e28565a82e8197e201e8868bc8
 .../kernel-resources-references.tex                | 23 +++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/slides/kernel-resources-references/kernel-resources-references.tex b/slides/kernel-resources-references/kernel-resources-references.tex
index e8a29345..c119dfc9 100644
--- a/slides/kernel-resources-references/kernel-resources-references.tex
+++ b/slides/kernel-resources-references/kernel-resources-references.tex
@@ -89,27 +89,28 @@
 \end{frame}
 
 \begin{frame}
-  \frametitle{Continue to learn after the course}
-  Here are a few suggestions:
+  \frametitle{After the course}
   \begin{columns}
   \column{0.5\textwidth}
+  Continue to learn:
   \begin{itemize}
   \item Run your labs again on your own hardware. The Nunchuk lab should
         be rather straightforward, but the serial lab will be quite different
 	if you use a different processor.
-  \item Help with tasks keeping the kernel code clean and up-to-date:\\
-	\url{https://kernelnewbies.org/KernelJanitors/Todo}
-  \item Propose fixes for issues reported by the {\em Coccinelle} tool:\\
-	\code{make coccicheck}
+  \item Learn by reading the kernel code by yourself, ask questions and
+	propose improvements.
+  \item Implement and share drivers for your own hardware, of course!
   \end{itemize}
   \column{0.5\textwidth}
+  Hobbyists can make their first contributions by:
   \begin{itemize}
-  \item Participate to improving drivers in \kdir{drivers/staging}
-  \item Investigate and do the triage of issues reported by Coverity Scan:
+  \item Helping with tasks keeping the kernel code clean and up-to-date:\\
+	\url{https://kernelnewbies.org/KernelJanitors/Todo}
+  \item Proposing fixes for issues reported by the {\em Coccinelle} tool:\\
+	\code{make coccicheck}
+  \item Participating to improving drivers in \kdir{drivers/staging}
+  \item Investigating and do the triage of issues reported by Coverity Scan:
         \url{https://scan.coverity.com/projects/linux}
-  \item Learn by reading the kernel code by yourself, ask questions and
-	propose improvements.
-  \item Implement and share drivers for your own hardware, of course!
   \end{itemize}
   \end{columns}
 \end{frame}




More information about the training-materials-updates mailing list