From ae306742277a9cbe5d4df974af2a20f9b5ad865a Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Fri, 9 Mar 2018 11:59:54 +0000 Subject: [PATCH] kernel: Update to 4.14.24/4.9.86/4.4.120 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 14 +++++++------- kernel/config-4.14.x-aarch64 | 2 +- kernel/config-4.14.x-s390x | 2 +- kernel/config-4.14.x-x86_64 | 2 +- kernel/config-4.4.x-x86_64 | 2 +- kernel/config-4.9.x-aarch64 | 2 +- kernel/config-4.9.x-x86_64 | 2 +- ...cded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch | 4 ++-- .../0002-hyper-v-trace-vmbus_on_msg_dpc.patch | 4 ++-- .../0003-hyper-v-trace-vmbus_on_message.patch | 4 ++-- .../0004-hyper-v-trace-vmbus_onoffer.patch | 4 ++-- .../0005-hyper-v-trace-vmbus_onoffer_rescind.patch | 4 ++-- .../0006-hyper-v-trace-vmbus_onopen_result.patch | 4 ++-- .../0007-hyper-v-trace-vmbus_ongpadl_created.patch | 4 ++-- ...0008-hyper-v-trace-vmbus_ongpadl_torndown.patch | 4 ++-- ...09-hyper-v-trace-vmbus_onversion_response.patch | 4 ++-- .../0010-hyper-v-trace-vmbus_request_offers.patch | 4 ++-- .../0011-hyper-v-trace-vmbus_open.patch | 4 ++-- .../0012-hyper-v-trace-vmbus_close_internal.patch | 4 ++-- .../0013-hyper-v-trace-vmbus_establish_gpadl.patch | 4 ++-- .../0014-hyper-v-trace-vmbus_teardown_gpadl.patch | 4 ++-- ...015-hyper-v-trace-vmbus_negotiate_version.patch | 4 ++-- .../0016-hyper-v-trace-vmbus_release_relid.patch | 4 ++-- ...per-v-trace-vmbus_send_tl_connect_request.patch | 4 ++-- .../0018-hyper-v-trace-channel-events.patch | 4 ++-- .../0019-serial-forbid-8250-on-s390.patch | 7 ++++--- ...001-tools-build-Add-test-for-sched_getcpu.patch | 2 +- ...void-returning-garbage-for-a-ret-variable.patch | 2 +- .../0003-hv_sock-introduce-Hyper-V-Sockets.patch | 2 +- ...us-Don-t-spam-the-logs-with-unknown-GUIDs.patch | 2 +- ...utils-Fix-the-mapping-between-host-versio.patch | 2 +- .../0006-Drivers-hv-vss-Improve-log-messages.patch | 2 +- ...vss-Operation-timeouts-should-match-host-.patch | 2 +- ...vmbus-Use-all-supported-IC-versions-to-ne.patch | 2 +- ...Drivers-hv-Log-the-negotiated-IC-versions.patch | 2 +- ...0010-vmbus-fix-missed-ring-events-on-boot.patch | 2 +- ...ve-goto-error_clean_msglist-in-vmbus_open.patch | 2 +- ...ically-enqueue-dequeue-the-channel-on-vmb.patch | 2 +- 38 files changed, 65 insertions(+), 64 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 4a699db05..dbc3ccb7d 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -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 diff --git a/kernel/config-4.14.x-aarch64 b/kernel/config-4.14.x-aarch64 index 05a1f9e3d..f505cc574 100644 --- a/kernel/config-4.14.x-aarch64 +++ b/kernel/config-4.14.x-aarch64 @@ -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 diff --git a/kernel/config-4.14.x-s390x b/kernel/config-4.14.x-s390x index 6bc6faaa3..65669f2c4 100644 --- a/kernel/config-4.14.x-s390x +++ b/kernel/config-4.14.x-s390x @@ -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 diff --git a/kernel/config-4.14.x-x86_64 b/kernel/config-4.14.x-x86_64 index cfe582b25..069251e50 100644 --- a/kernel/config-4.14.x-x86_64 +++ b/kernel/config-4.14.x-x86_64 @@ -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 diff --git a/kernel/config-4.4.x-x86_64 b/kernel/config-4.4.x-x86_64 index 7d97cc44a..a0b908ae8 100644 --- a/kernel/config-4.4.x-x86_64 +++ b/kernel/config-4.4.x-x86_64 @@ -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 diff --git a/kernel/config-4.9.x-aarch64 b/kernel/config-4.9.x-aarch64 index ea6797130..2577be6ce 100644 --- a/kernel/config-4.9.x-aarch64 +++ b/kernel/config-4.9.x-aarch64 @@ -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 diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index 1ed49ab0f..a79a5329f 100644 --- a/kernel/config-4.9.x-x86_64 +++ b/kernel/config-4.9.x-x86_64 @@ -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 diff --git a/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch b/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch index 9f793263b..6da28f4c6 100644 --- a/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch +++ b/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch @@ -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 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 diff --git a/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch b/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch index 6f9f1c3a4..28d40e883 100644 --- a/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch +++ b/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch b/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch index 7ec4371ac..966deec1a 100644 --- a/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch +++ b/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch b/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch index db3178191..77c528371 100644 --- a/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch +++ b/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch b/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch index f11a00572..42aae116f 100644 --- a/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch +++ b/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch b/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch index fd85ee0cc..809ff58a5 100644 --- a/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch +++ b/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch b/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch index d0bf8a263..c16ed98ea 100644 --- a/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch +++ b/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch b/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch index a7d24d32b..f8818c204 100644 --- a/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch +++ b/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch b/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch index 53dfdd03e..e412036fc 100644 --- a/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch +++ b/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch b/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch index 50f60d9d4..7d5e7bf6c 100644 --- a/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch +++ b/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch b/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch index a574d6bc7..b7e782cf9 100644 --- a/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch +++ b/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch b/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch index 941cd8620..165f20a81 100644 --- a/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch +++ b/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch b/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch index e8061def9..78bb05029 100644 --- a/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch +++ b/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch b/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch index 5c8113e85..aa3073f8d 100644 --- a/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch +++ b/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch b/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch index 0ef27a4bb..ebc4cebb2 100644 --- a/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch +++ b/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch b/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch index b489892a3..d37105c46 100644 --- a/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch +++ b/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch b/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch index c8202df9f..b17def644 100644 --- a/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch +++ b/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch b/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch index 5bf26164f..5dcef6daa 100644 --- a/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch +++ b/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch @@ -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 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. diff --git a/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch b/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch index 3e7f543c1..83f595dce 100644 --- a/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch +++ b/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch @@ -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 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 Signed-off-by: Christian Borntraeger Reviewed-by: Hendrik Brueckner Signed-off-by: Greg Kroah-Hartman +(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 diff --git a/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch b/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch index cce5edb92..bad1e7ecb 100644 --- a/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch +++ b/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch @@ -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 Date: Thu, 2 Mar 2017 12:55:49 -0300 Subject: [PATCH 01/12] tools build: Add test for sched_getcpu() diff --git a/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch b/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch index 9eccda8ad..806aea4d6 100644 --- a/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch +++ b/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch @@ -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 Date: Thu, 13 Oct 2016 17:12:35 -0300 Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable diff --git a/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch b/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch index ad247a204..2524a0ca3 100644 --- a/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch +++ b/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch @@ -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 Date: Sat, 23 Jul 2016 01:35:51 +0000 Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets diff --git a/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch index 658bbff26..f8bc967a3 100644 --- a/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch +++ b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch @@ -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 Date: Mon, 23 May 2016 18:55:45 +0100 Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs diff --git a/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch b/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch index 0dfaacf3c..132fbb50e 100644 --- a/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch +++ b/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch @@ -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 Date: Sun, 6 Nov 2016 13:14:07 -0800 Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host diff --git a/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch b/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch index 45114cc81..60928abf8 100644 --- a/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch +++ b/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch @@ -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 Date: Sun, 6 Nov 2016 13:14:10 -0800 Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages. diff --git a/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch b/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch index 411867d27..71ffd07c1 100644 --- a/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch +++ b/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch @@ -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 Date: Sun, 6 Nov 2016 13:14:11 -0800 Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host diff --git a/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch b/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch index bcde96a1c..fded5560b 100644 --- a/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch +++ b/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch @@ -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 Date: Sat, 28 Jan 2017 12:37:17 -0700 Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to diff --git a/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch b/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch index aaa254cc3..4e332d5fa 100644 --- a/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch +++ b/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch @@ -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 Date: Sat, 28 Jan 2017 12:37:18 -0700 Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions. diff --git a/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch b/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch index 8d6f78a25..7ec4204ef 100644 --- a/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch +++ b/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch @@ -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 Date: Sun, 26 Mar 2017 16:42:20 +0800 Subject: [PATCH 10/12] vmbus: fix missed ring events on boot diff --git a/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch b/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch index d62dbf17b..4eb006042 100644 --- a/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch +++ b/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch @@ -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 Date: Wed, 29 Mar 2017 18:37:10 +0800 Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in diff --git a/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch b/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch index 83cb7142a..bff124ba0 100644 --- a/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch +++ b/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch @@ -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 Date: Fri, 24 Mar 2017 20:53:18 +0800 Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on