From 208811355a5845ba904ace72b7f3543da262cfbc Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 22 Mar 2018 19:55:57 +0000 Subject: [PATCH 1/3] kernel: Update to 4.15.12/4.14.29/4.9.89/4.4.123 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 20 +++++++++---------- 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.15.x-aarch64 | 2 +- kernel/config-4.15.x-s390x | 2 +- kernel/config-4.15.x-x86_64 | 2 +- kernel/config-4.4.x-x86_64 | 2 +- kernel/config-4.9.x-aarch64 | 2 +- kernel/config-4.9.x-x86_64 | 2 +- ...ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch | 4 ++-- .../0002-hyper-v-trace-vmbus_on_msg_dpc.patch | 4 ++-- .../0003-hyper-v-trace-vmbus_on_message.patch | 4 ++-- .../0004-hyper-v-trace-vmbus_onoffer.patch | 4 ++-- ...-hyper-v-trace-vmbus_onoffer_rescind.patch | 4 ++-- ...06-hyper-v-trace-vmbus_onopen_result.patch | 4 ++-- ...-hyper-v-trace-vmbus_ongpadl_created.patch | 4 ++-- ...hyper-v-trace-vmbus_ongpadl_torndown.patch | 4 ++-- ...per-v-trace-vmbus_onversion_response.patch | 4 ++-- ...0-hyper-v-trace-vmbus_request_offers.patch | 4 ++-- .../0011-hyper-v-trace-vmbus_open.patch | 4 ++-- ...2-hyper-v-trace-vmbus_close_internal.patch | 4 ++-- ...-hyper-v-trace-vmbus_establish_gpadl.patch | 4 ++-- ...4-hyper-v-trace-vmbus_teardown_gpadl.patch | 4 ++-- ...yper-v-trace-vmbus_negotiate_version.patch | 4 ++-- ...16-hyper-v-trace-vmbus_release_relid.patch | 4 ++-- ...-trace-vmbus_send_tl_connect_request.patch | 4 ++-- .../0018-hyper-v-trace-channel-events.patch | 4 ++-- .../0019-serial-forbid-8250-on-s390.patch | 4 ++-- .../0001-serial-forbid-8250-on-s390.patch | 4 ++-- ...ools-build-Add-test-for-sched_getcpu.patch | 4 ++-- ...returning-garbage-for-a-ret-variable.patch | 4 ++-- ...03-hv_sock-introduce-Hyper-V-Sockets.patch | 4 ++-- ...n-t-spam-the-logs-with-unknown-GUIDs.patch | 4 ++-- ...-Fix-the-mapping-between-host-versio.patch | 4 ++-- ...-Drivers-hv-vss-Improve-log-messages.patch | 4 ++-- ...peration-timeouts-should-match-host-.patch | 4 ++-- ...-Use-all-supported-IC-versions-to-ne.patch | 4 ++-- ...rs-hv-Log-the-negotiated-IC-versions.patch | 4 ++-- ...vmbus-fix-missed-ring-events-on-boot.patch | 4 ++-- ...to-error_clean_msglist-in-vmbus_open.patch | 4 ++-- ...y-enqueue-dequeue-the-channel-on-vmb.patch | 4 ++-- 42 files changed, 83 insertions(+), 83 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 4828193b4..126fdeb64 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -218,22 +218,22 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.15.11,4.15.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.28,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.28,4.14.x,,-dbg)) +$(eval $(call kernel,4.15.12,4.15.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.29,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.29,4.14.x,,-dbg)) $(eval $(call kernel,4.14.24,4.14.x,-rt,)) -$(eval $(call kernel,4.9.88,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.122,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.89,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.123,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.15.11,4.15.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.28,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.15.12,4.15.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.29,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.24,4.14.x,-rt,)) -$(eval $(call kernel,4.9.88,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.89,4.9.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.15.11,4.15.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.28,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.15.12,4.15.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.29,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 cb3ad3a71..11ab24ac9 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.28 Kernel Configuration +# Linux/arm64 4.14.29 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 4a9ec3368..69b24c615 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.28 Kernel Configuration +# Linux/s390 4.14.29 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 c6544527a..1a715da79 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.28 Kernel Configuration +# Linux/x86 4.14.29 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.15.x-aarch64 b/kernel/config-4.15.x-aarch64 index c33892bf7..fbbee73be 100644 --- a/kernel/config-4.15.x-aarch64 +++ b/kernel/config-4.15.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.15.11 Kernel Configuration +# Linux/arm64 4.15.12 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y diff --git a/kernel/config-4.15.x-s390x b/kernel/config-4.15.x-s390x index 3a001e6c5..5993e40e4 100644 --- a/kernel/config-4.15.x-s390x +++ b/kernel/config-4.15.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.15.11 Kernel Configuration +# Linux/s390 4.15.12 Kernel Configuration # CONFIG_MMU=y CONFIG_ZONE_DMA=y diff --git a/kernel/config-4.15.x-x86_64 b/kernel/config-4.15.x-x86_64 index 0b1ed9b61..f2e66c146 100644 --- a/kernel/config-4.15.x-x86_64 +++ b/kernel/config-4.15.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.15.11 Kernel Configuration +# Linux/x86 4.15.12 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 f4a482765..895084153 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.122 Kernel Configuration +# Linux/x86 4.4.123 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.9.x-aarch64 b/kernel/config-4.9.x-aarch64 index 217058b14..245c94b6b 100644 --- a/kernel/config-4.9.x-aarch64 +++ b/kernel/config-4.9.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.9.88 Kernel Configuration +# Linux/arm64 4.9.89 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index ea7094fc1..9bf4d078c 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.88 Kernel Configuration +# Linux/x86 4.9.89 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 a276c24fe..cda42bad3 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 9e6fb8fa75239b9806b4242297c80cc7c310cb10 Mon Sep 17 00:00:00 2001 +From f2dfc3322844833fff0e355605881c7057a6ff34 Mon Sep 17 00:00:00 2001 From: Cheng-mean Liu Date: Tue, 11 Jul 2017 16:58:26 -0700 Subject: [PATCH 01/19] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB @@ -24,5 +24,5 @@ index 3f03567631cb..e63c201ed1ef 100644 enum ars_masks { -- -2.16.0 +2.11.1 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 420729faf..c303e55ce 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 3b2d530710e5be30e256d5aa1ebae0703ab38da6 Mon Sep 17 00:00:00 2001 +From 39acaefe663f3f9baf52bfe8353cdb185ec6e391 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:00 -0700 Subject: [PATCH 02/19] hyper-v: trace vmbus_on_msg_dpc() @@ -107,5 +107,5 @@ index 2cd134dd94d2..9687e462fd43 100644 WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype); goto msg_handled; -- -2.16.0 +2.11.1 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 a23a14ff1..6711420c2 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 dd95b7b338da2bab4991d5f0b56fa2774886a562 Mon Sep 17 00:00:00 2001 +From 597a62a851affc0eb02402f5cfdd9d07f1e7ae87 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:01 -0700 Subject: [PATCH 03/19] hyper-v: trace vmbus_on_message() @@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 0aa5b886a..7d8f32f8f 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 b99df6af791f4f2ec66697a7dfff2af34870ff2e Mon Sep 17 00:00:00 2001 +From 8db9f715df104300b0df6f6709e82ef4f9aa26a5 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:02 -0700 Subject: [PATCH 04/19] hyper-v: trace vmbus_onoffer() @@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 c28ba8c92..b4caf6142 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 2187f51e26e56dc580ac19ccd63b57f368eb2b6a Mon Sep 17 00:00:00 2001 +From 0c6347ab475d34df2815cea98f0ebaa2fe5f6e3b Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:03 -0700 Subject: [PATCH 05/19] hyper-v: trace vmbus_onoffer_rescind() @@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 07e39464d..06df977ba 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 2710d816e5254612a92e928f855799cb700ae4f8 Mon Sep 17 00:00:00 2001 +From 11ba0cc0131faac0d5e1e9ec30a5545156c2e636 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:04 -0700 Subject: [PATCH 06/19] hyper-v: trace vmbus_onopen_result() @@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 e17a03a6f..8e92f7528 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 b6b44fa770e22a9d7746c7f8efab180925a1d35b Mon Sep 17 00:00:00 2001 +From 46a7efc184320188f4b867c84777b5fcd564783c Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:05 -0700 Subject: [PATCH 07/19] hyper-v: trace vmbus_ongpadl_created() @@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 96accff0a..35ceadf7f 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 7f6baef301fc0f4cf6e30484073ea4386575d3e4 Mon Sep 17 00:00:00 2001 +From 92412b339cf3f5aad7a2423349451db5fcfac9fd Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:06 -0700 Subject: [PATCH 08/19] hyper-v: trace vmbus_ongpadl_torndown() @@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 bfa9ba606..6dbfe0143 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 0fca0d45b7ce47dd3c19fde841daa1ba934bb6ff Mon Sep 17 00:00:00 2001 +From f887dce3b758deb4dece07f8e3ea2a00f80cdc31 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:07 -0700 Subject: [PATCH 09/19] hyper-v: trace vmbus_onversion_response() @@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 3870dd4fe..2eef7eb3e 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 53b28d61e855cb8b432021544d75fa7bb2c2eb20 Mon Sep 17 00:00:00 2001 +From e44a4b4f6301dcdb3d790efe097e4bb23c68d9c0 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:08 -0700 Subject: [PATCH 10/19] hyper-v: trace vmbus_request_offers() @@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 eb38e7e4b..87c1114a4 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 fdb1d52d99c85bfee9f075a6b916dd5cab5b7201 Mon Sep 17 00:00:00 2001 +From 2a62f25b008f45a8eb264146ae40d4658ee4d6d8 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:09 -0700 Subject: [PATCH 11/19] hyper-v: trace vmbus_open() @@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 b62ef3654..ef00ff138 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 b3687399ac3979384b967ac9b4369bf06669a8c9 Mon Sep 17 00:00:00 2001 +From e69671031bc85350f16fcc0f73d162758fa9af6b Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:10 -0700 Subject: [PATCH 12/19] hyper-v: trace vmbus_close_internal() @@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 9600859fa..c23772ec8 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 8378185cbad396f933b97e13ba03793e3cb1b5b1 Mon Sep 17 00:00:00 2001 +From 5023216570a427cf25fb782219054eae334346ed Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:11 -0700 Subject: [PATCH 13/19] hyper-v: trace vmbus_establish_gpadl() @@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 156e534da..fc5103d11 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 d0d9bd3f1d426e25098c14671fac766d557c951e Mon Sep 17 00:00:00 2001 +From d00717f5e5c55048a95ba543e5e4f3ce6c57906f Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:12 -0700 Subject: [PATCH 14/19] hyper-v: trace vmbus_teardown_gpadl() @@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 ffb2473d7..6b74b41bb 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 e7c4b06f8552556f3ef3538257ff631d71e4d691 Mon Sep 17 00:00:00 2001 +From d9d5329a9ecce6afa0fc25a0f560c473ae52de4a Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:13 -0700 Subject: [PATCH 15/19] hyper-v: trace vmbus_negotiate_version() @@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 8f9efe2d2..359acb77b 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 a8d841250cf5d87864833b44931f053b828e4053 Mon Sep 17 00:00:00 2001 +From 03890ec76a01397d8fba82ca606d77873e0504ce Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:14 -0700 Subject: [PATCH 16/19] hyper-v: trace vmbus_release_relid() @@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 f2865e317..7a1d5de8b 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 aba183386c58ef438f297c636e9cce2aab466e5d Mon Sep 17 00:00:00 2001 +From 540f25fed2376bfb7e4d2f144c7b453b9eb4660a Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:15 -0700 Subject: [PATCH 17/19] hyper-v: trace vmbus_send_tl_connect_request() @@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.16.0 +2.11.1 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 ac21b96d0..545bf72d1 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 87f64fbb47f44c9e05e1a01052fd3bb74579190c Mon Sep 17 00:00:00 2001 +From b3776f6e8c1b0ab39c222cbe473ae42399a52783 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:16 -0700 Subject: [PATCH 18/19] hyper-v: trace channel events @@ -97,5 +97,5 @@ index 9687e462fd43..27d5efd696ad 100644 case HV_CALL_ISR: vmbus_channel_isr(channel); -- -2.16.0 +2.11.1 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 4f3391157..58a2c226e 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 dce0d5fd0fee3486847ce4dd58c73b210668fc62 Mon Sep 17 00:00:00 2001 +From 661a5c31d4ca7222b9576b43508fcb22df5adc2f Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 12 Dec 2017 09:08:35 +0100 Subject: [PATCH 19/19] serial: forbid 8250 on s390 @@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644 ---help--- This selects whether you want to include the driver for the standard -- -2.16.0 +2.11.1 diff --git a/kernel/patches-4.15.x/0001-serial-forbid-8250-on-s390.patch b/kernel/patches-4.15.x/0001-serial-forbid-8250-on-s390.patch index 0692a2801..2a4c4da2d 100644 --- a/kernel/patches-4.15.x/0001-serial-forbid-8250-on-s390.patch +++ b/kernel/patches-4.15.x/0001-serial-forbid-8250-on-s390.patch @@ -1,4 +1,4 @@ -From e1f267325f956405e2e8004e45833d3dfcea84ae Mon Sep 17 00:00:00 2001 +From 38779a8c70a41e599b0a8c5e187feb0e6bb9a589 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 12 Dec 2017 09:08:35 +0100 Subject: [PATCH] serial: forbid 8250 on s390 @@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644 ---help--- This selects whether you want to include the driver for the standard -- -2.16.0 +2.11.1 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 72f5fceea..c2bac4ce8 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 51034cb762c585aabddb2fb7bab4a25de91851c5 Mon Sep 17 00:00:00 2001 +From 3df181871d3998b60ead402386625dd9ced0978d 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() @@ -146,5 +146,5 @@ index 43899e0d6fa1..c3b180254f91 100644 int is_printable_array(char *p, unsigned int len); -- -2.16.0 +2.11.1 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 a13ea4702..faaa81cbc 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 5ed21ae24d8c240b9049c2f33c7fa41bddd6b0ee Mon Sep 17 00:00:00 2001 +From 085e1b3a8433471aa8db070fe682875e27edeb5a 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 @@ -66,5 +66,5 @@ index 95f0884aae02..f3ed3c963c71 100644 while ((jr = jit_get_next_entry(jd))) { switch(jr->prefix.id) { -- -2.16.0 +2.11.1 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 226251856..873106de7 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 b9ec1c4fae27c873d10d4cfa8d391aca5eaefe31 Mon Sep 17 00:00:00 2001 +From b59ddcff5004b135df4a2dbc8872b980e694c555 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 @@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb +MODULE_DESCRIPTION("Hyper-V Sockets"); +MODULE_LICENSE("Dual BSD/GPL"); -- -2.16.0 +2.11.1 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 2a784cd0e..73260a53e 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 8dcabcc699cc5a01dcf7e172c369d8f4b75cc98d Mon Sep 17 00:00:00 2001 +From 24b0cb36bcf8d7ab539a84c89975911020eda978 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 @@ -26,5 +26,5 @@ index d8bc4b910192..8df02f3ca0b2 100644 } -- -2.16.0 +2.11.1 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 500206af9..46280cf2b 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 7fc8017d994465c4359ca75f9dc34aa301c35950 Mon Sep 17 00:00:00 2001 +From daf1c9fbb8a50c9e65c3719804a18b3310555acd 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 @@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644 } -- -2.16.0 +2.11.1 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 bfc23e869..92ed2e64f 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 88fe64e4b36adb34935bd28528053593daef333a Mon Sep 17 00:00:00 2001 +From bdd6c6a2208c8afae5a8ff0442b4dc90b24fb6f9 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. @@ -101,5 +101,5 @@ index a6707133c297..5c95ba1e2ecf 100644 return 0; } -- -2.16.0 +2.11.1 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 adb7ed601..74c3b9213 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 dd7f171e675f58361f88e4cdeba9492bdb2340c1 Mon Sep 17 00:00:00 2001 +From cbdf366165ac60ca7ca84f8ba14d33594f661375 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 @@ -44,5 +44,5 @@ index 5c95ba1e2ecf..eee238cc60bd 100644 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); if (rc) { -- -2.16.0 +2.11.1 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 78e444817..bb43d6c6c 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 8822d73230ebe55bdd501ece757a82b4ccfceb1e Mon Sep 17 00:00:00 2001 +From 0ba28ee78672a16d5ea5ef036d7e928568629e3c 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 @@ -488,5 +488,5 @@ index c9af8369b4f7..7df9eb8f0cf7 100644 void hv_event_tasklet_disable(struct vmbus_channel *channel); void hv_event_tasklet_enable(struct vmbus_channel *channel); -- -2.16.0 +2.11.1 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 2e8d59590..db0932790 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 1ae45baa9406320b4a3b13e53ebd17a66169f296 Mon Sep 17 00:00:00 2001 +From d9e7acb44bf39ef20d126e5cf3c9b020c0939b46 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. @@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644 hb_srv_version & 0xFFFF); } -- -2.16.0 +2.11.1 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 17a118f7e..2a01a2e52 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 1b1925f3637b673e1bc08eda5490b94d9a887564 Mon Sep 17 00:00:00 2001 +From df074b06d86ee023e7949f2066c6acad5cb32501 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 @@ -52,5 +52,5 @@ index e7949b64bfbc..2fe024e86209 100644 void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid) -- -2.16.0 +2.11.1 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 5bbcde8ed..c2960083a 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 20785f80a4e42edac8cb26e590433a5c89b5c5aa Mon Sep 17 00:00:00 2001 +From dea4a36da7a089aef2dd720ddb560eac02a32939 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 @@ -56,5 +56,5 @@ index 1606e7f08f4b..1caed01954f6 100644 vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle); kfree(open_info); -- -2.16.0 +2.11.1 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 12961bd65..267e674d9 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 aa854816a2157f63db8efe5a74ac991f935cd0d4 Mon Sep 17 00:00:00 2001 +From e87904df07737c1f0d91cdfa81e26dca8120296a 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 @@ -173,5 +173,5 @@ index 7df9eb8f0cf7..a87757cf277b 100644 void vmbus_setevent(struct vmbus_channel *channel); -- -2.16.0 +2.11.1 From 80f5f228e0870f8f93807aebffac067015bf5cb8 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 22 Mar 2018 20:00:20 +0000 Subject: [PATCH 2/3] kernel: Cherry-pick two Hyper-V SCSI driver patche These fix some issues around hot-unplugging devices which may be the cause of some LCOW issues we are seeing. Signed-off-by: Rolf Neugebauer --- ...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 +- ...-hyper-v-trace-vmbus_onoffer_rescind.patch | 2 +- ...06-hyper-v-trace-vmbus_onopen_result.patch | 2 +- ...-hyper-v-trace-vmbus_ongpadl_created.patch | 2 +- ...hyper-v-trace-vmbus_ongpadl_torndown.patch | 2 +- ...per-v-trace-vmbus_onversion_response.patch | 2 +- ...0-hyper-v-trace-vmbus_request_offers.patch | 2 +- .../0011-hyper-v-trace-vmbus_open.patch | 2 +- ...2-hyper-v-trace-vmbus_close_internal.patch | 2 +- ...-hyper-v-trace-vmbus_establish_gpadl.patch | 2 +- ...4-hyper-v-trace-vmbus_teardown_gpadl.patch | 2 +- ...yper-v-trace-vmbus_negotiate_version.patch | 2 +- ...16-hyper-v-trace-vmbus_release_relid.patch | 2 +- ...-trace-vmbus_send_tl_connect_request.patch | 2 +- .../0018-hyper-v-trace-channel-events.patch | 2 +- .../0019-serial-forbid-8250-on-s390.patch | 2 +- ...ow-only-one-remove-lun-work-item-to-.patch | 132 ++++++++++++++++++ ...id-excessive-host-scan-on-controller.patch | 110 +++++++++++++++ 21 files changed, 261 insertions(+), 19 deletions(-) create mode 100644 kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch create mode 100644 kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch 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 cda42bad3..3bc7a0fac 100644 --- a/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch +++ b/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch @@ -1,7 +1,7 @@ From f2dfc3322844833fff0e355605881c7057a6ff34 Mon Sep 17 00:00:00 2001 From: Cheng-mean Liu Date: Tue, 11 Jul 2017 16:58:26 -0700 -Subject: [PATCH 01/19] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB +Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB (page size) Signed-off-by: Cheng-mean Liu diff --git a/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch b/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch index c303e55ce..14132e0a8 100644 --- a/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch +++ b/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch @@ -1,7 +1,7 @@ From 39acaefe663f3f9baf52bfe8353cdb185ec6e391 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:00 -0700 -Subject: [PATCH 02/19] hyper-v: trace vmbus_on_msg_dpc() +Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc() Add tracing subsystem to Hyper-V VMBus module and add tracepoint to vmbus_on_msg_dpc() which is called when we receive a message from host. diff --git a/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch b/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch index 6711420c2..524b32739 100644 --- a/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch +++ b/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch @@ -1,7 +1,7 @@ From 597a62a851affc0eb02402f5cfdd9d07f1e7ae87 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:01 -0700 -Subject: [PATCH 03/19] hyper-v: trace vmbus_on_message() +Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() Add tracepoint to vmbus_on_message() which is called when we start processing a blocking from work context. diff --git a/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch b/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch index 7d8f32f8f..c77cde98d 100644 --- a/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch +++ b/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch @@ -1,7 +1,7 @@ From 8db9f715df104300b0df6f6709e82ef4f9aa26a5 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:02 -0700 -Subject: [PATCH 04/19] hyper-v: trace vmbus_onoffer() +Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() Add tracepoint to CHANNELMSG_OFFERCHANNEL handler. diff --git a/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch b/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch index b4caf6142..d04ec137b 100644 --- a/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch +++ b/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch @@ -1,7 +1,7 @@ From 0c6347ab475d34df2815cea98f0ebaa2fe5f6e3b Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:03 -0700 -Subject: [PATCH 05/19] hyper-v: trace vmbus_onoffer_rescind() +Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() Add tracepoint to CHANNELMSG_RESCIND_CHANNELOFFER handler. diff --git a/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch b/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch index 06df977ba..df17924be 100644 --- a/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch +++ b/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch @@ -1,7 +1,7 @@ From 11ba0cc0131faac0d5e1e9ec30a5545156c2e636 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:04 -0700 -Subject: [PATCH 06/19] hyper-v: trace vmbus_onopen_result() +Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() Add tracepoint to CHANNELMSG_OPENCHANNEL_RESULT handler. diff --git a/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch b/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch index 8e92f7528..3d48bb121 100644 --- a/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch +++ b/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch @@ -1,7 +1,7 @@ From 46a7efc184320188f4b867c84777b5fcd564783c Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:05 -0700 -Subject: [PATCH 07/19] hyper-v: trace vmbus_ongpadl_created() +Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() Add tracepoint to CHANNELMSG_GPADL_CREATED handler. diff --git a/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch b/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch index 35ceadf7f..fa112a7d8 100644 --- a/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch +++ b/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch @@ -1,7 +1,7 @@ From 92412b339cf3f5aad7a2423349451db5fcfac9fd Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:06 -0700 -Subject: [PATCH 08/19] hyper-v: trace vmbus_ongpadl_torndown() +Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() Add tracepoint to CHANNELMSG_GPADL_TORNDOWN handler. diff --git a/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch b/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch index 6dbfe0143..cd3ef238c 100644 --- a/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch +++ b/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch @@ -1,7 +1,7 @@ From f887dce3b758deb4dece07f8e3ea2a00f80cdc31 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:07 -0700 -Subject: [PATCH 09/19] hyper-v: trace vmbus_onversion_response() +Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() Add tracepoint to CHANNELMSG_VERSION_RESPONSE handler. diff --git a/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch b/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch index 2eef7eb3e..c5aa0425c 100644 --- a/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch +++ b/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch @@ -1,7 +1,7 @@ From e44a4b4f6301dcdb3d790efe097e4bb23c68d9c0 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:08 -0700 -Subject: [PATCH 10/19] hyper-v: trace vmbus_request_offers() +Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() Add tracepoint to CHANNELMSG_REQUESTOFFERS sender. diff --git a/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch b/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch index 87c1114a4..6f007a86e 100644 --- a/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch +++ b/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch @@ -1,7 +1,7 @@ From 2a62f25b008f45a8eb264146ae40d4658ee4d6d8 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:09 -0700 -Subject: [PATCH 11/19] hyper-v: trace vmbus_open() +Subject: [PATCH 11/21] hyper-v: trace vmbus_open() Add tracepoint to CHANNELMSG_OPENCHANNEL sender. diff --git a/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch b/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch index ef00ff138..c4f304ab4 100644 --- a/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch +++ b/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch @@ -1,7 +1,7 @@ From e69671031bc85350f16fcc0f73d162758fa9af6b Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:10 -0700 -Subject: [PATCH 12/19] hyper-v: trace vmbus_close_internal() +Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() Add tracepoint to CHANNELMSG_CLOSECHANNEL sender. diff --git a/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch b/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch index c23772ec8..27a82bd2c 100644 --- a/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch +++ b/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch @@ -1,7 +1,7 @@ From 5023216570a427cf25fb782219054eae334346ed Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:11 -0700 -Subject: [PATCH 13/19] hyper-v: trace vmbus_establish_gpadl() +Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() Add tracepoint to CHANNELMSG_GPADL_HEADER/CHANNELMSG_GPADL_BODY sender. diff --git a/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch b/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch index fc5103d11..435e924be 100644 --- a/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch +++ b/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch @@ -1,7 +1,7 @@ From d00717f5e5c55048a95ba543e5e4f3ce6c57906f Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:12 -0700 -Subject: [PATCH 14/19] hyper-v: trace vmbus_teardown_gpadl() +Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() Add tracepoint to CHANNELMSG_GPADL_TEARDOWN sender. diff --git a/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch b/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch index 6b74b41bb..6af22abf5 100644 --- a/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch +++ b/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch @@ -1,7 +1,7 @@ From d9d5329a9ecce6afa0fc25a0f560c473ae52de4a Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:13 -0700 -Subject: [PATCH 15/19] hyper-v: trace vmbus_negotiate_version() +Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() Add tracepoint to CHANNELMSG_INITIATE_CONTACT sender. diff --git a/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch b/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch index 359acb77b..f9614c814 100644 --- a/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch +++ b/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch @@ -1,7 +1,7 @@ From 03890ec76a01397d8fba82ca606d77873e0504ce Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:14 -0700 -Subject: [PATCH 16/19] hyper-v: trace vmbus_release_relid() +Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() Add tracepoint to CHANNELMSG_RELID_RELEASED sender. diff --git a/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch b/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch index 7a1d5de8b..791102cf2 100644 --- a/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch +++ b/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch @@ -1,7 +1,7 @@ From 540f25fed2376bfb7e4d2f144c7b453b9eb4660a Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:15 -0700 -Subject: [PATCH 17/19] hyper-v: trace vmbus_send_tl_connect_request() +Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() Add tracepoint to CHANNELMSG_TL_CONNECT_REQUEST sender. diff --git a/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch b/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch index 545bf72d1..fd2db8544 100644 --- a/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch +++ b/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch @@ -1,7 +1,7 @@ From b3776f6e8c1b0ab39c222cbe473ae42399a52783 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:16 -0700 -Subject: [PATCH 18/19] hyper-v: trace channel events +Subject: [PATCH 18/21] hyper-v: trace channel events Added an additional set of trace points for when channel gets notified or signals host. diff --git a/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch b/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch index 58a2c226e..5ec580b8e 100644 --- a/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch +++ b/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch @@ -1,7 +1,7 @@ From 661a5c31d4ca7222b9576b43508fcb22df5adc2f Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 12 Dec 2017 09:08:35 +0100 -Subject: [PATCH 19/19] serial: forbid 8250 on s390 +Subject: [PATCH 19/21] serial: forbid 8250 on s390 Using "make kvmconfig" results in a potentially unusable linux image on s390. The reason is that both the (default on s390) sclp consoles 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 new file mode 100644 index 000000000..efb8c79c2 --- /dev/null +++ b/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch @@ -0,0 +1,132 @@ +From 4ba99b3191f3fb7aebd9c2c3374828391ccb878c 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 + be issued per lun + +When running multipath on a VM if all available paths go down the driver +can schedule large amounts of storvsc_remove_lun work items to the same +lun. In response to the failing paths typically storvsc responds by +taking host->scan_mutex and issuing a TUR per lun. If there has been +heavy IO to the failed device all the failed IOs are returned from the +host. A remove lun work item is issued per failed IO. If the outstanding +TURs have not been completed in a timely manner the scan_mutex is never +released or released too late. Consequently the many remove lun work +items are not completed as scsi_remove_device also tries to take +host->scan_mutex. This results in dragging the VM down and sometimes +completely. + +This patch only allows one remove lun to be issued to a particular lun +while it is an instantiated member of the scsi stack. + +Signed-off-by: Cathy Avery +Reviewed-by: Christoph Hellwig +Reviewed-by: Long Li +Signed-off-by: Martin K. Petersen +(cherry picked from commit 436ad941335386c5fc7faa915a8fbdfe8c908084) +--- + drivers/scsi/storvsc_drv.c | 27 ++++++++++++++++++++++----- + 1 file changed, 22 insertions(+), 5 deletions(-) + +diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c +index a3e480e7a257..f0ce2193eff7 100644 +--- a/drivers/scsi/storvsc_drv.c ++++ b/drivers/scsi/storvsc_drv.c +@@ -486,6 +486,7 @@ struct hv_host_device { + unsigned int port; + unsigned char path; + unsigned char target; ++ struct workqueue_struct *handle_error_wq; + }; + + struct storvsc_scan_work { +@@ -922,6 +923,7 @@ static void storvsc_handle_error(struct vmscsi_request *vm_srb, + { + struct storvsc_scan_work *wrk; + void (*process_err_fn)(struct work_struct *work); ++ struct hv_host_device *host_dev = shost_priv(host); + bool do_work = false; + + switch (SRB_STATUS(vm_srb->srb_status)) { +@@ -989,7 +991,7 @@ static void storvsc_handle_error(struct vmscsi_request *vm_srb, + wrk->lun = vm_srb->lun; + wrk->tgt_id = vm_srb->target_id; + INIT_WORK(&wrk->work, process_err_fn); +- schedule_work(&wrk->work); ++ queue_work(host_dev->handle_error_wq, &wrk->work); + } + + +@@ -1804,10 +1806,19 @@ static int storvsc_probe(struct hv_device *device, + if (stor_device->num_sc != 0) + host->nr_hw_queues = stor_device->num_sc + 1; + ++ /* ++ * Set the error handler work queue. ++ */ ++ host_dev->handle_error_wq = ++ alloc_ordered_workqueue("storvsc_error_wq_%d", ++ WQ_MEM_RECLAIM, ++ host->host_no); ++ if (!host_dev->handle_error_wq) ++ goto err_out2; + /* Register the HBA and start the scsi bus scan */ + ret = scsi_add_host(host, &device->device); + if (ret != 0) +- goto err_out2; ++ goto err_out3; + + if (!dev_is_ide) { + scsi_scan_host(host); +@@ -1816,7 +1827,7 @@ static int storvsc_probe(struct hv_device *device, + device->dev_instance.b[4]); + ret = scsi_add_device(host, 0, target, 0); + if (ret) +- goto err_out3; ++ goto err_out4; + } + #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS) + if (host->transportt == fc_transport_template) { +@@ -1827,17 +1838,21 @@ static int storvsc_probe(struct hv_device *device, + fc_host_node_name(host) = stor_device->node_name; + fc_host_port_name(host) = stor_device->port_name; + stor_device->rport = fc_remote_port_add(host, 0, &ids); ++ + if (!stor_device->rport) { + ret = -ENOMEM; +- goto err_out3; ++ goto err_out4; + } + } + #endif + return 0; + +-err_out3: ++err_out4: + scsi_remove_host(host); + ++err_out3: ++ destroy_workqueue(host_dev->handle_error_wq); ++ + err_out2: + /* + * Once we have connected with the host, we would need to +@@ -1861,6 +1876,7 @@ static int storvsc_remove(struct hv_device *dev) + { + struct storvsc_device *stor_device = hv_get_drvdata(dev); + struct Scsi_Host *host = stor_device->host; ++ struct hv_host_device *host_dev = shost_priv(host); + + #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS) + if (host->transportt == fc_transport_template) { +@@ -1868,6 +1884,7 @@ static int storvsc_remove(struct hv_device *dev) + fc_remove_host(host); + } + #endif ++ destroy_workqueue(host_dev->handle_error_wq); + scsi_remove_host(host); + storvsc_dev_remove(dev); + scsi_host_put(host); +-- +2.11.1 + 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 new file mode 100644 index 000000000..804e2d37c --- /dev/null +++ b/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch @@ -0,0 +1,110 @@ +From 7586e0a49a7cc84f0b0ef766804837c81fe0cdd5 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 + change + +When there are multiple disks attached to the same SCSI controller, the +host may send several VSTOR_OPERATION_REMOVE_DEVICE or +VSTOR_OPERATION_ENUMERATE_BUS messages in a row, to indicate there is a +change on the SCSI controller. In response, storvsc rescans the SCSI +host. + +There is no need to do multiple scans on the same host. Fix the code to +do only one scan. + +[mkp: applied by hand] + +Signed-off-by: Long Li +Tested-by: Cathy Avery +Signed-off-by: Martin K. Petersen +(cherry picked from commit c58cc70fde299866bc261296166d26a87b4fa7ef) +--- + drivers/scsi/storvsc_drv.c | 26 +++++++++++--------------- + 1 file changed, 11 insertions(+), 15 deletions(-) + +diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c +index f0ce2193eff7..a892a5020c30 100644 +--- a/drivers/scsi/storvsc_drv.c ++++ b/drivers/scsi/storvsc_drv.c +@@ -487,6 +487,8 @@ struct hv_host_device { + unsigned char path; + unsigned char target; + struct workqueue_struct *handle_error_wq; ++ struct work_struct host_scan_work; ++ struct Scsi_Host *host; + }; + + struct storvsc_scan_work { +@@ -515,13 +517,12 @@ static void storvsc_device_scan(struct work_struct *work) + + static void storvsc_host_scan(struct work_struct *work) + { +- struct storvsc_scan_work *wrk; + struct Scsi_Host *host; + struct scsi_device *sdev; ++ struct hv_host_device *host_device = ++ container_of(work, struct hv_host_device, host_scan_work); + +- wrk = container_of(work, struct storvsc_scan_work, work); +- host = wrk->host; +- ++ host = host_device->host; + /* + * Before scanning the host, first check to see if any of the + * currrently known devices have been hot removed. We issue a +@@ -541,8 +542,6 @@ static void storvsc_host_scan(struct work_struct *work) + * Now scan the host to discover LUNs that may have been added. + */ + scsi_scan_host(host); +- +- kfree(wrk); + } + + static void storvsc_remove_lun(struct work_struct *work) +@@ -1119,8 +1118,7 @@ static void storvsc_on_receive(struct storvsc_device *stor_device, + struct vstor_packet *vstor_packet, + struct storvsc_cmd_request *request) + { +- struct storvsc_scan_work *work; +- ++ struct hv_host_device *host_dev; + switch (vstor_packet->operation) { + case VSTOR_OPERATION_COMPLETE_IO: + storvsc_on_io_completion(stor_device, vstor_packet, request); +@@ -1128,13 +1126,9 @@ static void storvsc_on_receive(struct storvsc_device *stor_device, + + case VSTOR_OPERATION_REMOVE_DEVICE: + case VSTOR_OPERATION_ENUMERATE_BUS: +- work = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); +- if (!work) +- return; +- +- INIT_WORK(&work->work, storvsc_host_scan); +- work->host = stor_device->host; +- schedule_work(&work->work); ++ host_dev = shost_priv(stor_device->host); ++ queue_work( ++ host_dev->handle_error_wq, &host_dev->host_scan_work); + break; + + case VSTOR_OPERATION_FCHBA_DATA: +@@ -1747,6 +1741,7 @@ static int storvsc_probe(struct hv_device *device, + + host_dev->port = host->host_no; + host_dev->dev = device; ++ host_dev->host = host; + + + stor_device = kzalloc(sizeof(struct storvsc_device), GFP_KERNEL); +@@ -1815,6 +1810,7 @@ static int storvsc_probe(struct hv_device *device, + host->host_no); + if (!host_dev->handle_error_wq) + goto err_out2; ++ INIT_WORK(&host_dev->host_scan_work, storvsc_host_scan); + /* Register the HBA and start the scsi bus scan */ + ret = scsi_add_host(host, &device->device); + if (ret != 0) +-- +2.11.1 + From 0aab05d77733ef0c363237c083dc09ca5f20d9ee Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 22 Mar 2018 22:25:37 +0000 Subject: [PATCH 3/3] Update YAMLs to latest kernels Signed-off-by: Rolf Neugebauer --- examples/aws.yml | 2 +- examples/azure.yml | 2 +- examples/cadvisor.yml | 2 +- examples/docker-for-mac.yml | 2 +- examples/docker.yml | 2 +- examples/gcp.yml | 2 +- examples/getty.yml | 2 +- examples/hostmount-writeable-overlay.yml | 2 +- examples/influxdb-os.yml | 2 +- examples/minimal.yml | 2 +- examples/node_exporter.yml | 2 +- examples/openstack.yml | 2 +- examples/packet.arm64.yml | 2 +- examples/packet.yml | 2 +- examples/redis-os.yml | 2 +- examples/sshd.yml | 2 +- examples/swap.yml | 2 +- examples/vmware.yml | 2 +- examples/vpnkit-forwarder.yml | 2 +- examples/vsudd-containerd.yml | 2 +- examples/vultr.yml | 2 +- examples/wireguard.yml | 2 +- linuxkit.yml | 2 +- projects/compose/compose-dynamic.yml | 2 +- projects/compose/compose-static.yml | 2 +- projects/logging/examples/logging.yml | 2 +- projects/miragesdk/examples/mirage-dhcp.yml | 2 +- test/cases/000_build/000_formats/test.yml | 2 +- test/cases/010_platforms/000_qemu/000_run_kernel/test.yml | 2 +- test/cases/010_platforms/000_qemu/010_run_iso/test.yml | 2 +- test/cases/010_platforms/000_qemu/020_run_efi/test.yml | 2 +- test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml | 2 +- test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml | 2 +- test/cases/010_platforms/000_qemu/050_run_aws/test.yml | 2 +- test/cases/010_platforms/000_qemu/100_container/test.yml | 2 +- test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml | 2 +- test/cases/010_platforms/010_hyperkit/010_acpi/test.yml | 2 +- test/cases/020_kernel/000_config_4.4.x/test.yml | 2 +- test/cases/020_kernel/001_config_4.9.x/test.yml | 2 +- test/cases/020_kernel/006_config_4.14.x/test.yml | 2 +- test/cases/020_kernel/007_config_4.15.x/test.yml | 2 +- test/cases/020_kernel/010_kmod_4.4.x/Dockerfile | 2 +- test/cases/020_kernel/010_kmod_4.4.x/test.sh | 2 +- test/cases/020_kernel/010_kmod_4.4.x/test.yml | 2 +- test/cases/020_kernel/011_kmod_4.9.x/Dockerfile | 2 +- test/cases/020_kernel/011_kmod_4.9.x/test.sh | 2 +- test/cases/020_kernel/011_kmod_4.9.x/test.yml | 2 +- test/cases/020_kernel/016_kmod_4.14.x/Dockerfile | 2 +- test/cases/020_kernel/016_kmod_4.14.x/test.sh | 2 +- test/cases/020_kernel/016_kmod_4.14.x/test.yml | 2 +- test/cases/020_kernel/017_kmod_4.15.x/Dockerfile | 2 +- test/cases/020_kernel/017_kmod_4.15.x/test.sh | 2 +- test/cases/020_kernel/017_kmod_4.15.x/test.yml | 2 +- test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml | 2 +- test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml | 2 +- .../cases/020_kernel/110_namespace/006_kernel-4.14.x/common.yml | 2 +- test/cases/030_security/000_docker-bench/test.yml | 2 +- test/cases/030_security/010_ports/test.yml | 2 +- test/cases/040_packages/002_binfmt/test.yml | 2 +- test/cases/040_packages/003_ca-certificates/test.yml | 2 +- test/cases/040_packages/003_containerd/test.yml | 2 +- test/cases/040_packages/004_dhcpcd/test.yml | 2 +- test/cases/040_packages/005_extend/000_ext4/test-create.yml | 2 +- test/cases/040_packages/005_extend/000_ext4/test.yml | 2 +- test/cases/040_packages/005_extend/001_btrfs/test-create.yml | 2 +- test/cases/040_packages/005_extend/001_btrfs/test.yml | 2 +- test/cases/040_packages/005_extend/002_xfs/test-create.yml | 2 +- test/cases/040_packages/005_extend/002_xfs/test.yml | 2 +- test/cases/040_packages/006_format_mount/000_auto/test.yml | 2 +- test/cases/040_packages/006_format_mount/001_by_label/test.yml | 2 +- test/cases/040_packages/006_format_mount/003_btrfs/test.yml | 2 +- test/cases/040_packages/006_format_mount/004_xfs/test.yml | 2 +- test/cases/040_packages/006_format_mount/010_multiple/test.yml | 2 +- test/cases/040_packages/013_mkimage/mkimage.yml | 2 +- test/cases/040_packages/013_mkimage/run.yml | 2 +- test/cases/040_packages/019_sysctl/test.yml | 2 +- test/cases/040_packages/023_wireguard/test.yml | 2 +- test/hack/test-ltp.yml | 2 +- test/hack/test.yml | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/examples/aws.yml b/examples/aws.yml index 6df1df7fd..f99332c05 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/azure.yml b/examples/azure.yml index 662ed60ed..20f61aae2 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index a4ea4acb3..66efa4382 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 4dc8694ab..bf64e3e04 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -1,6 +1,6 @@ # This is an example for building the open source components of Docker for Mac kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/vpnkit-expose-port:v0.2 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host diff --git a/examples/docker.yml b/examples/docker.yml index caf833d86..f1fa0a1c9 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/gcp.yml b/examples/gcp.yml index 0e8f24712..9475eb4a3 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/getty.yml b/examples/getty.yml index d40e884eb..d1a332515 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index a735e2538..f674c83c0 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index e327f0a52..d9e3e6ec5 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:d899eee3560a40aa3b4bdd67b3bb82703714b2b9 diff --git a/examples/minimal.yml b/examples/minimal.yml index a3cf01ab4..cc617ed4f 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 2ab2368dc..2ed8bf87f 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/openstack.yml b/examples/openstack.yml index 0853486bf..39ec67b6e 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index 2b3f50366..9471c0795 100644 --- a/examples/packet.arm64.yml +++ b/examples/packet.arm64.yml @@ -5,7 +5,7 @@ # for arm64 then the 'ucode' line in the kernel section can be left # out. kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyAMA0" ucode: "" onboot: diff --git a/examples/packet.yml b/examples/packet.yml index 71494f7fa..e838450c2 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: console=ttyS1 ucode: intel-ucode.cpio init: diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 8a6081f75..c12af7128 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -1,7 +1,7 @@ # Minimal YAML to run a redis server (used at DockerCon'17) # connect: nc localhost 6379 kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/sshd.yml b/examples/sshd.yml index d682cdcc9..942a3effe 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/swap.yml b/examples/swap.yml index 4517b7296..51eb36372 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/vmware.yml b/examples/vmware.yml index 3d82353a9..88bc8b1fc 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index d90708e80..dbdfcb300 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index ce09e7022..d684bff9f 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/vultr.yml b/examples/vultr.yml index 0e8f24712..9475eb4a3 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 83f97f844..6ad7b810b 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/linuxkit.yml b/linuxkit.yml index e3f033a3c..75d7b60fa 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index ccacfe1a6..6470a4a28 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index d90995ce1..6557a0f12 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/projects/logging/examples/logging.yml b/projects/logging/examples/logging.yml index c883e6615..c2e3d692f 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a # with runc, logwrite, startmemlogd diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 12b7ca5cc..a1d8f1cac 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 69dce0ba9..c30e8ad1e 100644 --- a/test/cases/000_build/000_formats/test.yml +++ b/test/cases/000_build/000_formats/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml b/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml index 77f3177bc..2acf9d485 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml +++ b/test/cases/010_platforms/000_qemu/000_run_kernel/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml index b6821912b..f45702461 100644 --- a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml +++ b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml index 8ca419556..3701a98d0 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml index 8ca419556..3701a98d0 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml index 8ca419556..3701a98d0 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml index 8ca419556..3701a98d0 100644 --- a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml +++ b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/000_qemu/100_container/test.yml b/test/cases/010_platforms/000_qemu/100_container/test.yml index f4ee81c32..afdd9ba39 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml b/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml index 8ca419556..3701a98d0 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml index 69383ef17..df9202ff3 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/000_config_4.4.x/test.yml b/test/cases/020_kernel/000_config_4.4.x/test.yml index 41deb31a7..5ab597b45 100644 --- a/test/cases/020_kernel/000_config_4.4.x/test.yml +++ b/test/cases/020_kernel/000_config_4.4.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.4.122 + image: linuxkit/kernel:4.4.123 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/001_config_4.9.x/test.yml b/test/cases/020_kernel/001_config_4.9.x/test.yml index b8c57903e..483ba79d3 100644 --- a/test/cases/020_kernel/001_config_4.9.x/test.yml +++ b/test/cases/020_kernel/001_config_4.9.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.9.88 + image: linuxkit/kernel:4.9.89 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/006_config_4.14.x/test.yml b/test/cases/020_kernel/006_config_4.14.x/test.yml index f2dfaa903..63380c61f 100644 --- a/test/cases/020_kernel/006_config_4.14.x/test.yml +++ b/test/cases/020_kernel/006_config_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/007_config_4.15.x/test.yml b/test/cases/020_kernel/007_config_4.15.x/test.yml index ab656e010..9c73252a7 100644 --- a/test/cases/020_kernel/007_config_4.15.x/test.yml +++ b/test/cases/020_kernel/007_config_4.15.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.15.11 + image: linuxkit/kernel:4.15.12 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile b/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile index 8c0d00633..24286e1f3 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile +++ b/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.4.122 AS ksrc +FROM linuxkit/kernel:4.4.123 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.sh b/test/cases/020_kernel/010_kmod_4.4.x/test.sh index ba24d5076..ef6a1dd73 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/test.sh +++ b/test/cases/020_kernel/010_kmod_4.4.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.4.122 +docker pull linuxkit/kernel:4.4.123 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.yml b/test/cases/020_kernel/010_kmod_4.4.x/test.yml index 18415614c..58900e23f 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/test.yml +++ b/test/cases/020_kernel/010_kmod_4.4.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.4.122 + image: linuxkit/kernel:4.4.123 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile b/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile index 3059487f5..32846bb90 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile +++ b/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.9.88 AS ksrc +FROM linuxkit/kernel:4.9.89 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.sh b/test/cases/020_kernel/011_kmod_4.9.x/test.sh index 28353975d..e63744543 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/test.sh +++ b/test/cases/020_kernel/011_kmod_4.9.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.9.88 +docker pull linuxkit/kernel:4.9.89 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.yml b/test/cases/020_kernel/011_kmod_4.9.x/test.yml index 214c67a79..0500c4a2c 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/test.yml +++ b/test/cases/020_kernel/011_kmod_4.9.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.9.88 + image: linuxkit/kernel:4.9.89 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile index b9543b8fc..03a60cd06 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile +++ b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.14.28 AS ksrc +FROM linuxkit/kernel:4.14.29 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.sh b/test/cases/020_kernel/016_kmod_4.14.x/test.sh index 9bcc6e936..1f6da2efd 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.sh +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.14.28 +docker pull linuxkit/kernel:4.14.29 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.yml b/test/cases/020_kernel/016_kmod_4.14.x/test.yml index 4eb934088..f35c2dbc2 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/017_kmod_4.15.x/Dockerfile b/test/cases/020_kernel/017_kmod_4.15.x/Dockerfile index 82f69964e..28b447669 100644 --- a/test/cases/020_kernel/017_kmod_4.15.x/Dockerfile +++ b/test/cases/020_kernel/017_kmod_4.15.x/Dockerfile @@ -3,7 +3,7 @@ # In the last stage, it creates a package, which can be used for # testing. -FROM linuxkit/kernel:4.15.11 AS ksrc +FROM linuxkit/kernel:4.15.12 AS ksrc # Extract headers and compile module FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1 AS build diff --git a/test/cases/020_kernel/017_kmod_4.15.x/test.sh b/test/cases/020_kernel/017_kmod_4.15.x/test.sh index 6f7716003..46fb25622 100644 --- a/test/cases/020_kernel/017_kmod_4.15.x/test.sh +++ b/test/cases/020_kernel/017_kmod_4.15.x/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT # Make sure we have the latest kernel image -docker pull linuxkit/kernel:4.15.11 +docker pull linuxkit/kernel:4.15.12 # Build a package docker build -t ${IMAGE_NAME} . diff --git a/test/cases/020_kernel/017_kmod_4.15.x/test.yml b/test/cases/020_kernel/017_kmod_4.15.x/test.yml index 74269352f..d235fc780 100644 --- a/test/cases/020_kernel/017_kmod_4.15.x/test.yml +++ b/test/cases/020_kernel/017_kmod_4.15.x/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.15.11 + image: linuxkit/kernel:4.15.12 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml index eb3ea26f9..50b73cf34 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/common.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.4.122 + image: linuxkit/kernel:4.4.123 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml index 5d2c9aa61..49ed3e0df 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/common.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.9.88 + image: linuxkit/kernel:4.9.89 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/020_kernel/110_namespace/006_kernel-4.14.x/common.yml b/test/cases/020_kernel/110_namespace/006_kernel-4.14.x/common.yml index 32e4ba4db..f6cc9b7f1 100644 --- a/test/cases/020_kernel/110_namespace/006_kernel-4.14.x/common.yml +++ b/test/cases/020_kernel/110_namespace/006_kernel-4.14.x/common.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index b388b12a8..3b59d8719 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 4dbd3e0e6..dbc7c3b89 100644 --- a/test/cases/030_security/010_ports/test.yml +++ b/test/cases/030_security/010_ports/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index a9b278642..0267c944f 100644 --- a/test/cases/040_packages/002_binfmt/test.yml +++ b/test/cases/040_packages/002_binfmt/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index ae62fb34b..74984aaa6 100644 --- a/test/cases/040_packages/003_ca-certificates/test.yml +++ b/test/cases/040_packages/003_ca-certificates/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 9031dbdfe..2f85293ee 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 126ef580d..e8481eb9c 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/005_extend/000_ext4/test-create.yml b/test/cases/040_packages/005_extend/000_ext4/test-create.yml index fdd93534a..dc304b807 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test-create.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test-create.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/005_extend/000_ext4/test.yml b/test/cases/040_packages/005_extend/000_ext4/test.yml index 3fffcd3e5..6a7f4e074 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml index 6bf25177e..83de7c8b0 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/005_extend/001_btrfs/test.yml b/test/cases/040_packages/005_extend/001_btrfs/test.yml index d04221463..c880e39bf 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/005_extend/002_xfs/test-create.yml b/test/cases/040_packages/005_extend/002_xfs/test-create.yml index f883a65db..2c0180e56 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test-create.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test-create.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/005_extend/002_xfs/test.yml b/test/cases/040_packages/005_extend/002_xfs/test.yml index c78bc12a7..4e34a960a 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/006_format_mount/000_auto/test.yml b/test/cases/040_packages/006_format_mount/000_auto/test.yml index ad70eb8a2..fb6b35c4d 100644 --- a/test/cases/040_packages/006_format_mount/000_auto/test.yml +++ b/test/cases/040_packages/006_format_mount/000_auto/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/006_format_mount/001_by_label/test.yml b/test/cases/040_packages/006_format_mount/001_by_label/test.yml index 08cb39254..93d8f7fea 100644 --- a/test/cases/040_packages/006_format_mount/001_by_label/test.yml +++ b/test/cases/040_packages/006_format_mount/001_by_label/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml index a7938ab23..892cfe96e 100644 --- a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml +++ b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/006_format_mount/004_xfs/test.yml b/test/cases/040_packages/006_format_mount/004_xfs/test.yml index 387897739..1d7e5fbd0 100644 --- a/test/cases/040_packages/006_format_mount/004_xfs/test.yml +++ b/test/cases/040_packages/006_format_mount/004_xfs/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/006_format_mount/010_multiple/test.yml b/test/cases/040_packages/006_format_mount/010_multiple/test.yml index 13dd858f4..088170316 100644 --- a/test/cases/040_packages/006_format_mount/010_multiple/test.yml +++ b/test/cases/040_packages/006_format_mount/010_multiple/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 9c0cbf51c..402a754c9 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index c2ccc2192..2e04b902d 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index fa9309cc3..9c52854a9 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 4ce692daf..6ded53076 100644 --- a/test/cases/040_packages/023_wireguard/test.yml +++ b/test/cases/040_packages/023_wireguard/test.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0 console=ttyAMA0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index b228554d4..b7c2833e2 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -1,5 +1,5 @@ kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a diff --git a/test/hack/test.yml b/test/hack/test.yml index 967343379..f9e77a65a 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -1,7 +1,7 @@ # FIXME: This should use the minimal example # We continue to use the kernel-config-test as CI is currently expecting to see a success message kernel: - image: linuxkit/kernel:4.14.28 + image: linuxkit/kernel:4.14.29 cmdline: "console=ttyS0" init: - linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a