From a1380fcd1c32d067c161252a1267e8fbd44d801c Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Fri, 17 Aug 2018 12:00:09 +0100 Subject: [PATCH] kernel: Update to 4.17.15/4.14.63/4.9.120/4.4.148 The 4.14.63 contains important security fixes in particular against L1TF (CVE-2018-3615, CVE-2018-3620, CVE-2018-3646) and userspace-userspace SpectreRSB. 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.17.x-aarch64 | 2 +- kernel/config-4.17.x-s390x | 2 +- kernel/config-4.17.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 +- 42 files changed, 50 insertions(+), 50 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index a615eb7d5..181dfd557 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.17.14,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.62,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.62,4.14.x,,-dbg)) +$(eval $(call kernel,4.17.15,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.63,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.63,4.14.x,,-dbg)) $(eval $(call kernel,4.14.59,4.14.x,-rt,)) -$(eval $(call kernel,4.9.119,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.147,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.120,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.148,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.17.14,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.62,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.15,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.63,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.59,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.17.14,4.17.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.62,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.17.15,4.17.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.63,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 d96f5eabe..345d81315 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.62 Kernel Configuration +# Linux/arm64 4.14.63 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 9f641dc56..4fcdc1902 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.62 Kernel Configuration +# Linux/s390 4.14.63 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 5a1506600..7c14ebbaa 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.62 Kernel Configuration +# Linux/x86 4.14.63 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.17.x-aarch64 b/kernel/config-4.17.x-aarch64 index c4ab73c6c..0affb4681 100644 --- a/kernel/config-4.17.x-aarch64 +++ b/kernel/config-4.17.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.17.14 Kernel Configuration +# Linux/arm64 4.17.15 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y diff --git a/kernel/config-4.17.x-s390x b/kernel/config-4.17.x-s390x index 316822e05..2699c132a 100644 --- a/kernel/config-4.17.x-s390x +++ b/kernel/config-4.17.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.17.14 Kernel Configuration +# Linux/s390 4.17.15 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y diff --git a/kernel/config-4.17.x-x86_64 b/kernel/config-4.17.x-x86_64 index 6870c4c34..211bff0ce 100644 --- a/kernel/config-4.17.x-x86_64 +++ b/kernel/config-4.17.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.14 Kernel Configuration +# Linux/x86 4.17.15 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 e21a72c8b..189deeacf 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.147 Kernel Configuration +# Linux/x86 4.4.148 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 5742a0f0e..f4cb11889 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.119 Kernel Configuration +# Linux/x86 4.9.120 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 b7d0b6e63..aa442a562 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 6bf940c4a1e4950afbdb9769e05ead23ad95f69a Mon Sep 17 00:00:00 2001 +From 1eac439963ea0387a71e2f227a18a3e3de24cfdc 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 00e9e2163..98f49d8b8 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 39eeba58d1ce2422b2f7bb87aa3608cb93f91c1b Mon Sep 17 00:00:00 2001 +From c897ba945377b8dfd80c82b289d3418c1a71f87c 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 b7e063e3f..4dd98d2a3 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 2e8defad92a8901647aa510dfcb6eeed53801d0f Mon Sep 17 00:00:00 2001 +From a8dbf919efefd4b2c2eaa558b873b574a5bad9af 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 0965e7b6b..09d4c283c 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 6ce87087e9413ea72efc9c586087039f2532f82c Mon Sep 17 00:00:00 2001 +From d02493565c577a03417c8e3d907e46a8413b8cbb 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 d59c6c8d3..30f479978 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 8209e6484e5ad8090888add781d56af201898bc8 Mon Sep 17 00:00:00 2001 +From 4f9df76c876c4ad6c9ab30ea3bb4c72657fc7ec5 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 7de27fa89..c075e7340 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 a79892650a6d739cca5e3cfdc80276fe43e0f4ab Mon Sep 17 00:00:00 2001 +From f2c44a942ccf5fdd1e882524d15be039c44b26d9 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 c4b7a3dc4..0f8d76c7f 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 a44fdd5b7e46c1f0e34a8baa5ca01380deb5acbb Mon Sep 17 00:00:00 2001 +From 224758bbc0d11f7c343a6fe02a68abed62bd99c8 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 a57fbdfec..5141cafd4 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 cb106cc0803b9a4e2e19e0942b1ac1b511914d9f Mon Sep 17 00:00:00 2001 +From 87674d325b1b1bd344a708ea1e2130a430842418 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 f7e1a652e..57e4143cf 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 d07a78fc089ea9025331aa0971790d04dc891596 Mon Sep 17 00:00:00 2001 +From 15037ab1438508bd7482731b99256b4fb657057f 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 8688eec13..27719e26b 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 bcb71d3da501ab49e8de5a01469e3c4e3c79af7c Mon Sep 17 00:00:00 2001 +From 3c315e0d6ac666fb4b5201048e245120f594ac9e 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 f6a35ba96..ddd698f83 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 c729bb25750d57541d60f09497ac36a9e8ff4982 Mon Sep 17 00:00:00 2001 +From 2ce7c7a606f783cf2a7bdf30e947e5ef2309b878 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 1e33128b2..23b209c2d 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 2589cc41027085975a749ddf238267f760105b30 Mon Sep 17 00:00:00 2001 +From f462358f6edae8db08241026e05ec2bd92db6eb7 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 db12105c3..16a66bfea 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 46cdaccb0a9de1b9ebf36161b652e43cbd1d6fd9 Mon Sep 17 00:00:00 2001 +From 2cd2b920517f035dfb6791130f7312dc99d398cf 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 d890ee2d5..4c4fdd98a 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 1f79bca0f43a1708cae1bfac8e3a766891bc5f74 Mon Sep 17 00:00:00 2001 +From d317b85aef2e58c8172e2d09875cb16d9aa5e464 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 994728ec3..610af80e4 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 ba4b0a8ad1464bad30d3e4bc3ec808a4af19c477 Mon Sep 17 00:00:00 2001 +From 82194d074370efd2b2a6c550cbe7050dd932b136 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 7705ba337..8a9cbb67e 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 3ad32115332ce7874ff20459b658244c90ef8fe5 Mon Sep 17 00:00:00 2001 +From 1e482a1d72f7e49376ea6204b74728b9bd748a21 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 d413273a1..28cd8390b 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 e96e858d60f00b0ca359006ce7ae82e8547da2bc Mon Sep 17 00:00:00 2001 +From 2419f4c888f25e843f3a67fa15e9cef6586c354c 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 9482f4800..03d706915 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 41b7b92d8df2160e84615d1badd5b06fdb2e4b7d Mon Sep 17 00:00:00 2001 +From 889530d689cd56435d7201ed2e82c80c3cc40715 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 eb314eb3e..abc4198b2 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 a16cb269ded032de9550000c54bc0c5dcc778621 Mon Sep 17 00:00:00 2001 +From fd47a72ca77043a324da9e1cd3d5f4cad46fd35b 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 0b3a03288..d334e9a39 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 3b2d8cb6a4f53249a8388134c06f86687be9a122 Mon Sep 17 00:00:00 2001 +From 72aad803a3cf64392a984503ceb173c7519b7d14 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 c42cffe55..61530a961 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 84260e214af54769eb9e4b0af5daf99950eaa5c9 Mon Sep 17 00:00:00 2001 +From 147f959fea03655b96a0f95eeea958c38760fe49 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 ad9cf30ae..b14f231de 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 c9f594aa0c45e3b2e555f37d01c8505f2849e148 Mon Sep 17 00:00:00 2001 +From 4d85ad29b81cde20c5c31139ee9ce4141336f74c 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 ddd0a487e..f0f81b77a 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 f4fa633d5cc21ba9c29926a4aa144e94fb1b8cbe Mon Sep 17 00:00:00 2001 +From 9114b0b0adf04367b56b3f3a8811946c39ace96c 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 67e327378..863fb3c6b 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 65ef54ef3d1c8d29ab2fb899736e8001897e1545 Mon Sep 17 00:00:00 2001 +From 9cdd02e892680d18bd826693c930e7e70f1af695 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 916ce3e08..5d25d17e5 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 7b532c9bd03dfb12193f4e853a417b70cac6c625 Mon Sep 17 00:00:00 2001 +From 0e72a057c78c91ccd2e3a419fda97634d2af14c2 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 16a249ce5..3665cf931 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 167b858e2c006bee44f165c4d94994e3305026ba Mon Sep 17 00:00:00 2001 +From 959db81f9c942ee0f13cda3714490a2ef35d40c5 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 82167db83..b7c5dadd0 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 d8d75a727ae6120603937f92b7c346e00ec9e370 Mon Sep 17 00:00:00 2001 +From aa13bdeceed3a83384ef6107ac6a41acd57f8019 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 48792e82e..df0204c33 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 9e8896dd4c781bd2e67a985ba509cde1b9124d05 Mon Sep 17 00:00:00 2001 +From 7b2f8601322859f5d5ce19362d812097803131ec 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 e0c0b9287..262441352 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 72fcaa81f55c42897c8b5012ae7b581e9d79fa1f Mon Sep 17 00:00:00 2001 +From c133c5a3f1a71170786034d99f6c2bf42645c35b 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 145658f44..48d3b5ade 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 78605b21e74599fa3b44deb702222c449f383074 Mon Sep 17 00:00:00 2001 +From 8b45a15a2cb4d319142471affbe52b695b4a28a1 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 b4695dce1..39235b9b1 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 8f78fd2a693e2f29779a468b41ca274ceeda3aa6 Mon Sep 17 00:00:00 2001 +From 74eac7cdda571ca69299eba69d3f7f8a712f1355 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 d18d9f36b..abe950773 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 e108b69306a8843f423f9a4856c58cada401f2bd Mon Sep 17 00:00:00 2001 +From 24c7ec4eef2035e8ca59c9708c712c68c07c7958 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 044166fc4..a59b6be87 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 4d7964338af907e591accbeb29cfe745f6f00af0 Mon Sep 17 00:00:00 2001 +From fa3da21eead5c57498c61f4f578cca262cdba744 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