[bootlin/training-materials updates] master: linux-kernel: Fix sysdev vs. kernel split regarding the versioning (c5717cb7)

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/c5717cb77b525270640ff0447916857a6f7a6fb7

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

commit c5717cb77b525270640ff0447916857a6f7a6fb7
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Jul 28 10:57:59 2023 +0200

    linux-kernel: Fix sysdev vs. kernel split regarding the versioning
    
    The common chapter was duplicated in order for the sysdev slides to be
    simplified, but the Makefiles were not updated, leading to a simplified
    version in the kernel as well. I actually think we can simplify this a
    bit as well, so let's start by at least using this duplicated chapter.
    
    Fixes: 594d6aff ("slides/linux-kernel-intro-versioning: new section for the kernel course")
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

c5717cb77b525270640ff0447916857a6f7a6fb7
 mk/linux-kernel.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/linux-kernel.mk b/mk/linux-kernel.mk
index 99c29c2d..36222e45 100644
--- a/mk/linux-kernel.mk
+++ b/mk/linux-kernel.mk
@@ -36,7 +36,7 @@ LINUX_KERNEL_SLIDES = \
 		kernel-porting \
 		kernel-power-management \
 		kernel-development-process-title \
-		sysdev-linux-intro-versioning \
+		linux-kernel-intro-versioning \
 		kernel-contribution \
 		kernel-resources-references \
 		last-slides \




More information about the training-materials-updates mailing list