kernel: Update to 4.16.3/4.15.18/4.14.35

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-04-19 13:46:35 +01:00
parent b58248edaf
commit 2a9d21bee7
32 changed files with 50 additions and 50 deletions

View File

@ -218,24 +218,24 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.16.2,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.17,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.34,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.34,4.14.x,,-dbg))
$(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.18,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.35,4.14.x,,-dbg))
$(eval $(call kernel,4.14.29,4.14.x,-rt,))
$(eval $(call kernel,4.9.94,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.128,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.16.2,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.17,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.34,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.18,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.29,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.16.2,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.17,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.34,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.18,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.34 Kernel Configuration
# Linux/arm64 4.14.35 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.34 Kernel Configuration
# Linux/s390 4.14.35 Kernel Configuration
#
CONFIG_MMU=y
CONFIG_ZONE_DMA=y

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.15.17 Kernel Configuration
# Linux/arm64 4.15.18 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.15.17 Kernel Configuration
# Linux/s390 4.15.18 Kernel Configuration
#
CONFIG_MMU=y
CONFIG_ZONE_DMA=y

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.16.2 Kernel Configuration
# Linux/arm64 4.16.3 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.16.2 Kernel Configuration
# Linux/s390 4.16.3 Kernel Configuration
#
CONFIG_MMU=y
CONFIG_ZONE_DMA=y

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From d12ef1ec21b475fd88f64d9eba7acdd0d1fc1f81 Mon Sep 17 00:00:00 2001
From c6b78817ceed6454b7b14792578b47954436b560 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:01 -0700
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
@ -16,7 +16,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 7 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 65c6d6bdce4c..7948fff52a6d 100644
index 1939c0ca3741..3917d7267a99 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1169,6 +1169,8 @@ void vmbus_onmessage(void *context)

View File

@ -1,4 +1,4 @@
From 7c70e5990e933601db61d0f9a5cbcaee346406ce Mon Sep 17 00:00:00 2001
From 21c4f25cbe28abae14333ad251e021f010f4815c Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:02 -0700
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 39 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 7948fff52a6d..1909c5c571d1 100644
index 3917d7267a99..fbc97bf81665 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -806,6 +806,8 @@ static void vmbus_onoffer(struct vmbus_channel_message_header *hdr)

View File

@ -1,4 +1,4 @@
From f992ecbce2e44dc5f5d066490bae795586d714b8 Mon Sep 17 00:00:00 2001
From 992441221ee48cb33733fcce08b5d1c26f3c09fb Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:03 -0700
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 10 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 1909c5c571d1..54235b32ac82 100644
index fbc97bf81665..f6c8da0d0867 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -849,6 +849,8 @@ static void vmbus_onoffer_rescind(struct vmbus_channel_message_header *hdr)

View File

@ -1,4 +1,4 @@
From 2b5d4f39ab18a5b2faeb8bf5b9919a3cbca88ca2 Mon Sep 17 00:00:00 2001
From df2e6889633ee5cecce2b182957c95202a4d9d0f Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:04 -0700
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 19 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 54235b32ac82..66aa6b079b2e 100644
index f6c8da0d0867..3e2753cf1d9e 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -979,6 +979,8 @@ static void vmbus_onopen_result(struct vmbus_channel_message_header *hdr)

View File

@ -1,4 +1,4 @@
From 722e3d6e2aa0881447d8ce0105e0289b856410c3 Mon Sep 17 00:00:00 2001
From efeddc886e7701f457f349c4963dd38abb8be362 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:05 -0700
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 19 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 66aa6b079b2e..ca5eccd3dceb 100644
index 3e2753cf1d9e..802d7692d7dd 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1025,6 +1025,8 @@ static void vmbus_ongpadl_created(struct vmbus_channel_message_header *hdr)

View File

@ -1,4 +1,4 @@
From c07d3770a65377aec93bee391fc176a1eb0bb982 Mon Sep 17 00:00:00 2001
From f075231876107607074ad2fd16d47f0354f52fbe Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:06 -0700
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 10 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index ca5eccd3dceb..1e8b0ebe1b9e 100644
index 802d7692d7dd..329e7f6491a4 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1075,6 +1075,8 @@ static void vmbus_ongpadl_torndown(

View File

@ -1,4 +1,4 @@
From 26bab8764b775c4e8e934d84baf8a966a2c5cd6b Mon Sep 17 00:00:00 2001
From 3909f3985c786885160c266e2b99edd80ae130d6 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:07 -0700
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 14 insertions(+)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 1e8b0ebe1b9e..26d5452ee2be 100644
index 329e7f6491a4..b3a9b3119197 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1120,6 +1120,9 @@ static void vmbus_onversion_response(

View File

@ -1,4 +1,4 @@
From 7afd5ead92a3c541628067b680d95d260e5302ea Mon Sep 17 00:00:00 2001
From d6203f792e16e6c8ef739fa14af2a8e26f8de09b Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:08 -0700
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 26d5452ee2be..51156ee83b93 100644
index b3a9b3119197..4c36029595e7 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -1217,9 +1217,11 @@ int vmbus_request_offers(void)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From bea6daa8d6c2c4019228270f0a0e4b6d171ac0bb Mon Sep 17 00:00:00 2001
From 805daa6211abb82ec8d07b117a8b535e10897fa1 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:14 -0700
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 51156ee83b93..9263e3c86476 100644
index 4c36029595e7..181f00c60be0 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -374,12 +374,15 @@ static void percpu_channel_deq(void *arg)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 8fc6c3ed728141d09e22991e106df9af1345a87e Mon Sep 17 00:00:00 2001
From 87be7710dd6cf564b9c8d39cd06065ae6cd57c93 Mon Sep 17 00:00:00 2001
From: Christian Borntraeger <borntraeger@de.ibm.com>
Date: Tue, 12 Dec 2017 09:08:35 +0100
Subject: [PATCH] serial: forbid 8250 on s390