From 6b7b64fb08310425e0bc9206d06ce943da76f483 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 20 Oct 2018 14:16:28 +0100 Subject: [PATCH] kernel: Update to 4.18.15/4.14.77/4.9.134/4.4.161 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 18 +++++++++--------- 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.18.x-aarch64 | 2 +- kernel/config-4.18.x-s390x | 2 +- kernel/config-4.18.x-x86_64 | 2 +- kernel/config-4.4.x-x86_64 | 2 +- kernel/config-4.9.x-x86_64 | 2 +- ...-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch | 2 +- .../0002-hyper-v-trace-vmbus_on_msg_dpc.patch | 2 +- .../0003-hyper-v-trace-vmbus_on_message.patch | 2 +- .../0004-hyper-v-trace-vmbus_onoffer.patch | 2 +- ...5-hyper-v-trace-vmbus_onoffer_rescind.patch | 2 +- ...006-hyper-v-trace-vmbus_onopen_result.patch | 2 +- ...7-hyper-v-trace-vmbus_ongpadl_created.patch | 2 +- ...-hyper-v-trace-vmbus_ongpadl_torndown.patch | 2 +- ...yper-v-trace-vmbus_onversion_response.patch | 2 +- ...10-hyper-v-trace-vmbus_request_offers.patch | 2 +- .../0011-hyper-v-trace-vmbus_open.patch | 2 +- ...12-hyper-v-trace-vmbus_close_internal.patch | 2 +- ...3-hyper-v-trace-vmbus_establish_gpadl.patch | 2 +- ...14-hyper-v-trace-vmbus_teardown_gpadl.patch | 2 +- ...hyper-v-trace-vmbus_negotiate_version.patch | 2 +- ...016-hyper-v-trace-vmbus_release_relid.patch | 2 +- ...v-trace-vmbus_send_tl_connect_request.patch | 2 +- .../0018-hyper-v-trace-channel-events.patch | 2 +- .../0019-serial-forbid-8250-on-s390.patch | 2 +- ...low-only-one-remove-lun-work-item-to-.patch | 2 +- ...oid-excessive-host-scan-on-controller.patch | 2 +- ...tools-build-Add-test-for-sched_getcpu.patch | 2 +- ...-returning-garbage-for-a-ret-variable.patch | 2 +- ...003-hv_sock-introduce-Hyper-V-Sockets.patch | 2 +- ...on-t-spam-the-logs-with-unknown-GUIDs.patch | 2 +- ...s-Fix-the-mapping-between-host-versio.patch | 2 +- ...6-Drivers-hv-vss-Improve-log-messages.patch | 2 +- ...Operation-timeouts-should-match-host-.patch | 2 +- ...s-Use-all-supported-IC-versions-to-ne.patch | 2 +- ...ers-hv-Log-the-negotiated-IC-versions.patch | 2 +- ...-vmbus-fix-missed-ring-events-on-boot.patch | 2 +- ...oto-error_clean_msglist-in-vmbus_open.patch | 2 +- ...ly-enqueue-dequeue-the-channel-on-vmb.patch | 2 +- ...3-bridge-implement-missing-ndo_uninit.patch | 2 +- ...ridge-multicast-cleanup-to-ndo_uninit.patch | 2 +- 44 files changed, 52 insertions(+), 52 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index ded3956f8..d15ca63bd 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -259,21 +259,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.18.14,4.18.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.76,4.14.x,,-dbg)) +$(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.77,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.77,4.14.x,,-dbg)) $(eval $(call kernel,4.14.71,4.14.x,-rt,)) -$(eval $(call kernel,4.9.133,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.160,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.134,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.161,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.18.14,4.18.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.77,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.71,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.18.14,4.18.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.18.15,4.18.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.77,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 8defe9700..fe4a13aad 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.76 Kernel Configuration +# Linux/arm64 4.14.77 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 afa835404..9e13c45cf 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.76 Kernel Configuration +# Linux/s390 4.14.77 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 67c5aafbe..c1f4448d4 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.76 Kernel Configuration +# Linux/x86 4.14.77 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.18.x-aarch64 b/kernel/config-4.18.x-aarch64 index b727692b1..9aa2cec46 100644 --- a/kernel/config-4.18.x-aarch64 +++ b/kernel/config-4.18.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.18.14 Kernel Configuration +# Linux/arm64 4.18.15 Kernel Configuration # # diff --git a/kernel/config-4.18.x-s390x b/kernel/config-4.18.x-s390x index 43d48b98a..0ffe94879 100644 --- a/kernel/config-4.18.x-s390x +++ b/kernel/config-4.18.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.18.14 Kernel Configuration +# Linux/s390 4.18.15 Kernel Configuration # # diff --git a/kernel/config-4.18.x-x86_64 b/kernel/config-4.18.x-x86_64 index a07563419..d32c399ff 100644 --- a/kernel/config-4.18.x-x86_64 +++ b/kernel/config-4.18.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.18.14 Kernel Configuration +# Linux/x86 4.18.15 Kernel Configuration # # diff --git a/kernel/config-4.4.x-x86_64 b/kernel/config-4.4.x-x86_64 index 628b72629..686756dab 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.160 Kernel Configuration +# Linux/x86 4.4.161 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index a850b8523..7d2d65797 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.133 Kernel Configuration +# Linux/x86 4.9.134 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 57d94e01f..c9df953c8 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,4 +1,4 @@ -From a5bbae650919a51fa6e04b5d92460c3c348c25fc Mon Sep 17 00:00:00 2001 +From ce4b3ca332074f1a4b765361d03ac7a159713f5b Mon Sep 17 00:00:00 2001 From: Cheng-mean Liu Date: Tue, 11 Jul 2017 16:58:26 -0700 Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB 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 6e26d3dd3..f23ff61dc 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,4 +1,4 @@ -From 0e7b7c43bc3b203283b05383970894a4d2f93131 Mon Sep 17 00:00:00 2001 +From b2436490b5e169f6083f6ebec2a34f23cb826e9d Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:00 -0700 Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc() 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 133fde651..48b45c945 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,4 +1,4 @@ -From 780a24eb0ee0c449efbbbe394e8ab0f7c770a4f7 Mon Sep 17 00:00:00 2001 +From fc8836263ba9173a0c9cb42aefad2fce0b9e71bb Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:01 -0700 Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() 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 09fa5a046..089fba826 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,4 +1,4 @@ -From 2f335c7cfe8e4778642449618d88fb37711ff5d6 Mon Sep 17 00:00:00 2001 +From d7b3ceddbd757751fb949c46d46e70d06e1946e6 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:02 -0700 Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() 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 c12e0e096..1679ea652 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,4 +1,4 @@ -From fa5ed37739a83dbd33134fe353eb16d634dd3ac0 Mon Sep 17 00:00:00 2001 +From 3420e7d549a82161853cde564e4b135963ad15bd Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:03 -0700 Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() 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 ab3e5af90..f1f9a5f8c 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,4 +1,4 @@ -From fb7f2c4ac947e83f04ee9e3879c961efa9e8d92d Mon Sep 17 00:00:00 2001 +From 10c34181a97de64d6d9e60b19b2a5989e750def0 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:04 -0700 Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() 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 95cce9603..64efcc342 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,4 +1,4 @@ -From f04a016f53d497f4651fa0848f94b02410f326b6 Mon Sep 17 00:00:00 2001 +From 00ed7f1df01059636d262296b662e532009c5f6c Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:05 -0700 Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() 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 ab7364953..81ddcf22f 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,4 +1,4 @@ -From a937184b272e926b54eeeff898905609b8ffd154 Mon Sep 17 00:00:00 2001 +From 708daedd589ec30620bca0da1465cb76a317a970 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:06 -0700 Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() 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 755cd8ff0..4ca1cd94f 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,4 +1,4 @@ -From c3281b198f06d4f806535f6346660b2f06c85770 Mon Sep 17 00:00:00 2001 +From 7fc3539e600c0ea9364c901d77cdc5efc5e9d4e0 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:07 -0700 Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() 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 6eca3dc55..a5b27edf3 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,4 +1,4 @@ -From 560ead0e33247bf3c1ccf42876fb3e2c189611c2 Mon Sep 17 00:00:00 2001 +From 72d67bae2d38f8c315add50bbb5ead143054d179 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:08 -0700 Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() 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 31d1d7521..d6396d354 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,4 +1,4 @@ -From a9ce8464b23d3731574470e136556c490ddf9caf Mon Sep 17 00:00:00 2001 +From c3c33664f8de19b39df5e789472bd3d6e85db4b5 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:09 -0700 Subject: [PATCH 11/21] hyper-v: trace vmbus_open() 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 4b03f3781..da895b874 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,4 +1,4 @@ -From 78679bf3d398c719191976d3e7064d90429b0e81 Mon Sep 17 00:00:00 2001 +From 78545a95718edfe249ec204ef578cc2379340d95 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:10 -0700 Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() 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 a3f18493b..26515e015 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,4 +1,4 @@ -From 276aa0e6f3c60ad78d93705a28efe20bb7150815 Mon Sep 17 00:00:00 2001 +From 0c9150bb58168e3ca429460085411edb4753922e Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:11 -0700 Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() 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 a3a4e997b..70b8964bf 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,4 +1,4 @@ -From 996b77b4b49418e13f22bd4ba69aa5d521076d18 Mon Sep 17 00:00:00 2001 +From 5312daba0b87d7349c6b5bec953357e4a2fb1936 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:12 -0700 Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() 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 516d0357b..e00b02146 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,4 +1,4 @@ -From 3aecbac2acf7052d3f9d96a2bd8dabf83809639c Mon Sep 17 00:00:00 2001 +From 14cb6f445e4c6406ee097b9677e09a509c08f64b Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:13 -0700 Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() 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 56f5dded6..406fad869 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,4 +1,4 @@ -From 1ea29e2cdbcecd3842ad3ac351c0403d59da7511 Mon Sep 17 00:00:00 2001 +From 264bebb0bdef72445662e4106ed060a531382c93 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:14 -0700 Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() 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 910db9cc5..42f151d15 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,4 +1,4 @@ -From 5240aea95d6d0bbb7f066142b77ee6ea98615349 Mon Sep 17 00:00:00 2001 +From 0a48112076ab542b6ea03da1b76f1a6b6cf43bba Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:15 -0700 Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() 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 6c2aaac50..5ae9e4d0a 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,4 +1,4 @@ -From d2f64a0c3fe1403ce29890322f238310dad63f83 Mon Sep 17 00:00:00 2001 +From 95866f6573526078aef2ce875ba9d803dec3acde Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:16 -0700 Subject: [PATCH 18/21] hyper-v: trace channel events 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 bb23c1d60..49204394e 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,4 +1,4 @@ -From 60baadfb0193ddcb548bed991568bb53cadd3d81 Mon Sep 17 00:00:00 2001 +From 90e5c8a6e893bda4111cbeef22940b087b2c10e4 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 12 Dec 2017 09:08:35 +0100 Subject: [PATCH 19/21] serial: forbid 8250 on s390 diff --git a/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch b/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch index 6ae6b910b..fcc86afe3 100644 --- a/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch +++ b/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch @@ -1,4 +1,4 @@ -From af2fbf235fc85b9b177b160701c0524515b9019d Mon Sep 17 00:00:00 2001 +From 35cc96cd930dfe9218b126f294d1d377d9d58a4d Mon Sep 17 00:00:00 2001 From: Cathy Avery Date: Tue, 31 Oct 2017 08:52:06 -0400 Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to diff --git a/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch b/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch index 1d63ca30a..15648c405 100644 --- a/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch +++ b/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch @@ -1,4 +1,4 @@ -From d90a5a4e5b5ff239cfc33a3f667bf14944379520 Mon Sep 17 00:00:00 2001 +From a05a8a0ea43ef56165eb0a5898f518a45cfe39bc Mon Sep 17 00:00:00 2001 From: Long Li Date: Tue, 31 Oct 2017 14:58:08 -0700 Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller 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 3b310cd75..796b2ea83 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 adf0a2511ea17a1be537556890c4316bd6f6d259 Mon Sep 17 00:00:00 2001 +From 0409a49a137b4ab02cd8a5f0112fef1a2df850c5 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 2 Mar 2017 12:55:49 -0300 Subject: [PATCH 01/14] 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 4be2909ce..11de1249b 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 d274d736fd14baa0cd3d64518234661450822b75 Mon Sep 17 00:00:00 2001 +From 7e5c3afbe8ef715c911be24a0767ab1f68bbad45 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 13 Oct 2016 17:12:35 -0300 Subject: [PATCH 02/14] 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 e1ca153a7..35e06f990 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 f3d2113e9a2057daa34812c967ba6f3c4c0ea534 Mon Sep 17 00:00:00 2001 +From be132861f4ffd59a29bf7d94c310b4252efbc3d4 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sat, 23 Jul 2016 01:35:51 +0000 Subject: [PATCH 03/14] 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 2c7c2a8fa..afb9636b7 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 443fdc26f8225e9f9c626b70110a340319d06859 Mon Sep 17 00:00:00 2001 +From 741869893190cceb9af3b95f3b64bc759e575d06 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 23 May 2016 18:55:45 +0100 Subject: [PATCH 04/14] 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 cd0f38832..162fdbb9b 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 b85830baaa2c9cd61ae78f2ce8aa566764000eb7 Mon Sep 17 00:00:00 2001 +From d7edbb872b6c46b1e6e1ef23cc30c777d382209d Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:07 -0800 Subject: [PATCH 05/14] 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 56b62e5b3..222e3f8e9 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 c759e2fff50334ecfa6bbc9324566f8acac9e6c8 Mon Sep 17 00:00:00 2001 +From 58646dba94856610f38623481ce74f8dbcee0700 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:10 -0800 Subject: [PATCH 06/14] 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 66492e8ec..6d11e62f2 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 800746dfde7857c19b9e57e4233d08ddb401cf68 Mon Sep 17 00:00:00 2001 +From 67137ed17af92c039cc8af5b315b800a580cbe02 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:11 -0800 Subject: [PATCH 07/14] 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 68e36f626..8ed35d112 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 18763e37ab6f57689e857ac3c7d7cbb767246f41 Mon Sep 17 00:00:00 2001 +From 3cdfa86889cc0a789dbd7ad7ffa10fae1e09a36b Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:17 -0700 Subject: [PATCH 08/14] 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 972058fac..d7fb9e9d6 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 5c4ed2de818ca6d01aad0cc0c7017dc922cf442a Mon Sep 17 00:00:00 2001 +From b254222aafa88495653131b52136db249e6f3ee4 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:18 -0700 Subject: [PATCH 09/14] 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 0c08113b4..851c6488f 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 0198ee911b6a21ed8d30969547d67c6d6914fbe0 Mon Sep 17 00:00:00 2001 +From a0d3a53feff04590e63cbdb7d61689042ac27065 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sun, 26 Mar 2017 16:42:20 +0800 Subject: [PATCH 10/14] 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 817efd8b5..b96bf84ec 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 88462aafab2e997403cdbd518c85d99873ed8617 Mon Sep 17 00:00:00 2001 +From 00f1c0c06d5203884c9f822b789bff100acde789 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 29 Mar 2017 18:37:10 +0800 Subject: [PATCH 11/14] 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 b43bed478..ca949eeb2 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 b1bd421217488a3d29f6447358c0980b1b7ff62d Mon Sep 17 00:00:00 2001 +From b5113c9417921f118aeb397a22a22218477cd435 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 24 Mar 2017 20:53:18 +0800 Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on diff --git a/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch b/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch index 7a40901a2..8296f30b4 100644 --- a/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch +++ b/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch @@ -1,4 +1,4 @@ -From 6c0e03e01cb76d48bcc627e7ef72fe1aa0487b73 Mon Sep 17 00:00:00 2001 +From 03361058c9f2d2d394606977f306c5e256b74522 Mon Sep 17 00:00:00 2001 From: Ido Schimmel Date: Mon, 10 Apr 2017 14:59:27 +0300 Subject: [PATCH 13/14] bridge: implement missing ndo_uninit() diff --git a/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch b/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch index 7ee4ab977..e34b968d1 100644 --- a/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch +++ b/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch @@ -1,4 +1,4 @@ -From 2088233e0c97cc51d8f77d6c0ea1f4df03adcf86 Mon Sep 17 00:00:00 2001 +From dc57918e995f4414eb9478d7887df8e1a776e301 Mon Sep 17 00:00:00 2001 From: Xin Long Date: Tue, 25 Apr 2017 22:58:37 +0800 Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit