From 380a05e416f4059a4cabbe195f42e9bb3312f651 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 30 Jun 2019 18:13:54 +0100 Subject: [PATCH] kernel: Update to 5.1.14/4.19.55/4.14.129 This skips 5.1.13 and 4.19.54 because the diff was a single commit. Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 16 ++++++++-------- 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-5.1.x-aarch64 | 2 +- kernel/config-5.1.x-s390x | 2 +- kernel/config-5.1.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 | 2 +- ...0012-hyper-v-trace-vmbus_close_internal.patch | 2 +- ...013-hyper-v-trace-vmbus_establish_gpadl.patch | 2 +- ...0014-hyper-v-trace-vmbus_teardown_gpadl.patch | 2 +- ...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 | 2 +- .../0018-hyper-v-trace-channel-events.patch | 2 +- .../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 +- 29 files changed, 36 insertions(+), 36 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 865ee8b71..2bb95bd2b 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -251,21 +251,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,5.1.12,5.1.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.53,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.53,4.19.x,,-dbg)) +$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.55,4.19.x,,-dbg)) $(eval $(call kernel,4.19.50,4.19.x,-rt,)) -$(eval $(call kernel,4.14.128,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.129,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.182,4.9.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,5.1.12,5.1.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.53,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.50,4.19.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,5.1.12,5.1.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.53,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.1.14,5.1.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.55,4.19.x,$(EXTRA),$(DEBUG))) endif # Target for kernel config diff --git a/kernel/config-4.14.x-x86_64 b/kernel/config-4.14.x-x86_64 index 59e72e096..726144637 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.128 Kernel Configuration +# Linux/x86 4.14.129 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 398ad0c72..e611419ce 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.53 Kernel Configuration +# Linux/arm64 4.19.55 Kernel Configuration # # diff --git a/kernel/config-4.19.x-s390x b/kernel/config-4.19.x-s390x index 417cad008..f4ecd164e 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.53 Kernel Configuration +# Linux/s390 4.19.55 Kernel Configuration # # diff --git a/kernel/config-4.19.x-x86_64 b/kernel/config-4.19.x-x86_64 index ef9996f52..6e9a255d3 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.53 Kernel Configuration +# Linux/x86 4.19.55 Kernel Configuration # # diff --git a/kernel/config-5.1.x-aarch64 b/kernel/config-5.1.x-aarch64 index 870b2c5ed..6fec12f93 100644 --- a/kernel/config-5.1.x-aarch64 +++ b/kernel/config-5.1.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.1.12 Kernel Configuration +# Linux/arm64 5.1.14 Kernel Configuration # # diff --git a/kernel/config-5.1.x-s390x b/kernel/config-5.1.x-s390x index 1eaad3648..79ce8b43e 100644 --- a/kernel/config-5.1.x-s390x +++ b/kernel/config-5.1.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.1.12 Kernel Configuration +# Linux/s390 5.1.14 Kernel Configuration # # diff --git a/kernel/config-5.1.x-x86_64 b/kernel/config-5.1.x-x86_64 index 45a6935c4..743e2de3f 100644 --- a/kernel/config-5.1.x-x86_64 +++ b/kernel/config-5.1.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.1.12 Kernel Configuration +# Linux/x86 5.1.14 Kernel Configuration # # 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 f1f16cc6b..0ec4d3c1a 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 a41292a2e23ad4540ad331ce97ba27cb86d97d12 Mon Sep 17 00:00:00 2001 +From ab83835ac22c5f006b23c2dead5a0e9ed0169341 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 07922863d..856e6413c 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 6226f6a89561c11557a52460a46fe3936cc272d7 Mon Sep 17 00:00:00 2001 +From c9d048cbc6e96b9fa15cd21e0026eb3bd3610909 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 feaeb8cd2..3d342e11d 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 72a2200af1fd0303d828d8beebe5577bb4598c23 Mon Sep 17 00:00:00 2001 +From c147cb9490a6aec1451261188a8898628560cadb 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 d71dcae87..5c2729051 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 272494bd00af6115c7b638a11850b8702e6c3c6a Mon Sep 17 00:00:00 2001 +From 9d197cfc877d2ae35c738abcb4d407dee21100db 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 d95430ddd..0847871da 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 818a1725e2bd8bc66e2156f6d648268504cac4b1 Mon Sep 17 00:00:00 2001 +From 2af1fb33dde91c1d2046fe444a4a4cf6b807ad52 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 0b9702f95..2b8b92be3 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 a7000e4b67cc5a0f65b8c7283eb215965e7271f0 Mon Sep 17 00:00:00 2001 +From 5d9947bdaa14750c622b37ef6168bc85f832f646 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 2bcda812f..4953207c8 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 6e0c0ae6e84a18fc2a94e7e7eb27c5f3af35d5a4 Mon Sep 17 00:00:00 2001 +From 3b1c1470e66ce8ac8a18ef15d416c41a75ff6493 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 3d865bb7c..0e79422b6 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 030bb13a471bea156789b1d8b433f95e6780316b Mon Sep 17 00:00:00 2001 +From 0ff3d58ae9a2f796f732a8db88d04606f931ac42 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 7758fbe43..7500fe62b 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 7d2f2146877f135e7b9376a447e4dcb1b3260467 Mon Sep 17 00:00:00 2001 +From ca0b9ad3fa5309aa160b2069441eede04f123034 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 9b79a781a..0fde3df02 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 94ae249de2acc1e12a1f100b7300ef111fd944fe Mon Sep 17 00:00:00 2001 +From 45983c6a40a83b77b2177c66d434e1c908d71a26 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 fe563d31d..7dbf59d2e 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 494177b31512633698d66440ea97f3c60a60cfc8 Mon Sep 17 00:00:00 2001 +From f18370ca20c54c40d8ae04d5531e3cc13aa3baf0 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 5869ca026..53493f5a7 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 13ac31cba51c30e75b622359541799a617c9e31b Mon Sep 17 00:00:00 2001 +From 85c03bb9dc6811db646e71932f7c9d36ce1e5dca 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 781ddc3b9..c51280c7a 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 57ec11dd4759e92831a76f95f5ecdfad16cd0349 Mon Sep 17 00:00:00 2001 +From 063842a00842fd4962de76a6ce95e07a5523c601 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 725722db4..8bdc158f2 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 287d73d73bed1a821b2663051f98586f4d0ebc91 Mon Sep 17 00:00:00 2001 +From 75a6d70743cbb80348492694087cb143aae304fd 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 c49cc0ec0..2f624a106 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 a622de4f104ba89097f69c006122348bf26d4b07 Mon Sep 17 00:00:00 2001 +From e31a0c3104ae65b8b454b53de7872092ae185721 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 076b580bc..a73fa09cf 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 fa1371e7c1725fa2a42f61e7ccd2de36a7813e55 Mon Sep 17 00:00:00 2001 +From 1ad24f3098857e3da5d31a3bbcf7c20cb3bacc28 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 413d03dc5..018532c05 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 cf757506ed73479ec3340b7632c8a34a98813cd3 Mon Sep 17 00:00:00 2001 +From ad7b88fd3067ec7f9c1d4b10d99f18bfd53e3d1f 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 e8cd7e310..089e9abe8 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 8c233d3a409acb1d8920b16a8e56d9d08acdc9cf Mon Sep 17 00:00:00 2001 +From f4655f4e00331f60f585655f0d539b266015ec92 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 3de46475a..030b93986 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 4c90c3304278171feec3401d7aaa28cd3c09f697 Mon Sep 17 00:00:00 2001 +From 8da458cf185e04d40db4841e99483d43af81633c 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 8994f4541..f7445c777 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 29aa866bbb1594d92a4fd0697dda1a27c1774af7 Mon Sep 17 00:00:00 2001 +From d312eb97e5a31aabc2bc95e3630017817ff59d50 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 8a7eab390..55e72c911 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 c09bbd95239588074bd7ac50f19aad84fc0b139d Mon Sep 17 00:00:00 2001 +From c8937ea9089fe31c464835864fbe93cc113ac668 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