kernel: Update to 4.17.12/4.14.60/4.9.117/4.4.145

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-08-10 17:10:50 +01:00
parent 9ac0a9a6e3
commit 2e32902c98
42 changed files with 50 additions and 50 deletions

View File

@ -218,21 +218,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.17.11,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.59,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.59,4.14.x,,-dbg))
$(eval $(call kernel,4.17.12,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.60,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.60,4.14.x,,-dbg))
$(eval $(call kernel,4.14.59,4.14.x,-rt,))
$(eval $(call kernel,4.9.116,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.144,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.117,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.145,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.17.11,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.59,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.17.12,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.60,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.59,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.17.11,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.59,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.17.12,4.17.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.60,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.59 Kernel Configuration
# Linux/arm64 4.14.60 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
From 6ca78fefc023b9481d32f710e9ce4c6ed0ad1d92 Mon Sep 17 00:00:00 2001
From 221ac7248223818591874803225a021588bcb540 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 1113b68175d914f9ac9fb8c289f091083991f496 Mon Sep 17 00:00:00 2001
From 84b3a7eb6b0a0722623785ede49a197dc1f431ce 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 b7a8183c99afd2018f2d44cd41f6b60d9902d56f Mon Sep 17 00:00:00 2001
From 948a0b1aa1e4b0494c15ab7a594af4b0f5a69a13 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 46c7d69b9c92c90b371e30d0583033714d393af5 Mon Sep 17 00:00:00 2001
From 26e5c3b2df839af27a04421c5d15da2e9d7c6d0b 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 9372ce8697313dc9911ec15cc0e7788d303caf8b Mon Sep 17 00:00:00 2001
From 0d6217b666d9398edfc765cf27f52017c0e2c1a2 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 b44989770074ed044f5a4f66790f4f05e7670872 Mon Sep 17 00:00:00 2001
From 9c8fcd80d48281c5e021ed97db836dd397065ab0 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 d5fd01e71f687a5d2932a9d8f5f9c58dce7413ce Mon Sep 17 00:00:00 2001
From 87b6f1de8ac94717039aaf8fbd8383d705a671d1 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 649e2dfd2521b77d48a9dedfa5eefacd2088bcfd Mon Sep 17 00:00:00 2001
From bd2353d253e838eeb9bff4dc8b237d4fd9350e75 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 a75d50213c679df68dc3648b32f6cdc46f30a6f7 Mon Sep 17 00:00:00 2001
From 27d602f24e6043e8541e9c3c6199efe5795ff06f 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 b4306bb7db5992193ae1bd3468e35a7213c9ad64 Mon Sep 17 00:00:00 2001
From cd448111c7e4e0b99ea1d47a2403f005afa3bfbe 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 3d950810a314e5a4714211f8128253445424c6ff Mon Sep 17 00:00:00 2001
From b87608ab687550026402f238acbf61d5fc41820b 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 d771614b69ecadc770bd965728816f62b6725548 Mon Sep 17 00:00:00 2001
From 1bd0771b1740d9893e309acf1d3bf4a9e9ef01c0 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 8a5f3a52b5936628fe1ba5d679214e9afc095cce Mon Sep 17 00:00:00 2001
From e7f571e2f8af6144b006ff9a97653a0e851faed2 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 8e07f424093915687bfd9fd2e3ee8bba8f1632a2 Mon Sep 17 00:00:00 2001
From edaf50d60132889f66612adfa2252b61c5c1f45c 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 bc6db5d7a0bcf9013657240b24df839af180544c Mon Sep 17 00:00:00 2001
From ab2969908c20b312b63928e04b2c1d102e119a9d 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 55997844064ae4b2298ef74969b93712317f7758 Mon Sep 17 00:00:00 2001
From 1b23e8eca50d93b6e9a477d26bbd3a6b7d49d0ea 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 18289cb8d2523de3dff3a6434731083d353c53c2 Mon Sep 17 00:00:00 2001
From e2b0de9eabfb280684c6a983c5f3bdc973ceb780 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 4e77ecb0b9f9393887048e2647e7bf77690118fe Mon Sep 17 00:00:00 2001
From 0511a3b43848373dd72c1085f576106695d4d026 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 9ee248b5803627a5fad6a08a569e2f2bdb445b01 Mon Sep 17 00:00:00 2001
From c41edd1517ca6f970c69e6370a782c3b6be43263 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 fd023529023cabb1d39a4a69d6f4da70bc9afa30 Mon Sep 17 00:00:00 2001
From 27c43870d11a9349ec81aa2339461130ab731a4f 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 d45fc0c4e913b260925f7b28c27924f7c6a4150c Mon Sep 17 00:00:00 2001
From f34de6fe37cf518837ef6592cbcf3890161a017f 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 504c55ecb5d9a32020f07fbd6c3889a6681652dc Mon Sep 17 00:00:00 2001
From ae4b758d0931f8094f2c0a8625e3cd1559a661f5 Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 2 Mar 2017 12:55:49 -0300
Subject: [PATCH 01/12] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From 49315bbe95dfda604df8a886f7ab4c09d877bb91 Mon Sep 17 00:00:00 2001
From d1128679b35d380182f8229c991ae0a42b9bfe83 Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 13 Oct 2016 17:12:35 -0300
Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From 47f6c1ff22369c30e4e96f75a105accc52fbaa38 Mon Sep 17 00:00:00 2001
From 05d2e26b14aaa07efd4565c1e9e43cbb036412e3 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sat, 23 Jul 2016 01:35:51 +0000
Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From 1b79c81f7b40756852dfdacb1a7fb0ed3c5ba5e5 Mon Sep 17 00:00:00 2001
From 68ff415142ca9b4ea15874852233b953408b75fb Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Mon, 23 May 2016 18:55:45 +0100
Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From 3bedde6b15165d04a40b7f9ef0f2fa9f5ceaa43a Mon Sep 17 00:00:00 2001
From 4ed0d2019da13f76137684446ab88f8dc7a74ec7 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:07 -0800
Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From ee5053d39822b471bad463fd96a8e9558c3087fc Mon Sep 17 00:00:00 2001
From 48e7ac3a2830b8360bb6d976d3fae1f9fb3fd712 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:10 -0800
Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From 099049d6c1130ac70f8bba1b7d6826ef6cc11877 Mon Sep 17 00:00:00 2001
From 344fc491c78fd28931f2c378fef5d87a3f45f0da Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:11 -0800
Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From 65d8157641227573df683f6e8c3b27f63cad2927 Mon Sep 17 00:00:00 2001
From 9780629e1252cc4edfcaa8554afdddec70a9489e Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:17 -0700
Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From 32850de6182286178cc1c9236e680f344084c405 Mon Sep 17 00:00:00 2001
From 38b89a1b9db8861208569511f31dddb737019ff8 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:18 -0700
Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From e0cd40149a2656e838bb8d5ead70cf2d0a3a753f Mon Sep 17 00:00:00 2001
From 939d01b1639d1835de5d71bb8a774e4562f0e12d Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sun, 26 Mar 2017 16:42:20 +0800
Subject: [PATCH 10/12] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From de0ce0ad9400491553f96f71b4506d66c908cbbd Mon Sep 17 00:00:00 2001
From 8f0c2f3e85627d2aeade3bf6f0b27e7ae4618620 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 29 Mar 2017 18:37:10 +0800
Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From 2bc1909f09aa1d8f21c55f9089e74b10151df056 Mon Sep 17 00:00:00 2001
From 629c6cf6215f8a56ff949985e2b8fdc4c15551b6 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 24 Mar 2017 20:53:18 +0800
Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on