From b457648c4018f1be903f7c4143fa49587f2042a8 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 2 Oct 2019 20:03:38 +0100 Subject: [PATCH] kernel: Update to 5.3.2/5.2.18/4.19.76 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 20 ++++++++++---------- kernel/config-4.19.x-aarch64 | 2 +- kernel/config-4.19.x-s390x | 2 +- kernel/config-4.19.x-x86_64 | 2 +- kernel/config-5.2.x-aarch64 | 2 +- kernel/config-5.2.x-s390x | 2 +- kernel/config-5.2.x-x86_64 | 2 +- kernel/config-5.3.x-aarch64 | 2 +- kernel/config-5.3.x-s390x | 2 +- kernel/config-5.3.x-x86_64 | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index cc5539b6b..7c1c2e4da 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -251,24 +251,24 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,5.3.1,5.3.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.2.17,5.2.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.75,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.75,4.19.x,,-dbg)) +$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.76,4.19.x,,-dbg)) $(eval $(call kernel,4.19.59,4.19.x,-rt,)) $(eval $(call kernel,4.14.146,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.194,4.9.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,5.3.1,5.3.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.2.17,5.2.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.75,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.59,4.19.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,5.3.1,5.3.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,5.2.17,5.2.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.75,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG))) endif # Target for kernel config diff --git a/kernel/config-4.19.x-aarch64 b/kernel/config-4.19.x-aarch64 index 1b438a05c..57a6b926a 100644 --- a/kernel/config-4.19.x-aarch64 +++ b/kernel/config-4.19.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.19.75 Kernel Configuration +# Linux/arm64 4.19.76 Kernel Configuration # # diff --git a/kernel/config-4.19.x-s390x b/kernel/config-4.19.x-s390x index f13db98fb..7a78731e0 100644 --- a/kernel/config-4.19.x-s390x +++ b/kernel/config-4.19.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.19.75 Kernel Configuration +# Linux/s390 4.19.76 Kernel Configuration # # diff --git a/kernel/config-4.19.x-x86_64 b/kernel/config-4.19.x-x86_64 index 171a72e39..c147723b9 100644 --- a/kernel/config-4.19.x-x86_64 +++ b/kernel/config-4.19.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.75 Kernel Configuration +# Linux/x86 4.19.76 Kernel Configuration # # diff --git a/kernel/config-5.2.x-aarch64 b/kernel/config-5.2.x-aarch64 index ead0b990a..699c2d14e 100644 --- a/kernel/config-5.2.x-aarch64 +++ b/kernel/config-5.2.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.2.17 Kernel Configuration +# Linux/arm64 5.2.18 Kernel Configuration # # diff --git a/kernel/config-5.2.x-s390x b/kernel/config-5.2.x-s390x index aed6acdc1..ad2d1ea7a 100644 --- a/kernel/config-5.2.x-s390x +++ b/kernel/config-5.2.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.2.17 Kernel Configuration +# Linux/s390 5.2.18 Kernel Configuration # # diff --git a/kernel/config-5.2.x-x86_64 b/kernel/config-5.2.x-x86_64 index 982ce919a..dd0b32a3d 100644 --- a/kernel/config-5.2.x-x86_64 +++ b/kernel/config-5.2.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.2.17 Kernel Configuration +# Linux/x86 5.2.18 Kernel Configuration # # diff --git a/kernel/config-5.3.x-aarch64 b/kernel/config-5.3.x-aarch64 index 39fd2a146..68b7a9c95 100644 --- a/kernel/config-5.3.x-aarch64 +++ b/kernel/config-5.3.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.3.1 Kernel Configuration +# Linux/arm64 5.3.2 Kernel Configuration # # diff --git a/kernel/config-5.3.x-s390x b/kernel/config-5.3.x-s390x index 57166d7b7..27e4edd6f 100644 --- a/kernel/config-5.3.x-s390x +++ b/kernel/config-5.3.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.3.1 Kernel Configuration +# Linux/s390 5.3.2 Kernel Configuration # # diff --git a/kernel/config-5.3.x-x86_64 b/kernel/config-5.3.x-x86_64 index 4a63aa4b1..ba860b486 100644 --- a/kernel/config-5.3.x-x86_64 +++ b/kernel/config-5.3.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.3.1 Kernel Configuration +# Linux/x86 5.3.2 Kernel Configuration # #