kernel: Update to 4.14.24/4.9.86/4.4.120

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-03-09 11:59:54 +00:00
parent eee71f46e0
commit ae30674227
38 changed files with 65 additions and 64 deletions

View File

@ -219,21 +219,21 @@ endef
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.15.7,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.23,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.23,4.14.x,,-dbg))
$(eval $(call kernel,4.14.24,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.24,4.14.x,,-dbg))
$(eval $(call kernel,4.14.18,4.14.x,-rt,))
$(eval $(call kernel,4.9.85,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.119,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.86,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.120,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.15.7,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.23,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.24,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.18,4.14.x,-rt,))
$(eval $(call kernel,4.9.85,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.86,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.15.7,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.23,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.24,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.23 Kernel Configuration
# Linux/arm64 4.14.24 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
From 7c21991d895dc46ed8f3ffadbeb878944e84bf00 Mon Sep 17 00:00:00 2001
From da15005d90cf70441ceb8ed504c3d890b0e53f7d 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/18] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
Subject: [PATCH 01/19] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
(page size)
Signed-off-by: Cheng-mean Liu <soccerl@microsoft.com>

View File

@ -1,7 +1,7 @@
From fa435f246e2f10d2c780262646651c765164ea6f Mon Sep 17 00:00:00 2001
From e9fd07e6c521b194f44b8852d5158d48165b8b8f 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/18] hyper-v: trace vmbus_on_msg_dpc()
Subject: [PATCH 02/19] hyper-v: trace vmbus_on_msg_dpc()
Add tracing subsystem to Hyper-V VMBus module and add tracepoint
to vmbus_on_msg_dpc() which is called when we receive a message from host.

View File

@ -1,7 +1,7 @@
From 8f991b8ace0f8d5b4ef0af08211b92cb356235c5 Mon Sep 17 00:00:00 2001
From 78c85990427d825732dc5e464eb09f486cf74948 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/18] hyper-v: trace vmbus_on_message()
Subject: [PATCH 03/19] hyper-v: trace vmbus_on_message()
Add tracepoint to vmbus_on_message() which is called when we start
processing a blocking from work context.

View File

@ -1,7 +1,7 @@
From 61b92055453f7ea494f284d069a8747ccac316ac Mon Sep 17 00:00:00 2001
From b3f6828cd908d0e7bdb58cca4907ebaf8c9a9657 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/18] hyper-v: trace vmbus_onoffer()
Subject: [PATCH 04/19] hyper-v: trace vmbus_onoffer()
Add tracepoint to CHANNELMSG_OFFERCHANNEL handler.

View File

@ -1,7 +1,7 @@
From 6e69cb8b48ef5d80c84a78f0822b5b88c6976135 Mon Sep 17 00:00:00 2001
From 864773011fa74d6c2bc36c12350aaa54afe857b1 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/18] hyper-v: trace vmbus_onoffer_rescind()
Subject: [PATCH 05/19] hyper-v: trace vmbus_onoffer_rescind()
Add tracepoint to CHANNELMSG_RESCIND_CHANNELOFFER handler.

View File

@ -1,7 +1,7 @@
From 3036f397008018cc0d66417222e17da0b58f9699 Mon Sep 17 00:00:00 2001
From c1ca87ee553a13d58dc646334e74b47e7a746b1a 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/18] hyper-v: trace vmbus_onopen_result()
Subject: [PATCH 06/19] hyper-v: trace vmbus_onopen_result()
Add tracepoint to CHANNELMSG_OPENCHANNEL_RESULT handler.

View File

@ -1,7 +1,7 @@
From ee5b835d406997ed5cb711e191594642e7eefa89 Mon Sep 17 00:00:00 2001
From c162337f3956a9ae3c8df37e2f3ac22e5cb06dc1 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/18] hyper-v: trace vmbus_ongpadl_created()
Subject: [PATCH 07/19] hyper-v: trace vmbus_ongpadl_created()
Add tracepoint to CHANNELMSG_GPADL_CREATED handler.

View File

