kernel: Update to 5.1.3/5.0.17/4.19.44/4.14.120/4.9.177

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-05-26 12:06:23 +01:00
parent f040d05d20
commit fde7e0e612
30 changed files with 38 additions and 38 deletions

View File

@ -251,22 +251,22 @@ endef
# Debug targets only for latest stable and LTS stable # Debug targets only for latest stable and LTS stable
# #
ifeq ($(ARCH),x86_64) ifeq ($(ARCH),x86_64)
$(eval $(call kernel,5.1.2,5.1.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.1.3,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.0.16,5.0.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.0.17,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.43,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.44,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.43,4.19.x,,-dbg)) $(eval $(call kernel,4.19.44,4.19.x,,-dbg))
$(eval $(call kernel,4.19.25,4.19.x,-rt,)) $(eval $(call kernel,4.19.25,4.19.x,-rt,))
$(eval $(call kernel,4.14.119,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.120,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.176,4.9.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.176,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64) else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.1.2,5.1.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.1.3,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.43,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.44,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,-rt,)) $(eval $(call kernel,4.19.25,4.19.x,-rt,))
else ifeq ($(ARCH),s390x) else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.1.2,5.1.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.1.3,5.1.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.43,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.44,4.19.x,$(EXTRA),$(DEBUG)))
endif endif
# Target for kernel config # Target for kernel config

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.119 Kernel Configuration # Linux/x86 4.14.120 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.43 Kernel Configuration # Linux/arm64 4.19.44 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 4.19.43 Kernel Configuration # Linux/s390 4.19.44 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.43 Kernel Configuration # Linux/x86 4.19.44 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 5.0.16 Kernel Configuration # Linux/x86 5.0.17 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.1.2 Kernel Configuration # Linux/arm64 5.1.3 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 5.1.2 Kernel Configuration # Linux/s390 5.1.3 Kernel Configuration
# #
# #

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 5.1.2 Kernel Configuration # Linux/x86 5.1.3 Kernel Configuration
# #
# #

View File

@ -1,4 +1,4 @@
From 1db6f83ffca01fd904be83a00284749b6cc1c49f Mon Sep 17 00:00:00 2001 From 7892ab6afb2f1153161279821bca793f34749528 Mon Sep 17 00:00:00 2001
From: Cheng-mean Liu <soccerl@microsoft.com> From: Cheng-mean Liu <soccerl@microsoft.com>
Date: Tue, 11 Jul 2017 16:58:26 -0700 Date: Tue, 11 Jul 2017 16:58:26 -0700
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB

View File

@ -1,4 +1,4 @@
From 3482f027ba5398a8794ae66168f739168642bf6b Mon Sep 17 00:00:00 2001 From 6c410e8d8279e93dcfc3120cffb9e837646a486d Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:00 -0700 Date: Sun, 29 Oct 2017 12:21:00 -0700
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc() Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()

View File

@ -1,4 +1,4 @@
From 88b1a147653801d582043e2122128968131bcc20 Mon Sep 17 00:00:00 2001 From a1c20285687428ff35eab6d87027d3dce7ef1f00 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:01 -0700 Date: Sun, 29 Oct 2017 12:21:01 -0700
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()

View File

@ -1,4 +1,4 @@
From 842ae30efa5b3ca355c3d26187f0aa5dd5143030 Mon Sep 17 00:00:00 2001 From 3078a78f46eb648bc9b643f146df3b784dc80d53 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:02 -0700 Date: Sun, 29 Oct 2017 12:21:02 -0700
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()

View File

@ -1,4 +1,4 @@
From b46953fe46937e13408442d662cd11437f3a1c34 Mon Sep 17 00:00:00 2001 From de772f29a2522b7b839e758fc193d7b5d5808a95 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:03 -0700 Date: Sun, 29 Oct 2017 12:21:03 -0700
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()

View File

@ -1,4 +1,4 @@
From 94085f7bf7f807229f68b3d1f4acece4b148bdc5 Mon Sep 17 00:00:00 2001 From 27c89426fd05b577bf1db73358fc8d584ea78717 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:04 -0700 Date: Sun, 29 Oct 2017 12:21:04 -0700
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()

View File

@ -1,4 +1,4 @@
From a7e37b5665ad97f493826fc259718ccdc19021c7 Mon Sep 17 00:00:00 2001 From ada3c991aaca5fe0db385accdc7281ce19b09c23 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:05 -0700 Date: Sun, 29 Oct 2017 12:21:05 -0700
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()

View File

@ -1,4 +1,4 @@
From d7a8c39763c76e49a794b35f6b692289126d73a5 Mon Sep 17 00:00:00 2001 From a087d29e6ac92d596611fe56b8f1b3d0dd223fc7 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:06 -0700 Date: Sun, 29 Oct 2017 12:21:06 -0700
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()

View File

@ -1,4 +1,4 @@
From 16be3963a8ee659146fa54eebebd8a41b6e4c994 Mon Sep 17 00:00:00 2001 From d4a9a4d86651708529af83907b8e5ee7894e0098 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:07 -0700 Date: Sun, 29 Oct 2017 12:21:07 -0700
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()

