From f3f9c56d603d054ee810b637e3a06ced586e1a13 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 3 May 2021 10:36:20 +0100 Subject: [PATCH] kernel: Bump to 5.11.18/5.10.34/5.4.116 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 16 ++++++++-------- kernel/config-5.10.x-aarch64 | 2 +- kernel/config-5.10.x-s390x | 2 +- kernel/config-5.10.x-x86_64 | 2 +- kernel/config-5.11.x-aarch64 | 2 +- kernel/config-5.11.x-s390x | 2 +- kernel/config-5.11.x-x86_64 | 2 +- kernel/config-5.4.x-x86_64 | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 4d62cd606..07680597d 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -248,20 +248,20 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,5.11.15,5.11.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.10.31,5.10.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.4.113,5.4.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.4.113,5.4.x,,-dbg)) +$(eval $(call kernel,5.11.18,5.11.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.10.34,5.10.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.4.116,5.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.4.116,5.4.x,,-dbg)) #$(eval $(call kernel,5.4.28,5.4.x,-rt,)) else ifeq ($(ARCH),$(filter $(ARCH),aarch64 arm64)) -$(eval $(call kernel,5.11.15,5.11.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.10.11,5.10.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.11.18,5.11.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.10.34,5.10.x,$(EXTRA),$(DEBUG))) #$(eval $(call kernel,5.4.28,5.4.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,5.11.15,5.11.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.10.31,5.10.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.11.18,5.11.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.10.34,5.10.x,$(EXTRA),$(DEBUG))) endif # Target for kernel config diff --git a/kernel/config-5.10.x-aarch64 b/kernel/config-5.10.x-aarch64 index cdcf49522..add31cd38 100644 --- a/kernel/config-5.10.x-aarch64 +++ b/kernel/config-5.10.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.10.31 Kernel Configuration +# Linux/arm64 5.10.34 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/config-5.10.x-s390x b/kernel/config-5.10.x-s390x index ef00beb1b..741bd2145 100644 --- a/kernel/config-5.10.x-s390x +++ b/kernel/config-5.10.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.10.31 Kernel Configuration +# Linux/s390 5.10.34 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/config-5.10.x-x86_64 b/kernel/config-5.10.x-x86_64 index 094082368..0a75028d6 100644 --- a/kernel/config-5.10.x-x86_64 +++ b/kernel/config-5.10.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.31 Kernel Configuration +# Linux/x86 5.10.34 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/config-5.11.x-aarch64 b/kernel/config-5.11.x-aarch64 index e3a50a32d..2e4e5aac5 100644 --- a/kernel/config-5.11.x-aarch64 +++ b/kernel/config-5.11.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.11.15 Kernel Configuration +# Linux/arm64 5.11.18 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/config-5.11.x-s390x b/kernel/config-5.11.x-s390x index 6a3d7b878..d4e51565c 100644 --- a/kernel/config-5.11.x-s390x +++ b/kernel/config-5.11.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.11.15 Kernel Configuration +# Linux/s390 5.11.18 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/config-5.11.x-x86_64 b/kernel/config-5.11.x-x86_64 index 84191f63c..f0c6c72e7 100644 --- a/kernel/config-5.11.x-x86_64 +++ b/kernel/config-5.11.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.11.15 Kernel Configuration +# Linux/x86 5.11.18 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/config-5.4.x-x86_64 b/kernel/config-5.4.x-x86_64 index 769ae931d..5ee418fa0 100644 --- a/kernel/config-5.4.x-x86_64 +++ b/kernel/config-5.4.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.4.113 Kernel Configuration +# Linux/x86 5.4.116 Kernel Configuration # #