@ -1,7 +1,7 @@
From 6244c3323d8e972f40e73f037d40a99d7c168b14 Mon Sep 17 00:00:00 2001
From af304c5292a9d0f441660850d4482cea83da5263 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/18] hyper-v: trace vmbus_ongpadl_torndown()
Subject: [PATCH 08/19] hyper-v: trace vmbus_ongpadl_torndown()
Add tracepoint to CHANNELMSG_GPADL_TORNDOWN handler.

View File

@ -1,7 +1,7 @@
From 52cba26c8142742185da8400c88458b980c02b78 Mon Sep 17 00:00:00 2001
From 7d4cfefa0dddaa0893170eed5bdfdc34b83feb2a 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/18] hyper-v: trace vmbus_onversion_response()
Subject: [PATCH 09/19] hyper-v: trace vmbus_onversion_response()
Add tracepoint to CHANNELMSG_VERSION_RESPONSE handler.

View File

@ -1,7 +1,7 @@
From 0aaae2d8e9d8c304b852314f5494a0ef7260cf63 Mon Sep 17 00:00:00 2001
From d11be2042c7d4ebe7de401fdd67592260d8ec689 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/18] hyper-v: trace vmbus_request_offers()
Subject: [PATCH 10/19] hyper-v: trace vmbus_request_offers()
Add tracepoint to CHANNELMSG_REQUESTOFFERS sender.

View File

@ -1,7 +1,7 @@
From 54c6c5f983490ce0f4e18f793c5ffed3fd1ac7eb Mon Sep 17 00:00:00 2001
From 5c0bdec259f102a1a8183133724f706ef8cdd733 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/18] hyper-v: trace vmbus_open()
Subject: [PATCH 11/19] hyper-v: trace vmbus_open()
Add tracepoint to CHANNELMSG_OPENCHANNEL sender.

View File

@ -1,7 +1,7 @@
From 190f3e0583ee2087361f40e521d4ee70c1f0649a Mon Sep 17 00:00:00 2001
From b551da04970dc5b7fc1af270d91fe66110cd285a 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/18] hyper-v: trace vmbus_close_internal()
Subject: [PATCH 12/19] hyper-v: trace vmbus_close_internal()
Add tracepoint to CHANNELMSG_CLOSECHANNEL sender.

View File

@ -1,7 +1,7 @@
From ebab5c47114f5684de132d410f366eb97de2dde3 Mon Sep 17 00:00:00 2001
From a2602941017c56bb4ba24c619c51d71acd6d3d3a 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/18] hyper-v: trace vmbus_establish_gpadl()
Subject: [PATCH 13/19] hyper-v: trace vmbus_establish_gpadl()
Add tracepoint to CHANNELMSG_GPADL_HEADER/CHANNELMSG_GPADL_BODY sender.

View File

@ -1,7 +1,7 @@
From 09d153b7df32aa9bf3f43868d3b105f0788ffdf7 Mon Sep 17 00:00:00 2001
From 2faaee17c616cf51bbdb1b5c83dbb0a9db2b5979 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/18] hyper-v: trace vmbus_teardown_gpadl()
Subject: [PATCH 14/19] hyper-v: trace vmbus_teardown_gpadl()
Add tracepoint to CHANNELMSG_GPADL_TEARDOWN sender.

View File

@ -1,7 +1,7 @@
From f9c3ab055b56a2d1436411956f21e978b3c7db13 Mon Sep 17 00:00:00 2001
From 6a0e97caea97d2129d33c37c3ce454304debf5f8 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/18] hyper-v: trace vmbus_negotiate_version()
Subject: [PATCH 15/19] hyper-v: trace vmbus_negotiate_version()
Add tracepoint to CHANNELMSG_INITIATE_CONTACT sender.

View File

@ -1,7 +1,7 @@
From 34b3a3b03fedba671b40f0b7b862f0a24710b544 Mon Sep 17 00:00:00 2001
From 731058cff1d1cbfb8552e942b7ae24b2414e9701 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/18] hyper-v: trace vmbus_release_relid()
Subject: [PATCH 16/19] hyper-v: trace vmbus_release_relid()
Add tracepoint to CHANNELMSG_RELID_RELEASED sender.