View File

@ -1,4 +1,4 @@
From 095fe508e6dd10e488df85cfe0c8e6acf465583b Mon Sep 17 00:00:00 2001 From 97de7ffd51fae4d3bb463d99b20e6e6819afeb3f Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:08 -0700 Date: Sun, 29 Oct 2017 12:21:08 -0700
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()

View File

@ -1,4 +1,4 @@
From 3d75192aa73b29d7970ea5dcade20d578134c372 Mon Sep 17 00:00:00 2001 From bfb5ed74c4463cbb22821bbb08622dcbcba9633f Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:09 -0700 Date: Sun, 29 Oct 2017 12:21:09 -0700
Subject: [PATCH 11/21] hyper-v: trace vmbus_open() Subject: [PATCH 11/21] hyper-v: trace vmbus_open()

View File

@ -1,4 +1,4 @@
From 9c3d2803e6e9e35c2e5750092f1d11e6c9bac9f0 Mon Sep 17 00:00:00 2001 From 22e38dac26af20759641a3b1f3e7c6621903117d Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:10 -0700 Date: Sun, 29 Oct 2017 12:21:10 -0700
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()

View File

@ -1,4 +1,4 @@
From 9ec6b1667c1e33e1ba934a217dc380bc6d91721a Mon Sep 17 00:00:00 2001 From 180c7b0403ce6732af1474d8e59e98216a184b18 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:11 -0700 Date: Sun, 29 Oct 2017 12:21:11 -0700
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()

View File

@ -1,4 +1,4 @@
From e9d6b2c3f2c65571317a452bdd1f456906040cad Mon Sep 17 00:00:00 2001 From 7a152bfe9a583296cb72dc0585ff1ffd5287b48c Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:12 -0700 Date: Sun, 29 Oct 2017 12:21:12 -0700
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()

View File

@ -1,4 +1,4 @@
From ee66da1f42627007f24b5b0a8f5f702e8fdc6fd3 Mon Sep 17 00:00:00 2001 From fdc8a8f2f93253d7b39aa208925b8e6238d7cd90 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:13 -0700 Date: Sun, 29 Oct 2017 12:21:13 -0700
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()

View File

@ -1,4 +1,4 @@
From 3acdd092780834cf8bf76206d16c727fb70c177e Mon Sep 17 00:00:00 2001 From 0ad18f93552de27ee988d3b9d8bbe68fc5a8338a Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:14 -0700 Date: Sun, 29 Oct 2017 12:21:14 -0700
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()

View File

@ -1,4 +1,4 @@
From 281d38a7dea8fe8be33ec90f18a16fe91361d007 Mon Sep 17 00:00:00 2001 From 243a8a3c828a5f12befdddf4cebf5f89aaf999da Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:15 -0700 Date: Sun, 29 Oct 2017 12:21:15 -0700
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()

View File

@ -1,4 +1,4 @@
From bd95c47e0c71a5393a92fb5385546c66dc40d989 Mon Sep 17 00:00:00 2001 From 40b43fceca4b5d6c3027fcf5b29ab3009f13f200 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:16 -0700 Date: Sun, 29 Oct 2017 12:21:16 -0700
Subject: [PATCH 18/21] hyper-v: trace channel events Subject: [PATCH 18/21] hyper-v: trace channel events

View File

@ -1,4 +1,4 @@
From 6589b4727e2518cb5880b06c093141cdeb14781c Mon Sep 17 00:00:00 2001 From 571d5c3408ccf184c5ce83bd3a749b18f765c136 Mon Sep 17 00:00:00 2001
From: Christian Borntraeger <borntraeger@de.ibm.com> From: Christian Borntraeger <borntraeger@de.ibm.com>
Date: Tue, 12 Dec 2017 09:08:35 +0100 Date: Tue, 12 Dec 2017 09:08:35 +0100
Subject: [PATCH 19/21] serial: forbid 8250 on s390 Subject: [PATCH 19/21] serial: forbid 8250 on s390

View File

@ -1,4 +1,4 @@
From 0aca49a044162cba429bfcbcd677678601319afe Mon Sep 17 00:00:00 2001 From 0aab9892e8a5badc5e549f7867db3048dff16082 Mon Sep 17 00:00:00 2001
From: Cathy Avery <cavery@redhat.com> From: Cathy Avery <cavery@redhat.com>
Date: Tue, 31 Oct 2017 08:52:06 -0400 Date: Tue, 31 Oct 2017 08:52:06 -0400
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to

View File

@ -1,4 +1,4 @@
From c1fa11c588ed2662d01e8f554e7729adf819b748 Mon Sep 17 00:00:00 2001 From 58a1669c32b6dbf25fa102fa9f8f8b2b227895f8 Mon Sep 17 00:00:00 2001
From: Long Li <longli@microsoft.com> From: Long Li <longli@microsoft.com>
Date: Tue, 31 Oct 2017 14:58:08 -0700 Date: Tue, 31 Oct 2017 14:58:08 -0700
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller