From 5ab7eaac89c6ed2c2375919dbe53e44b8f455237 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 24 Jul 2018 10:26:37 +0100 Subject: [PATCH] kernel: Update to 4.17.8/4.4.142 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 8 ++++---- kernel/config-4.17.x-aarch64 | 2 +- kernel/config-4.17.x-s390x | 2 +- kernel/config-4.17.x-x86_64 | 2 +- kernel/config-4.4.x-x86_64 | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 160832ced..32a46eef5 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -218,20 +218,20 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.17.7,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.56,4.14.x,,-dbg)) $(eval $(call kernel,4.14.53,4.14.x,-rt,)) $(eval $(call kernel,4.9.113,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.141,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.142,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.17.7,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.53,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.17.7,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG))) endif diff --git a/kernel/config-4.17.x-aarch64 b/kernel/config-4.17.x-aarch64 index 818edc319..429bdefa3 100644 --- a/kernel/config-4.17.x-aarch64 +++ b/kernel/config-4.17.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.17.7 Kernel Configuration +# Linux/arm64 4.17.8 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y diff --git a/kernel/config-4.17.x-s390x b/kernel/config-4.17.x-s390x index 479417cb4..e3b449953 100644 --- a/kernel/config-4.17.x-s390x +++ b/kernel/config-4.17.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.17.7 Kernel Configuration +# Linux/s390 4.17.8 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y diff --git a/kernel/config-4.17.x-x86_64 b/kernel/config-4.17.x-x86_64 index 0263d0f63..81bf12f58 100644 --- a/kernel/config-4.17.x-x86_64 +++ b/kernel/config-4.17.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.7 Kernel Configuration +# Linux/x86 4.17.8 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.4.x-x86_64 b/kernel/config-4.4.x-x86_64 index 73796a1e0..528f34dd9 100644 --- a/kernel/config-4.4.x-x86_64 +++ b/kernel/config-4.4.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.4.141 Kernel Configuration +# Linux/x86 4.4.142 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y