diff --git a/kernel/Makefile b/kernel/Makefile index ace6c783e..6f7d28ba8 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -251,24 +251,24 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.28,4.19.x,,-dbg)) +$(eval $(call kernel,5.0.2,5.0.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.29,4.19.x,,-dbg)) $(eval $(call kernel,4.19.25,4.19.x,-rt,)) -$(eval $(call kernel,4.14.106,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.9.163,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.107,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.164,4.9.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.0.2,5.0.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.25,4.19.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,5.0.1,5.0.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.20.15,4.20.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.28,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.0.2,5.0.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.20.16,4.20.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.29,4.19.x,$(EXTRA),$(DEBUG))) endif # Target for kernel config diff --git a/kernel/config-4.14.x-x86_64 b/kernel/config-4.14.x-x86_64 index 0e8d572ad..5c24b020b 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.106 Kernel Configuration +# Linux/x86 4.14.107 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.19.x-aarch64 b/kernel/config-4.19.x-aarch64 index 8cfb856e8..26b4f3f70 100644 --- a/kernel/config-4.19.x-aarch64 +++ b/kernel/config-4.19.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.19.28 Kernel Configuration +# Linux/arm64 4.19.29 Kernel Configuration # # diff --git a/kernel/config-4.19.x-s390x b/kernel/config-4.19.x-s390x index 7c4d3771c..7106e67a3 100644 --- a/kernel/config-4.19.x-s390x +++ b/kernel/config-4.19.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.19.28 Kernel Configuration +# Linux/s390 4.19.29 Kernel Configuration # # diff --git a/kernel/config-4.19.x-x86_64 b/kernel/config-4.19.x-x86_64 index 093ce7919..9889f199f 100644 --- a/kernel/config-4.19.x-x86_64 +++ b/kernel/config-4.19.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.28 Kernel Configuration +# Linux/x86 4.19.29 Kernel Configuration # # diff --git a/kernel/config-4.20.x-aarch64 b/kernel/config-4.20.x-aarch64 index bb1850354..4bcf6bc23 100644 --- a/kernel/config-4.20.x-aarch64 +++ b/kernel/config-4.20.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.20.15 Kernel Configuration +# Linux/arm64 4.20.16 Kernel Configuration # # diff --git a/kernel/config-4.20.x-s390x b/kernel/config-4.20.x-s390x index 617804d6a..61ce38673 100644 --- a/kernel/config-4.20.x-s390x +++ b/kernel/config-4.20.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 4.20.15 Kernel Configuration +# Linux/s390 4.20.16 Kernel Configuration # # diff --git a/kernel/config-4.20.x-x86_64 b/kernel/config-4.20.x-x86_64 index 0552eb934..015ae23aa 100644 --- a/kernel/config-4.20.x-x86_64 +++ b/kernel/config-4.20.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.20.15 Kernel Configuration +# Linux/x86 4.20.16 Kernel Configuration # # diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index ec3641126..273bade74 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.163 Kernel Configuration +# Linux/x86 4.9.164 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-5.0.x-aarch64 b/kernel/config-5.0.x-aarch64 index dbabcb0d2..2a036ea8f 100644 --- a/kernel/config-5.0.x-aarch64 +++ b/kernel/config-5.0.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.0.1 Kernel Configuration +# Linux/arm64 5.0.2 Kernel Configuration # # diff --git a/kernel/config-5.0.x-s390x b/kernel/config-5.0.x-s390x index 6f5ef23c7..490e94f80 100644 --- a/kernel/config-5.0.x-s390x +++ b/kernel/config-5.0.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.0.1 Kernel Configuration +# Linux/s390 5.0.2 Kernel Configuration # # diff --git a/kernel/config-5.0.x-x86_64 b/kernel/config-5.0.x-x86_64 index ed8b1308d..5a6d74805 100644 --- a/kernel/config-5.0.x-x86_64 +++ b/kernel/config-5.0.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.0.1 Kernel Configuration +# Linux/x86 5.0.2 Kernel Configuration # # diff --git a/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch b/kernel/patches-4.14.x/0001-NVDIMM-reducded-ND_MIN_NAMESPACE_SIZE-from-4MB-to-4K.patch index e51d4a59f..628b33475 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 ab708b1a8fba9737b110b585c88418025d0dc960 Mon Sep 17 00:00:00 2001 +From c8582b1902438e871cfc5484b088b4491bc51119 Mon Sep 17 00:00:00 2001 From: Cheng-mean Liu Date: Tue, 11 Jul 2017 16:58:26 -0700 Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB diff --git a/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch b/kernel/patches-4.14.x/0002-hyper-v-trace-vmbus_on_msg_dpc.patch index 6e3083923..a3b46a4c6 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 47c7eb52d374069366086a0eddffda6a0d6c8d23 Mon Sep 17 00:00:00 2001 +From 2454de7273bf1db9413b11f5b6819f999253571a Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:00 -0700 Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc() diff --git a/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch b/kernel/patches-4.14.x/0003-hyper-v-trace-vmbus_on_message.patch index 60eb5558c..9bf8dd782 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 7175f36108ad7422d86e5a2b59e3094405821d34 Mon Sep 17 00:00:00 2001 +From 4b9ba3d5a797cc7bd915e3725cd8eeca9b182896 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:01 -0700 Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() diff --git a/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch b/kernel/patches-4.14.x/0004-hyper-v-trace-vmbus_onoffer.patch index f7a99b087..7bfc4cdc1 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 7c53584445a755653d40b19cefd81254c42c9cce Mon Sep 17 00:00:00 2001 +From 4ed8a8f435d161088bef64e19aed8a81de06c40e Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:02 -0700 Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() diff --git a/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch b/kernel/patches-4.14.x/0005-hyper-v-trace-vmbus_onoffer_rescind.patch index a71f25cb7..30e799077 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 9652c04112092ae830ea90b635ad6ce9a9d7e069 Mon Sep 17 00:00:00 2001 +From 00ead208272f320173e8e9b289a757ba271ea23e Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:03 -0700 Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() diff --git a/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch b/kernel/patches-4.14.x/0006-hyper-v-trace-vmbus_onopen_result.patch index 612bc6556..9745989cd 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 5d36cd31e3020490793dcd3f95412621dab0b7b0 Mon Sep 17 00:00:00 2001 +From 5d71157d58856c352cffe294b1ae306944627f0c Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:04 -0700 Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() diff --git a/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch b/kernel/patches-4.14.x/0007-hyper-v-trace-vmbus_ongpadl_created.patch index 066d37ed0..e92ddd73e 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 05ce06d577a841d248dab75b0fb7525871126042 Mon Sep 17 00:00:00 2001 +From 5e0844f0af062325b8ccfe1c02ece28029b98c18 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:05 -0700 Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() diff --git a/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch b/kernel/patches-4.14.x/0008-hyper-v-trace-vmbus_ongpadl_torndown.patch index db6b244c3..c65d46ec1 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 26702607e1a22604106ff20eea09ea4fb353bb33 Mon Sep 17 00:00:00 2001 +From fdd6b30ef3410539444e0c6a1bb670a41ea0a381 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:06 -0700 Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() diff --git a/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch b/kernel/patches-4.14.x/0009-hyper-v-trace-vmbus_onversion_response.patch index 8205d8123..bbfc119fe 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 c129c31791bad97e241115b0ebaef12f4fd2a71f Mon Sep 17 00:00:00 2001 +From e5e05ff94c1c45cadd1eb5e0bf2105e5e0324fb3 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:07 -0700 Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() diff --git a/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch b/kernel/patches-4.14.x/0010-hyper-v-trace-vmbus_request_offers.patch index 4a527a5a5..ee4e757bb 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 d2324aa225a4a14a47e45d3f147d3ef495842425 Mon Sep 17 00:00:00 2001 +From b419213dfca6a11377da2f332363682a37a5a93f Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:08 -0700 Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() diff --git a/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch b/kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch index ab4f050f5..95d624844 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 6e7b00911e97de6b7eca5570416864794e8428b6 Mon Sep 17 00:00:00 2001 +From 76a65bd06385a447962245383ee29c87ac043a6d Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:09 -0700 Subject: [PATCH 11/21] hyper-v: trace vmbus_open() diff --git a/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch b/kernel/patches-4.14.x/0012-hyper-v-trace-vmbus_close_internal.patch index 7862dca98..56642460b 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 4dd6d680b08929c2d83d7ee29087c5ea7b9add1c Mon Sep 17 00:00:00 2001 +From 5ac1c108b4a8687e54679b7821f431439cf55ac8 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:10 -0700 Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() diff --git a/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch b/kernel/patches-4.14.x/0013-hyper-v-trace-vmbus_establish_gpadl.patch index 992982bb6..756c2a7f8 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 b2002da78c618d3eddc97acd6776d042805e30e1 Mon Sep 17 00:00:00 2001 +From d93a52c0fefd134a6e65589013afb887b0fb25b5 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:11 -0700 Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() diff --git a/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch b/kernel/patches-4.14.x/0014-hyper-v-trace-vmbus_teardown_gpadl.patch index d40a23871..510d30d0c 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 977ca569d5872cd4e728fc54451cfdafc80f39cd Mon Sep 17 00:00:00 2001 +From 02e1442a460d3db13be386fabb83685707a9b04e Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:12 -0700 Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() diff --git a/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch b/kernel/patches-4.14.x/0015-hyper-v-trace-vmbus_negotiate_version.patch index c90efa739..5243c0ded 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 e8d67b075c817df6b1ac76627fc66cf02347e390 Mon Sep 17 00:00:00 2001 +From c2da06da537db099be0625d538b6140a759c272e Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:13 -0700 Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() diff --git a/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch b/kernel/patches-4.14.x/0016-hyper-v-trace-vmbus_release_relid.patch index 8873e2050..1e4b704a6 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 4c850cdf1971c38e86b8d52a2fd054ad168d89bb Mon Sep 17 00:00:00 2001 +From 9fb8f4fbd9694939d3729a52e77e88ba543f7510 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:14 -0700 Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() diff --git a/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch b/kernel/patches-4.14.x/0017-hyper-v-trace-vmbus_send_tl_connect_request.patch index 60f4ce9a8..85a60b49c 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 8ebb8e53b00c6e24853a6f53f7a4db6ec3ee00d8 Mon Sep 17 00:00:00 2001 +From 42b69c3e3874c85798174fc42ef6da78ad18fb69 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:15 -0700 Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() diff --git a/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch b/kernel/patches-4.14.x/0018-hyper-v-trace-channel-events.patch index 144cbfbf7..9438cb275 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 a4e32fd492d35c0fd7554d30269e94426861bbe1 Mon Sep 17 00:00:00 2001 +From 0c3ca42b627d75c8d8a409ac4107b3f9b109f92f Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Sun, 29 Oct 2017 12:21:16 -0700 Subject: [PATCH 18/21] hyper-v: trace channel events diff --git a/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch b/kernel/patches-4.14.x/0019-serial-forbid-8250-on-s390.patch index 0b802cd4c..cd0b52ec2 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 0d8ac1d9bb7a77bd18488d0d0d5034c615e8d997 Mon Sep 17 00:00:00 2001 +From 3b7360a8e31a6eb2933418e24d6c554b274b57bb Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 12 Dec 2017 09:08:35 +0100 Subject: [PATCH 19/21] serial: forbid 8250 on s390 diff --git a/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch b/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch index 0485dd22d..1e6ffcfcc 100644 --- a/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch +++ b/kernel/patches-4.14.x/0020-scsi-storvsc-Allow-only-one-remove-lun-work-item-to-.patch @@ -1,4 +1,4 @@ -From 4c808bdeaffb5a5733971d0f856dd17e932163df Mon Sep 17 00:00:00 2001 +From 28bb9fc488315a27b036a46d7fb67eb62083b0b1 Mon Sep 17 00:00:00 2001 From: Cathy Avery Date: Tue, 31 Oct 2017 08:52:06 -0400 Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to diff --git a/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch b/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch index cbab46bb9..b7e3581ea 100644 --- a/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch +++ b/kernel/patches-4.14.x/0021-scsi-storvsc-Avoid-excessive-host-scan-on-controller.patch @@ -1,4 +1,4 @@ -From 62a09430b4536425cd25310af344317f9bfeefc4 Mon Sep 17 00:00:00 2001 +From 6b4ee235403bea2b3f0a286e9b7f58e973f6928a Mon Sep 17 00:00:00 2001 From: Long Li Date: Tue, 31 Oct 2017 14:58:08 -0700 Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller diff --git a/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch b/kernel/patches-4.9.x/0001-tools-build-Add-test-for-sched_getcpu.patch index 6c217a851..536270318 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 3e57a2f05403769375458bf77b842edff499ab80 Mon Sep 17 00:00:00 2001 +From cf7ebdf659ee5817dadca3b244b053e0263502df Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 2 Mar 2017 12:55:49 -0300 Subject: [PATCH 01/14] tools build: Add test for sched_getcpu() diff --git a/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch b/kernel/patches-4.9.x/0002-perf-jit-Avoid-returning-garbage-for-a-ret-variable.patch index 9012e782e..45f224a30 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 d8526563b85cf90bb9c8ba40cf337e2a50518a7a Mon Sep 17 00:00:00 2001 +From 88374d1eabbc5b4d66e015f90085cb1fd8e967d1 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 13 Oct 2016 17:12:35 -0300 Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable diff --git a/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch b/kernel/patches-4.9.x/0003-hv_sock-introduce-Hyper-V-Sockets.patch index 5ad38c887..63edc10aa 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 724222fcaa49ed403c3642af20ec8082caa1e6b2 Mon Sep 17 00:00:00 2001 +From 7f311f3ee3cb794b07880cbcbf07205b4b7b3547 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sat, 23 Jul 2016 01:35:51 +0000 Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets diff --git a/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch index 665fbea3d..3b9ba305f 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 6806875d93b4ffcd8364742799a2ad54926aeaeb Mon Sep 17 00:00:00 2001 +From a75e512e789f20dbe788cedc2fe946f9a77045c6 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 23 May 2016 18:55:45 +0100 Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs diff --git a/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch b/kernel/patches-4.9.x/0005-Drivers-hv-utils-Fix-the-mapping-between-host-versio.patch index ea3f799af..f712f890d 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 bba1a166b5b359f1268fd441d5a62db0a6f7e7c3 Mon Sep 17 00:00:00 2001 +From 6240e9eb43a1fd96470455f53cf95a55cc295369 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:07 -0800 Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host diff --git a/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch b/kernel/patches-4.9.x/0006-Drivers-hv-vss-Improve-log-messages.patch index 59d6bfaea..ae0ed4990 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 d9385a53f12f40939a94efa98bfb276b0359bd71 Mon Sep 17 00:00:00 2001 +From b4a869b3fc0e00b5a08f3282295e001d047d8da6 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:10 -0800 Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages. diff --git a/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch b/kernel/patches-4.9.x/0007-Drivers-hv-vss-Operation-timeouts-should-match-host-.patch index 633724149..92f47cca4 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 8944773abb3294a2c7f6edec0f3566a9febee1ba Mon Sep 17 00:00:00 2001 +From bfd4cdf00effb21011acac0ef5715f7196c31ca0 Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sun, 6 Nov 2016 13:14:11 -0800 Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host diff --git a/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch b/kernel/patches-4.9.x/0008-Drivers-hv-vmbus-Use-all-supported-IC-versions-to-ne.patch index 39b784f27..7779b59a2 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 dff65c43de7c2fb06cd2491bf90785cd350a671e Mon Sep 17 00:00:00 2001 +From ddc870b691a0330f7902ea4521f947fac0c10c8a Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:17 -0700 Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to diff --git a/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch b/kernel/patches-4.9.x/0009-Drivers-hv-Log-the-negotiated-IC-versions.patch index 566ca146e..4c57184ba 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 cb5e81167762b2c97d1dc3c04eb6de17b953d04b Mon Sep 17 00:00:00 2001 +From d97d43569fb51b22199fe6227922f62cdf8062bd Mon Sep 17 00:00:00 2001 From: Alex Ng Date: Sat, 28 Jan 2017 12:37:18 -0700 Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions. diff --git a/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch b/kernel/patches-4.9.x/0010-vmbus-fix-missed-ring-events-on-boot.patch index 3bfb36d8f..27af03196 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 a8b227fa1491f83ffd06771be0d97ee18f2273cc Mon Sep 17 00:00:00 2001 +From 47e1e2328d47b5a2b504688df2ff6ebcbccc4284 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sun, 26 Mar 2017 16:42:20 +0800 Subject: [PATCH 10/14] vmbus: fix missed ring events on boot diff --git a/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch b/kernel/patches-4.9.x/0011-vmbus-remove-goto-error_clean_msglist-in-vmbus_open.patch index 95cdbdd91..4fb7348cf 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 419f251f5f94b89784179be15a45387370364424 Mon Sep 17 00:00:00 2001 +From a1647301fe05cfbf12249f3e193c1669148c5ed1 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 29 Mar 2017 18:37:10 +0800 Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in diff --git a/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch b/kernel/patches-4.9.x/0012-vmbus-dynamically-enqueue-dequeue-the-channel-on-vmb.patch index b49f32627..576364ffb 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 bec940a4672bb0490d2559fadcc19af847b12eb0 Mon Sep 17 00:00:00 2001 +From 3c22d699db81a2e6de9662cb099b4f8ee0813a19 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 24 Mar 2017 20:53:18 +0800 Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on diff --git a/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch b/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch index d1135a411..83718a5a8 100644 --- a/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch +++ b/kernel/patches-4.9.x/0013-bridge-implement-missing-ndo_uninit.patch @@ -1,4 +1,4 @@ -From 34684ca0fec3e1a2b8a47f5d1c1d548992c22209 Mon Sep 17 00:00:00 2001 +From e41271315cf722eb71d014ad34990757d1511d31 Mon Sep 17 00:00:00 2001 From: Ido Schimmel Date: Mon, 10 Apr 2017 14:59:27 +0300 Subject: [PATCH 13/14] bridge: implement missing ndo_uninit() diff --git a/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch b/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch index fd1e676dc..b23c342ea 100644 --- a/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch +++ b/kernel/patches-4.9.x/0014-bridge-move-bridge-multicast-cleanup-to-ndo_uninit.patch @@ -1,4 +1,4 @@ -From 99a9c1945766cd16811db1a7c69993537ce1c265 Mon Sep 17 00:00:00 2001 +From b94f51fa5d77d60532563b3166a6616128561609 Mon Sep 17 00:00:00 2001 From: Xin Long Date: Tue, 25 Apr 2017 22:58:37 +0800 Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit