[bootlin/training-materials updates] master: kernel-versioning: Drop the part about the content of the new releases (cbc795db)

Miquel Raynal miquel.raynal at bootlin.com
Fri Jul 28 15:25:38 CEST 2023


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

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

commit cbc795db8be1f484a650fa355ab4cdf15a64b7ac
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Jul 28 11:37:21 2023 +0200

    kernel-versioning: Drop the part about the content of the new releases
    
    Move the merge-window coverage explanations to the slides listing the
    online resources (lwn and kernel newbies are already there).
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

cbc795db8be1f484a650fa355ab4cdf15a64b7ac
 mk/linux-kernel.mk                                 |  2 -
 .../kernel-development-process-title.tex           |  2 -
 .../kernel-resources-references.tex                |  2 +
 .../linux-kernel-intro-versioning.tex              | 49 ----------------------
 4 files changed, 2 insertions(+), 53 deletions(-)

diff --git a/mk/linux-kernel.mk b/mk/linux-kernel.mk
index c31c37d4..2257b53d 100644
--- a/mk/linux-kernel.mk
+++ b/mk/linux-kernel.mk
@@ -35,8 +35,6 @@ LINUX_KERNEL_SLIDES = \
 		kernel-driver-development-debugging \
 		kernel-porting \
 		kernel-power-management \
-		kernel-development-process-title \
-		linux-kernel-intro-versioning \
 		kernel-contribution \
 		kernel-resources-references \
 		last-slides \
diff --git a/slides/kernel-development-process-title/kernel-development-process-title.tex b/slides/kernel-development-process-title/kernel-development-process-title.tex
deleted file mode 100644
index 873579b5..00000000
--- a/slides/kernel-development-process-title/kernel-development-process-title.tex
+++ /dev/null
@@ -1,2 +0,0 @@
-\section{The kernel development and contribution process}
-
diff --git a/slides/kernel-resources-references/kernel-resources-references.tex b/slides/kernel-resources-references/kernel-resources-references.tex
index f355190c..e614f789 100644
--- a/slides/kernel-resources-references/kernel-resources-references.tex
+++ b/slides/kernel-resources-references/kernel-resources-references.tex
@@ -10,6 +10,7 @@
     \item The weekly digest off all Linux and free software
       information sources
     \item In depth technical discussions about the kernel
+    \item Coverage of the features accepted in each merge window
     \item Subscribe to finance the editors (\$7 / month)
     \item Articles available for non subscribers after 1 week.
     \end{itemize}
@@ -45,6 +46,7 @@
       tools for people getting familiar with Linux kernel or driver
       development.
     \item Glossary: \url{https://kernelnewbies.org/KernelGlossary}
+    \item In depth coverage of the new features in each kernel release: \url{https://kernelnewbies.org/LinuxChanges}
     \end{itemize}
   \item The \url{https://elinux.org} wiki
 \end{itemize}
diff --git a/slides/linux-kernel-intro-versioning/linux-kernel-intro-versioning.tex b/slides/linux-kernel-intro-versioning/linux-kernel-intro-versioning.tex
deleted file mode 100644
index 9639be11..00000000
--- a/slides/linux-kernel-intro-versioning/linux-kernel-intro-versioning.tex
+++ /dev/null
@@ -1,49 +0,0 @@
-\subsection{Linux development process}
-
-\begin{frame}[fragile]
-  \frametitle{What's new in each Linux release? (1)}
-  The official list of changes for each Linux release is just a
-  huge list of individual patches!
-\Tiny
-    \begin{verbatim}
-commit aa6e52a35d388e730f4df0ec2ec48294590cc459
-Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
-Date:   Wed Jul 13 11:29:17 2011 +0200
-
-    at91: at91-ohci: support overcurrent notification
-
-    Several USB power switches (AIC1526 or MIC2026) have a digital output
-    that is used to notify that an overcurrent situation is taking
-    place. This digital outputs are typically connected to GPIO inputs of
-    the processor and can be used to be notified of these overcurrent
-    situations.
-
-    Therefore, we add a new overcurrent_pin[] array in the at91_usbh_data
-    structure so that boards can tell the AT91 OHCI driver which pins are
-    used for the overcurrent notification, and an overcurrent_supported
-    boolean to tell the driver whether overcurrent is supported or not.
-
-    The code has been largely borrowed from ohci-da8xx.c and
-    ohci-s3c2410.c.
-
-    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
-    Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
-\end{verbatim}
-\normalsize
-  Very difficult to find out the key changes and to get the
-  global picture out of individual changes.
-\end{frame}
-
-\begin{frame}
-  \frametitle{What's new in each Linux release? (2)}
-  Fortunately, there are some useful resources available
-  \begin{itemize}
-    \item \url{https://kernelnewbies.org/LinuxChanges}\\
-	In depth coverage of the new features in each kernel release
-    \item \url{https://lwn.net/Kernel}\\
-	Coverage of the features accepted in each merge window
-  \end{itemize}
-  \begin{center}
-    \includegraphics[width=0.8\textwidth]{common/lwn-kernel-articles.pdf}
-  \end{center}
-\end{frame}




More information about the training-materials-updates mailing list