kernel: Update to 4.16.2/4.15.17/4.14.34

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-04-13 14:53:19 +01:00
parent 78e0305666
commit d1b73f7cf3
32 changed files with 41 additions and 41 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.1,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,,-dbg))
$(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.14.29,4.14.x,-rt,))
$(eval $(call kernel,4.9.93,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.127,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.16.1,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG)))
$(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.29,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.16.1,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG)))
$(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)))
endif
# Target for kernel config

View File

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

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.33 Kernel Configuration
# Linux/s390 4.14.34 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.33 Kernel Configuration
# Linux/x86 4.14.34 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.16 Kernel Configuration
# Linux/arm64 4.15.17 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.15.16 Kernel Configuration
# Linux/s390 4.15.17 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.16 Kernel Configuration
# Linux/x86 4.15.17 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.1 Kernel Configuration
# Linux/arm64 4.16.2 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.16.1 Kernel Configuration
# Linux/s390 4.16.2 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.1 Kernel Configuration
# Linux/x86 4.16.2 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,4 +1,4 @@
From 6d7b111ee9937c5a065fe8dcf729b87a749a423a Mon Sep 17 00:00:00 2001
From 5fd0714868597dd09656bce7d5ff6a11ba02ff36 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 11a3d521d227df2d9d18334b0eee9779dc717300 Mon Sep 17 00:00:00 2001
From bfd87929737dcd81cbe47af5b0d35eb856de1b82 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 84b8dcdcb86b784daea04d8c0427179715279654 Mon Sep 17 00:00:00 2001
From d12ef1ec21b475fd88f64d9eba7acdd0d1fc1f81 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()

View File

@ -1,4 +1,4 @@
From 3f94b880d9e2097fe04a1097d007f89775f5bf00 Mon Sep 17 00:00:00 2001
From 7c70e5990e933601db61d0f9a5cbcaee346406ce 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()

View File

@ -1,4 +1,4 @@
From 6ff850fdebc5b4eb3f8d752a8c125d898365f115 Mon Sep 17 00:00:00 2001
From f992ecbce2e44dc5f5d066490bae795586d714b8 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()

View File

@ -1,4 +1,4 @@
From 8e8b5c752fa9d0dbf73a7850c74e2b86cb179a6a Mon Sep 17 00:00:00 2001
From 2b5d4f39ab18a5b2faeb8bf5b9919a3cbca88ca2 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()

View File

@ -1,4 +1,4 @@
From 3f5d99510e67bdb3dcb707db46bdec2d0be81572 Mon Sep 17 00:00:00 2001
From 722e3d6e2aa0881447d8ce0105e0289b856410c3 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()

View File

@ -1,4 +1,4 @@
From 6d13dcf2d0a2826852e3e9c1292a4d67f78c1a17 Mon Sep 17 00:00:00 2001
From c07d3770a65377aec93bee391fc176a1eb0bb982 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()

View File

@ -1,4 +1,4 @@
From c0ef773fb21732f1af2a8720e26e24c80f8e3fb7 Mon Sep 17 00:00:00 2001
From 26bab8764b775c4e8e934d84baf8a966a2c5cd6b 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()

View File

@ -1,4 +1,4 @@
From 81bf85834d342da8706eaff2809d61a1d9ddbed0 Mon Sep 17 00:00:00 2001
From 7afd5ead92a3c541628067b680d95d260e5302ea 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()

View File

@ -1,4 +1,4 @@
From 936f63fb79ac55c98c067326b8fa08b09a4115d7 Mon Sep 17 00:00:00 2001
From 3b968726fa796dc90cc2471aac92a21c90cce192 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 5216e77ecfbf8abba2e407dd47f209bdc0324847 Mon Sep 17 00:00:00 2001
From 20d5bb01090b092abc3c202292d02ce3c54f5c02 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 8ed3aea0364602c6aeb0cbb3e9a4d5532076c472 Mon Sep 17 00:00:00 2001
From 1a8ef83e43d5f6039cf62ea93d105c76f2d95ff7 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 84ea3e0d1d4db7cfe6814c60bcbcb7b34e495a8a Mon Sep 17 00:00:00 2001
From 3f985339eae6b4aae0c69c6c82f739dd0c58433b 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 0d87ae7851ea26ccd36ed8ead3bdaa0c8d6f217e Mon Sep 17 00:00:00 2001
From dc368fd821b4d13c934773df878af14d076113b9 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 6408e4770054edf3d678770d858acefa508cefc6 Mon Sep 17 00:00:00 2001
From bea6daa8d6c2c4019228270f0a0e4b6d171ac0bb 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()

View File

@ -1,4 +1,4 @@
From 160df3ead07707f160358b117f9c79d7afa6fcc8 Mon Sep 17 00:00:00 2001
From 7fbeaf6985cc3d7f8405b5bbfa27c85e3a1c3cdc 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 ebf5d4d0aff56cd53fe3ca667fe425603472a998 Mon Sep 17 00:00:00 2001
From 39c0f4ec329b3c5a73110c4095b2a5f24981ee5c 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 584a11f4bb1d5b8a147c3077bb8c2950880bb1e5 Mon Sep 17 00:00:00 2001
From 44ae8c05683232bca250e3ccd1c57c5e06d0e55c 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 22b25bd63a04a4e0389200a6498b8d3152417ccf Mon Sep 17 00:00:00 2001
From d40c4e19dea3eef0faf4d3f65449dafbf02c9adb 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 26ea18ec3b91d37b9e7e08e81fe2f1a23ff13ee4 Mon Sep 17 00:00:00 2001
From 891d3338374818c80ef21051a765178443768a34 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 8f599dab77574f43d329e46072f16eaf9715bb58 Mon Sep 17 00:00:00 2001
From 8fc6c3ed728141d09e22991e106df9af1345a87e 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