[FE training-materials-updates] Sysdev labs: upgrade to 4.3

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Nov 4 23:07:39 CET 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=4a8b7eb6b894d487044e4dc278ac6d63e714d7b8

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

commit 4a8b7eb6b894d487044e4dc278ac6d63e714d7b8
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Nov 4 23:07:39 2015 +0100

    Sysdev labs: upgrade to 4.3
    
    - Sufficiently tested by one of the participants
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

4a8b7eb6b894d487044e4dc278ac6d63e714d7b8
 .../sysdev-kernel-fetch-and-patch.tex                      | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
index 1d5d24f..c5c82c6 100644
--- a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
+++ b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
@@ -19,18 +19,18 @@ identify the latest stable version.
 Just to make sure you know how to do it, check the version of the
 Linux kernel running on your machine.
 
-We will use \code{linux-3.17.x}, which this lab was tested with.
+We will use \code{linux-4.3.x}, which this lab was tested with.
 
-To practice with the \code{patch} command later, download the full 3.16
-sources. Unpack the archive, which creates a \code{linux-3.16}
+To practice with the \code{patch} command later, download the full 4.2
+sources. Unpack the archive, which creates a \code{linux-4.2}
 directory. Remember that you can use \code{wget <URL>} on the command
 line to download files.
 
 \section{Apply patches}
 
-Download the 2 patch files corresponding to the latest 3.17 stable
-release: a first patch to move from 3.16 to 3.17 and a second patch to
-move from 3.17 to 3.17.x.
+Download the 2 patch files corresponding to the latest 4.3 stable
+release: a first patch to move from 4.2 to 4.3 and a second patch to
+move from 4.3 to 4.3.x.
 
 Without uncompressing them (!), apply the 2 patches to the Linux
 source directory.
@@ -39,4 +39,4 @@ View one of the 2 patch files with \code{vi} or \code{gvim}
 (if you prefer a graphical editor), to understand the information carried
 by such a file. How are described added or removed files?
 
-Rename the \code{linux-3.16} directory to \code{linux-3.17.<x>}.
+Rename the \code{linux-4.2} directory to \code{linux-4.3.<x>}.




More information about the training-materials-updates mailing list