[bootlin/training-materials updates] master: Kernel labs: remove the work-around for USB gadget (b13c9392)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Jul 30 15:19:05 CEST 2021


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

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

commit b13c939203e3b508b739ddcfae4b51dc292d103c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Jul 30 15:19:05 2021 +0200

    Kernel labs: remove the work-around for USB gadget
    
    - Now fixed in 5.10.y
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b13c939203e3b508b739ddcfae4b51dc292d103c
 labs/kernel-sources-exploring/kernel-sources-exploring.tex | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/labs/kernel-sources-exploring/kernel-sources-exploring.tex b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
index f491fec9..f748501f 100644
--- a/labs/kernel-sources-exploring/kernel-sources-exploring.tex
+++ b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
@@ -34,19 +34,11 @@ version that you currently have.
 
 Now, let's create a local branch starting from that remote branch:
 \begin{verbatim}
-git checkout -b 5.10.y stable/linux-5.10.y
+git checkout -b 5.10.bootlin stable/linux-5.10.y
 \end{verbatim}
 
 Open \code{Makefile} again and make sure you now have a 5.10.y version.
 
-Actually, there is currently a regression in the mainline stable kernel,
-impacting our use of the USB gadget driver we use for networking with
-the host. As a consequence, we will create a branch starting from a particular
-stable release tag before this regression:
-\begin{verbatim}
-git checkout -b 5.10.bootlin v5.10.27
-\end{verbatim}
-
 \section{Exploring the sources manually}
 
 As a Linux kernel user, you will very often need to find which file




More information about the training-materials-updates mailing list