[bootlin/training-materials updates] master: Kernel slides: further contribution suggestions (dde09d94)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Feb 5 11:34:12 CET 2021


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

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

commit dde09d94f59321b6244cdb315eb63ab955b88e3e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Feb 5 11:34:12 2021 +0100

    Kernel slides: further contribution suggestions
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

dde09d94f59321b6244cdb315eb63ab955b88e3e
 .../kernel-resources-references/kernel-resources-references.tex  | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/slides/kernel-resources-references/kernel-resources-references.tex b/slides/kernel-resources-references/kernel-resources-references.tex
index bd1fbd96..3c37badd 100644
--- a/slides/kernel-resources-references/kernel-resources-references.tex
+++ b/slides/kernel-resources-references/kernel-resources-references.tex
@@ -136,6 +136,8 @@
 \begin{frame}
   \frametitle{Continue to learn after the course}
   Here are a few suggestions:
+  \begin{columns}
+  \column{0.5\textwidth}
   \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
@@ -144,8 +146,15 @@
 	\url{https://kernelnewbies.org/KernelJanitors/Todo}
   \item Propose fixes for issues reported by the {\em Coccinelle} tool:\\
 	\code{make coccicheck}
+  \end{itemize}
+  \column{0.5\textwidth}
+  \begin{itemize}
+  \item Participate to improving drivers in \kdir{drivers/staging}
+  \item Investigate 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