[FE training-materials-updates] Sysdev labs: upgrade kernel version

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Nov 2 12:47:27 CET 2017


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

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

commit 286d62b7375ad17119601e8d54085724dcc0c19f
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Oct 30 20:38:07 2017 +0100

    Sysdev labs: upgrade kernel version
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

286d62b7375ad17119601e8d54085724dcc0c19f
 .../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 2e4b5ea..a0c1cb3 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-4.6.x}, which this lab was tested with.
+We will use \code{linux-4.14.x}, which this lab was tested with.
 
-To practice with the \code{patch} command later, download the full 4.5
-sources. Unpack the archive, which creates a \code{linux-4.5}
+To practice with the \code{patch} command later, download the full 4.13
+sources. Unpack the archive, which creates a \code{linux-4.13}
 directory. Remember that you can use \code{wget <URL>} on the command
 line to download files.
 
 \section{Apply patches}
 
-Download the patch files corresponding to the latest 4.6 stable
-release: a first patch to move from 4.5 to 4.6 and if one exists,
-a second patch to move from 4.6 to 4.6.x.
+Download the patch files corresponding to the latest 4.14 stable
+release: a first patch to move from 4.13 to 4.14 and if one exists,
+a second patch to move from 4.14 to 4.14.x.
 
 Without uncompressing them (!), apply the 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-4.5} directory to \code{linux-4.6.<x>}.
+Rename the \code{linux-4.13} directory to \code{linux-4.14.<x>}.




More information about the training-materials-updates mailing list