From 765cf6c917bd763f095d9f7733b22a02a4f16037 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 6 Dec 2018 20:37:24 +0000 Subject: [PATCH] kernel: Update to 4.19.7/4.14.86/4.9.143 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 16 ++++++++-------- 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.19.x-aarch64 | 2 +- kernel/config-4.19.x-s390x | 2 +- kernel/config-4.19.x-x86_64 | 2 +- kernel/config-4.9.x-x86_64 | 2 +- ...ed-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 +- ...005-hyper-v-trace-vmbus_onoffer_rescind.patch | 2 +- .../0006-hyper-v-trace-vmbus_onopen_result.patch | 2 +- ...007-hyper-v-trace-vmbus_ongpadl_created.patch | 2 +- ...08-hyper-v-trace-vmbus_ongpadl_torndown.patch | 2 +- ...-hyper-v-trace-vmbus_onversion_response.patch | 2 +- ...0010-hyper-v-trace-vmbus_request_offers.patch | 2 +- .../0011-hyper-v-trace-vmbus_open.patch | 4 ++-- ...0012-hyper-v-trace-vmbus_close_internal.patch | 6 +++--- ...013-hyper-v-trace-vmbus_establish_gpadl.patch | 4 ++-- ...0014-hyper-v-trace-vmbus_teardown_gpadl.patch | 6 +++--- ...5-hyper-v-trace-vmbus_negotiate_version.patch | 2 +- .../0016-hyper-v-trace-vmbus_release_relid.patch | 2 +- ...r-v-trace-vmbus_send_tl_connect_request.patch | 4 ++-- .../0018-hyper-v-trace-channel-events.patch | 4 ++-- .../0019-serial-forbid-8250-on-s390.patch | 2 +- ...Allow-only-one-remove-lun-work-item-to-.patch | 2 +- ...Avoid-excessive-host-scan-on-controller.patch | 2 +- ...1-tools-build-Add-test-for-sched_getcpu.patch | 2 +- ...id-returning-garbage-for-a-ret-variable.patch | 2 +- .../0003-hv_sock-introduce-Hyper-V-Sockets.patch | 2 +- ...-Don-t-spam-the-logs-with-unknown-GUIDs.patch | 2 +- ...ils-Fix-the-mapping-between-host-versio.patch | 2 +- ...006-Drivers-hv-vss-Improve-log-messages.patch | 2 +- ...s-Operation-timeouts-should-match-host-.patch | 2 +- ...bus-Use-all-supported-IC-versions-to-ne.patch | 2 +- ...ivers-hv-Log-the-negotiated-IC-versions.patch | 2 +- ...10-vmbus-fix-missed-ring-events-on-boot.patch | 2 +- ...-goto-error_clean_msglist-in-vmbus_open.patch | 4 ++-- ...ally-enqueue-dequeue-the-channel-on-vmb.patch | 6 +++--- ...013-bridge-implement-missing-ndo_uninit.patch | 2 +- ...-bridge-multicast-cleanup-to-ndo_uninit.patch | 2 +- 43 files changed, 61 insertions(+), 61 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 08828dde9..cf7b8d51f 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -262,21 +262,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.19.6,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.85,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.85,4.14.x,,-dbg)) +$(eval $(call kernel,4.19.7,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.86,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.86,4.14.x,,-dbg)) $(eval $(call kernel,4.14.78,4.14.x,-rt,)) -$(eval $(call kernel,4.9.142,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.143,4.9.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.4.166,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.19.6,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.85,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.7,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.86,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.78,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.19.6,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.85,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.7,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.86,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 5294ddb32..d009210f0 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.85 Kernel Configuration +# Linux/arm64 4.14.86 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 a2cd640ea..2cff24965 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.85 Kernel Configuration +# Linux/s390 4.14.86 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 71345638a..f7ec2975b 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.85 Kernel Configuration +# Linux/x86 4.14.86 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.19.x-aarch64 b/kernel/config-4.19.x-aarch64 index 60026dbf0..96ed3afbc 100644 --- a/kernel/config-4.19.x-aarch64 +++ b/kernel/config-4.19.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.19.6 Kernel Configuration +# Linux/arm64 4.19.7 Kernel Configuration # # diff --git a/kernel/config-4.19.x-s390x b/kernel/config-4.19.x-s390x index ec1f81ff7..15fef92f3 100644 --- a/kernel/config-4.19.x-s390x +++ b/kernel/config-4.19.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.19.6 Kernel Configuration +# Linux/s390 4.19.7 Kernel Configuration # # diff --git a/kernel/config-4.19.x-x86_64 b/kernel/config-4.19.x-x86_64 index aaa8beba0..eaea0ec43 100644 --- a/kernel/config-4.19.x-x86_64 +++ b/kernel/config-4.19.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.6 Kernel Configuration +# Linux/x86 4.19.7 Kernel Configuration # # diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index 070728fd3..6e99e4ba4 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.142 Kernel Configuration +# Linux/x86 4.9.143 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 2f5f32eac..13343bc56 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 f32f890d5840a09a0ad1f75020ae98469dfa0861 Mon Sep 17 00:00:00 2001 +From 0fe9c4cf39c893f3b7e216e56443aa392a28bbba 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 e7cac6351..fe8a4e2bd 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 b0ca0014114db47c46637260126e15c0ce861c7c Mon Sep 17 00:00:00 2001 +From 61d3c07a951dfc661fc160dbe01ef51bed01c1f1 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 9a8ad6074..25ca672e8 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 32e581bbabdf801a930498f6b4684bd31518ae2f Mon Sep 17 00:00:00 2001 +From 56bd04ac358f4bc06385209e94c7bb02d7d19e13 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 7c6f25a5d..dff82aafd 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 1d7af8f0d6f6fbb49ed088756e6735a4bd4bb047 Mon Sep 17 00:00:00 2001 +From 49b610e27a16efa991cabec83dc14ae2a9245b11 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 0186e88bd..9a9c772d6 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 b427a85bd5832b84662b21dfe3a3514053c9f39b Mon Sep 17 00:00:00 2001 +From 9d4bba5c23a4641e0b3e34b21b908287c337d313 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 dd8088495..cb8e7f8e2 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 0caa89556b940d73aaa6b4e7a97c270bccd088f6 Mon Sep 17 00:00:00 2001 +From cd1d21ea0baa1d9038cf5a2b6f1f29c72831abb5 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 2772af68b..ac323acb6 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 15e756c14772ffbe19945e4b7ffae1f025f292c4 Mon Sep 17 00:00:00 2001 +From 83eec90dabdc52dc0b4493b8d3405a4deca3565c 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 32a116123..8a7616492 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 254e5709c3d679d8e0c6da27a89b553d4a547595 Mon Sep 17 00:00:00 2001 +From 8769cccd73455fefb5a14cff04806c0a79434578 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 c2502fe0f..c62fb4589 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 d781504ee8d58b669455fd42eec66d251347c21b Mon Sep 17 00:00:00 2001 +From 8bf1ab86826854124c2b58e6a021285ce4e2b9ab 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 1a8decb9c..9a095ce98 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 7daf8f412d52863590bba5741b3f93ed81e04a86 Mon Sep 17 00:00:00 2001 +From 760fb75ae38e3d08e9c5e455d425d13a6466fc5a 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 5d3a8f91f..14e964b37 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 49ff76fd6bbe468e88c595ec3fafda69f1e50c0d Mon Sep 17 00:00:00 2001 +From 4ae9a0c824e1926a98ae7dd0ff0e7817bef8ccff 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 29 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index d96b09fea835..4df21aaf448e 100644 +index e05de5032f0c..d0c115fa0b4c 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -185,6 +185,8 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, 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 f9bdc4ce8..91f41d642 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 3dae5ccf8270525bff36a98a51b2c1dadfbecaef Mon Sep 17 00:00:00 2001 +From b2232769fdd1ef3c7f8ec176469fd5e02ef1cde8 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 17 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 4df21aaf448e..6754725f0ea9 100644 +index d0c115fa0b4c..79b6c2a5a2d9 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c -@@ -601,6 +601,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel) +@@ -609,6 +609,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel) ret = vmbus_post_msg(msg, sizeof(struct vmbus_channel_close_channel), true); 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 d12a0e41b..05fea7089 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 c80aee044345eec95d3f73cdbcbe6bf86ba7e7c8 Mon Sep 17 00:00:00 2001 +From 691a191c22ec39ecb92541857e5469bab95ef06a 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 48 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 6754725f0ea9..55ff0d59d9c9 100644 +index 79b6c2a5a2d9..bf2739dc9244 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -435,6 +435,9 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, 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 d258fd1c6..733fcc992 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 2d82e4ffdafd725f714881fa5faa8d8fc85d9241 Mon Sep 17 00:00:00 2001 +From e53f626420a2692beb5ae4a862821d81f9e51887 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() @@ -15,10 +15,10 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 20 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 55ff0d59d9c9..7026a78a0d47 100644 +index bf2739dc9244..f503bd3e60b3 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c -@@ -519,6 +519,8 @@ int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) +@@ -527,6 +527,8 @@ int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) ret = vmbus_post_msg(msg, sizeof(struct vmbus_channel_gpadl_teardown), true); 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 bf6879ae6..196ad874c 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 af6458230824090ccc8d5ca3157b465dd52e564a Mon Sep 17 00:00:00 2001 +From 08705c9f9cdd7e882c13744f10d07972cabea7bc 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 faa82809a..fccbcc7ec 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 f9ee762c95e3cf95b3b997739b5baba32be1a4e6 Mon Sep 17 00:00:00 2001 +From 55f437b662e542d8748327e5c265061aa263d439 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 ce3a28f35..b359dc9e1 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 34a2285cd5fa33c81bf735a8abe574a14a7004a4 Mon Sep 17 00:00:00 2001 +From 9e61de5d9bdcf89e805d1f749e2656f471a06cc9 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() @@ -15,7 +15,7 @@ Signed-off-by: Greg Kroah-Hartman 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 7026a78a0d47..fb22ae642dbb 100644 +index f503bd3e60b3..d2730378c0dc 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -236,13 +236,18 @@ int vmbus_send_tl_connect_request(const uuid_le *shv_guest_servie_id, 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 59c1121f0..eed15d81b 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 2ea83e5703f2fd65e2c3404d0346234cf2d27677 Mon Sep 17 00:00:00 2001 +From 9b07c4a7725e302e18993f807433dece531d1ca3 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 @@ -24,7 +24,7 @@ Signed-off-by: Rolf Neugebauer 4 files changed, 29 insertions(+) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index fb22ae642dbb..1ad9e41e3192 100644 +index d2730378c0dc..be05f7dde062 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -43,6 +43,8 @@ void vmbus_setevent(struct vmbus_channel *channel) 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 a94f333b1..78bca1eda 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 20f8173c37a177b84472ae99e57f7c95b9ec60fd Mon Sep 17 00:00:00 2001 +From 8a861838c859e0d66a6d949e1c6b4c53e68fdcd2 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 fda4bf60b..52be6c862 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 b9f4a6478b395ffbeddff9f673f95c733f71ed87 Mon Sep 17 00:00:00 2001 +From dbe18edbcee10de45cfbf6c5041b48c95e70946b 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 b0a3ed5cd..77becd52f 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 daffb4833d09fe66b11ec3a5997b5f6b317a0242 Mon Sep 17 00:00:00 2001 +From 288c0d0ef57ed06e0a9a55edc6c429ba16583ee3 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 0c8b0029c..d86c7f877 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 cff0db48171a83a3f28cb2ff8e12fe8c7feebbad Mon Sep 17 00:00:00 2001 +From e8cb3421fbd0a0bdc72b5b6dc9c722eabef4f64f 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 9f5923388..037ff6004 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 ca66631eb4cf00289fd30f372dc914a37e860681 Mon Sep 17 00:00:00 2001 +From b9f7388be4b0ba09f52cffb394ac0eef6c72cc7f 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 a1159c769..e85ec5240 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 439591a23a541299b205b00dd6501bd8c3efee72 Mon Sep 17 00:00:00 2001 +From 2a2bec0df4fa5e17c939c35155ebc50d81c5d2e1 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 be1102cad..898791f62 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 72819f7db0f1a9ae545f22a1acf88feb83e51034 Mon Sep 17 00:00:00 2001 +From ededdda9e89c8fb14800538da485be6aa2bbcd6e 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 7809a1528..9df7d3f10 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 79c37155d0ce4185716be8deb0d1bbf0f6e381f6 Mon Sep 17 00:00:00 2001 +From 703b2f1cfcdb58c80a4e035ce5df7f2764f11ecc 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 b10977dc3..22ce9313e 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 36daeb30499426bbeff322a83ab89057d7b3c2ec Mon Sep 17 00:00:00 2001 +From 530ce2371016f2d116e6d671326b450aeea8acf8 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 ad69516b3..3ba3d45ca 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 5bf12a0561d3219291925fb55863ffc9dc27deb4 Mon Sep 17 00:00:00 2001 +From c08ab7f2bb4ae45c48bbd6abffb1ec5c81041a65 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 2c1d6a5e0..8be691dea 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 aa484186c43ec6c8ea6f907b8d49721fbb5660df Mon Sep 17 00:00:00 2001 +From 86b8df28c5a78b67c810a22487a7d76954a15739 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 421810cf6..3b672e634 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 bf76053a2991ccea7c5da792283149c1ffbd964e Mon Sep 17 00:00:00 2001 +From 6289dcedc99578ac8f7a64c5964db972d9b7baba 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 5962cbe2f..83f4ce62f 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 9a3b758e8c3c74fc7168e9d935d38bc3ef9cb5ac Mon Sep 17 00:00:00 2001 +From ee6b331e03847021be50b08f064538c762e706e3 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 01fa1806a..1e29ec21d 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 f31ed1861b62921bb9bd74da1bd830ce3e29133e Mon Sep 17 00:00:00 2001 +From 1958a5066f42c734d6f14d90ed5d1b6f64829f0d 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 @@ -15,7 +15,7 @@ Origin: git@github.com:dcui/linux.git 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 1606e7f08f4b..1caed01954f6 100644 +index 784c45484825..fb94b96e8469 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -184,17 +184,18 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, 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 770a89a97..f5380fb4e 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 fa5d256364322f405350f49b2165589a279dc31c Mon Sep 17 00:00:00 2001 +From 9c8ff4c95f3e3b8e9b7dd208672c2271fc865a31 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 @@ -14,7 +14,7 @@ Origin: git@github.com:dcui/linux.git 3 files changed, 40 insertions(+), 37 deletions(-) diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c -index 1caed01954f6..5bbcc964dbf7 100644 +index fb94b96e8469..22e62fe70de3 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -181,6 +181,10 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, @@ -59,7 +59,7 @@ index 1caed01954f6..5bbcc964dbf7 100644 error_free_gpadl: vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle); kfree(open_info); -@@ -555,6 +563,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel) +@@ -563,6 +571,8 @@ static int vmbus_close_internal(struct vmbus_channel *channel) goto out; } 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 b56d07e97..ddc370734 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 3620bc6e7306c2dea03c93061702d2626a799c28 Mon Sep 17 00:00:00 2001 +From b7f62663408fa2728f199ba038cff9ab3133c143 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 c1579e6db..1892cc30a 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 dc9fe2f42edae47f5b1cbf7127476f4e25c3653f Mon Sep 17 00:00:00 2001 +From bf153acc59170bc8c9f08191f4a6962c775ad953 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