View File

@ -1,7 +1,7 @@
From 0ed2ff1224b3e943ce74070a1ccd5bc097308810 Mon Sep 17 00:00:00 2001
From 1e366484cd3517c5925cd32a59568732820e023b 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/18] hyper-v: trace vmbus_send_tl_connect_request()
Subject: [PATCH 17/19] hyper-v: trace vmbus_send_tl_connect_request()
Add tracepoint to CHANNELMSG_TL_CONNECT_REQUEST sender.

View File

@ -1,7 +1,7 @@
From abe235e1c642c9f11f47919f267e7e63c03cd75a Mon Sep 17 00:00:00 2001
From 398d38c415476ed86b6e5b592785080a2da9dd7b 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/18] hyper-v: trace channel events
Subject: [PATCH 18/19] hyper-v: trace channel events
Added an additional set of trace points for when channel gets notified
or signals host.

View File

@ -1,7 +1,7 @@
From 1598e38c0770b08c4d6371b670f9ee61a42ec68b Mon Sep 17 00:00:00 2001
From 2c4a06245c886fea33d384029e5ab6aea5d349fb 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
Subject: [PATCH 19/19] serial: forbid 8250 on s390
Using "make kvmconfig" results in a potentially unusable linux image
on s390. The reason is that both the (default on s390) sclp consoles
@ -13,6 +13,7 @@ Reported-by: Alice Frosi <alice@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 1598e38c0770b08c4d6371b670f9ee61a42ec68b)
---
drivers/tty/serial/8250/Kconfig | 1 +
1 file changed, 1 insertion(+)
@ -30,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644
---help---
This selects whether you want to include the driver for the standard
--
2.13.5
2.16.0

View File

@ -1,4 +1,4 @@
From 3e1dbcde7c722ac1038d1b501b60ed0b3615aa89 Mon Sep 17 00:00:00 2001
From 2ea3e2bf7c52346eb15a50c477b0b3f73fa26234 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 b79042bbfda85f49e195fdeb67ac9062d67cdaaa Mon Sep 17 00:00:00 2001
From ec99912b69897cfc4741b4422eba3eb646a7fec1 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 6545927afac3b0ac19edbd1365f810b9d297184b Mon Sep 17 00:00:00 2001
From b2050e596c6c6c465c79e5516877632664622cba 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 9b1c9db2e09f4f032205024df2d868156ad87d30 Mon Sep 17 00:00:00 2001
From 25573c80ebc30353691a2a60f8fb498dac225fed 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 71a64e25f51a27f511eb5bb17ecdac97b8e592e6 Mon Sep 17 00:00:00 2001
From 8a80f6175bc0279890b18b9ef8bc3ff1f6515aa0 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 0351aaafae3d0fbe08e71410d7faddc69813c90e Mon Sep 17 00:00:00 2001
From b63b7e853b69948e5458669f7d49e74584007ae0 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 1eeda423d7d6f3e2c382440c66e27e5ba8aa367d Mon Sep 17 00:00:00 2001
From c57379ead91fda6488745b52e08cdd420af1862c 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 106919994017752fa454513a5261697c8bfd5a14 Mon Sep 17 00:00:00 2001
From 094df61af096f789203ef2d113ae9f1f6fcdd2e8 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 63ad326beb8fdd9dd6b06e04c55c22a574780e07 Mon Sep 17 00:00:00 2001
From 47bcff61900a9327cde17d3cf2bc1b8525101743 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 8616f352bfa10e5d9f1110f5928e458b3e9f589f Mon Sep 17 00:00:00 2001
From ab164b889b79d8e9e1b073525a123c464e70a948 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 cffc752dd6f815f7e38891e9fb5c18090c4c4b15 Mon Sep 17 00:00:00 2001
From a98c11033238a997dce371c3c9c6bf56014478c7 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 0a4612aeecd9f803e37bae1eae73100958694683 Mon Sep 17 00:00:00 2001
From 3f0cefed7838d8bd0ef8ed91a8548ae2869dd09f 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