diff --git a/kernel/Makefile b/kernel/Makefile index ffb363750..384a79e4e 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -252,22 +252,22 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.3.17,5.3.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,5.2.18,5.2.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.76,4.19.x,,-dbg)) +$(eval $(call kernel,4.19.90,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.90,4.19.x,,-dbg)) $(eval $(call kernel,4.19.59,4.19.x,-rt,)) -$(eval $(call kernel,4.14.146,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.9.194,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.159,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.206,4.9.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.3.17,5.3.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.90,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.59,4.19.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,5.3.2,5.3.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.19.76,4.19.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,5.3.17,5.3.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.19.90,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 4980efb6d..7a9487f9c 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.146 Kernel Configuration +# Linux/x86 4.14.159 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 57a6b926a..c650f4761 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.76 Kernel Configuration +# Linux/arm64 4.19.90 Kernel Configuration # # diff --git a/kernel/config-4.19.x-s390x b/kernel/config-4.19.x-s390x index 7a78731e0..30e3699c0 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.76 Kernel Configuration +# Linux/s390 4.19.90 Kernel Configuration # # diff --git a/kernel/config-4.19.x-x86_64 b/kernel/config-4.19.x-x86_64 index c147723b9..8559d2a68 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.76 Kernel Configuration +# Linux/x86 4.19.90 Kernel Configuration # # diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index aa8b63b13..90768c1ef 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.194 Kernel Configuration +# Linux/x86 4.9.206 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-5.3.x-aarch64 b/kernel/config-5.3.x-aarch64 index 68b7a9c95..d7918b6ae 100644 --- a/kernel/config-5.3.x-aarch64 +++ b/kernel/config-5.3.x-aarch64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.3.2 Kernel Configuration +# Linux/arm64 5.3.17 Kernel Configuration # # diff --git a/kernel/config-5.3.x-s390x b/kernel/config-5.3.x-s390x index 27e4edd6f..6247226a1 100644 --- a/kernel/config-5.3.x-s390x +++ b/kernel/config-5.3.x-s390x @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/s390 5.3.2 Kernel Configuration +# Linux/s390 5.3.17 Kernel Configuration # # diff --git a/kernel/config-5.3.x-x86_64 b/kernel/config-5.3.x-x86_64 index ba860b486..4b36780f7 100644 --- a/kernel/config-5.3.x-x86_64 +++ b/kernel/config-5.3.x-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.3.2 Kernel Configuration +# Linux/x86 5.3.17 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 258f2a8fd..597035902 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 3c7bc05d5065dc1e85dd68121b0c5c38710bb08d Mon Sep 17 00:00:00 2001 +From f53d6836a90272d8fbfd5c5adb9252c3b46bdb24 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 @@ -24,5 +24,5 @@ index 145f242c7c90..e360610911f3 100644 enum ars_masks { -- -2.23.0 +2.24.0 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 242461153..9e662e59e 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 fbcba5c082a3655f60b84dd8f0c2b4987c7935e1 Mon Sep 17 00:00:00 2001 +From ca2a66078ec2f0212f325b3fc62005134897c5d6 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() @@ -107,5 +107,5 @@ index 1fd812ed679b..70f857441399 100644 WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype); goto msg_handled; -- -2.23.0 +2.24.0 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 421689b8f..d785fc4f0 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 2d553b36eefa521b4ddfd8eb0c70b123b6a06cf8 Mon Sep 17 00:00:00 2001 +From effe9ec6be69b23643e6e590cde8c4d9f2954431 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() @@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 ad7e90b06..1ba5445a4 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 d9630d59a6bede3594fa4324a8e9b7874d71924b Mon Sep 17 00:00:00 2001 +From c38b58e7deb05c8b20e7a74d6a95ae5d0e9ada0e 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() @@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 067be9adc..0f2c7c531 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 00681d8ea42dfb03fce36214f191b04612ae9651 Mon Sep 17 00:00:00 2001 +From cb59752ba173d41f736ee315569727d8ebc22f3b 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() @@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 5515aeb45..dd80b7aa9 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 4e25334bd8f5d0fb208c70c08a9530d557f1c013 Mon Sep 17 00:00:00 2001 +From bb02c8a77a5ab506114942a00df133aaa16af119 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() @@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 808c0b99d..6b7fca746 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 ad12256d5c8c093696d8597144ab758350440b84 Mon Sep 17 00:00:00 2001 +From 360e15dadba3f904326a0a90fb82d0e77de4f7be 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() @@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 674c37e19..e2f090b00 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 1cea2fca0971008afcb1a8423bb84dfbc716e402 Mon Sep 17 00:00:00 2001 +From 60ee680388a3aa5cabc11781d40c43fd826d32fd 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() @@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 815ea7313..c0e5a0df4 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 76949543cab14c60af497ee344d35eae74d88aaa Mon Sep 17 00:00:00 2001 +From b2bb017d06494dac6da28df4b0375ac153eb236f 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() @@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 cf28ae77d..19ff92b97 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 a6a5dd0698493eab9f7ee2df0f7a83bc5db526e6 Mon Sep 17 00:00:00 2001 +From 89a75030466d358126e39b017ed85a81d7ec6cc9 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() @@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 f23cc80a4..5976cc919 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 27bdf3364285c00c4ca2eef40a9812536ec91986 Mon Sep 17 00:00:00 2001 +From 0bd830ee90ea0044e82281b9838bfe064a011ea1 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() @@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 7abde5d0f..51d60a10c 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 4b56edfb63aa25872a595bb297eece4b6636d399 Mon Sep 17 00:00:00 2001 +From 0104ceb8cc484a22476fc8cac0e07b2de34eb1b1 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() @@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 d2b17181f..ec0049dd1 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 283cb3cb8abd520805c5d4301e9f250bd5f6b7b6 Mon Sep 17 00:00:00 2001 +From a6d315eecdfdd08ee31fe127127ed76d996c87ac 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() @@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 30d5ed7fa..5885415b8 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 b7865932e502b66d65c564d808fc921e89c1af0f Mon Sep 17 00:00:00 2001 +From 44d0336c3bcc677675fa82c598bf9f560b85dc1a 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() @@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 ea8ba0b57..1a79e1b3e 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 4b8ac79d0fbaa90ce6ef6930a57f791249368f2a Mon Sep 17 00:00:00 2001 +From ff4d95226c54a17a76c8179f72635b7cf64d16f5 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() @@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 8f33a308d..b39a64047 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 db90305eb0ecefda4979e1032756822807166da5 Mon Sep 17 00:00:00 2001 +From 9cd76edb4608c726899969df76d8b460c7711732 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() @@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 48efaab21..1d2033e7f 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 3b990c6b1760e7bdd0b9f19f32f85e8beb608601 Mon Sep 17 00:00:00 2001 +From 61ddfdcfb69573b684efe950e9c4a95da0d4de65 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() @@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644 #define TRACE_INCLUDE_PATH . #undef TRACE_INCLUDE_FILE -- -2.23.0 +2.24.0 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 a8deab5da..cb25573a7 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 53e66b9f58db4928bee9381d84145b676ce41fb2 Mon Sep 17 00:00:00 2001 +From 3544cc8fe73cf221fc17064be476af9f47ab56ff 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 @@ -97,5 +97,5 @@ index 70f857441399..14288a2958d0 100644 case HV_CALL_ISR: vmbus_channel_isr(channel); -- -2.23.0 +2.24.0 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 7e1e78b5c..fd5f47ced 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 e7ae5563ed324e44e906efdd837fdfb363b81961 Mon Sep 17 00:00:00 2001 +From 03fa65540dd750a1cb875145615303fd7492b94e 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 @@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644 ---help--- This selects whether you want to include the driver for the standard -- -2.23.0 +2.24.0 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 3caa1e540..895485f9c 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 c8c2007faec8cdae12332150e9152220376eca60 Mon Sep 17 00:00:00 2001 +From ba73d346b0dd3efc44de486866fca2daa1959026 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 @@ -128,5 +128,5 @@ index 5adeb1e4b186..405b5da45fa1 100644 storvsc_dev_remove(dev); scsi_host_put(host); -- -2.23.0 +2.24.0 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 b9bffc78d..33b28b9bf 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 0374f857e31afa749bfa9625a9aeb059ca3a2930 Mon Sep 17 00:00:00 2001 +From 0fd3df7b47b6cac9b9d46329c0fef1dd7ebe6e0c 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 @@ -106,5 +106,5 @@ index 405b5da45fa1..7b9173eebdd7 100644 ret = scsi_add_host(host, &device->device); if (ret != 0) -- -2.23.0 +2.24.0 diff --git a/kernel/patches-4.19.x/0001-perf-symbols-Add-fallback-definitions-for-GELF_ST_VI.patch b/kernel/patches-4.19.x/0001-perf-symbols-Add-fallback-definitions-for-GELF_ST_VI.patch index aea60a553..302b5750b 100644 --- a/kernel/patches-4.19.x/0001-perf-symbols-Add-fallback-definitions-for-GELF_ST_VI.patch +++ b/kernel/patches-4.19.x/0001-perf-symbols-Add-fallback-definitions-for-GELF_ST_VI.patch @@ -1,4 +1,4 @@ -From c3770da814783f82f86d36673fd19e4ebde6bf54 Mon Sep 17 00:00:00 2001 +From 8b83a2f6ef2fa898161f3a7766e1c0da9adb54ba Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 4 Feb 2019 15:48:03 -0300 Subject: [PATCH 1/2] perf symbols: Add fallback definitions for @@ -18,6 +18,7 @@ Cc: Nick Clifton Cc: Peter Zijlstra Link: https://lkml.kernel.org/n/tip-03cg3gya2ju4ba2x6ibb9fuz@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo +(cherry picked from commit 843cf70ed29a7fb51f1e796c1d6e1ba3620250ac) --- tools/perf/util/symbol-elf.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kernel/patches-4.19.x/0002-include-uapi-linux-swab-Fix-potentially-missing-__al.patch b/kernel/patches-4.19.x/0002-include-uapi-linux-swab-Fix-potentially-missing-__al.patch index 37817e1e8..01b524d06 100644 --- a/kernel/patches-4.19.x/0002-include-uapi-linux-swab-Fix-potentially-missing-__al.patch +++ b/kernel/patches-4.19.x/0002-include-uapi-linux-swab-Fix-potentially-missing-__al.patch @@ -1,4 +1,4 @@ -From 01d3d9d51e7036eb0f83cfc874b5d6daf18a146f Mon Sep 17 00:00:00 2001 +From 73f20f50d9204abcff0ff18c6abf09c8643cb8a5 Mon Sep 17 00:00:00 2001 From: Matt Redfearn Date: Wed, 3 Jan 2018 09:57:30 +0000 Subject: [PATCH 2/2] include/uapi/linux/swab: Fix potentially missing 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 c50ca352d..86c13c546 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 17a77c300e05d7b842d08d751d7736f8dd2213e0 Mon Sep 17 00:00:00 2001 +From 564a87a65b31d2ca32417d0bd2f47aa6ba3d423a 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() @@ -146,5 +146,5 @@ index 8b39e8086c2d..d0c7526db145 100644 int is_printable_array(char *p, unsigned int len); -- -2.23.0 +2.24.0 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 15f753cec..73a816759 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 ba7ea1dd864393d6f117d483d4580135463ab6d3 Mon Sep 17 00:00:00 2001 +From 3c894cd46a6b7bd5f98e5743715c8bfeb5169992 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 @@ -53,7 +53,7 @@ Signed-off-by: Arnaldo Carvalho de Melo 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/util/jitdump.c b/tools/perf/util/jitdump.c -index 95f0884aae02..f3ed3c963c71 100644 +index 7e2e8aa95467..e85918002f13 100644 --- a/tools/perf/util/jitdump.c +++ b/tools/perf/util/jitdump.c @@ -581,7 +581,7 @@ static int @@ -66,5 +66,5 @@ index 95f0884aae02..f3ed3c963c71 100644 while ((jr = jit_get_next_entry(jd))) { switch(jr->prefix.id) { -- -2.23.0 +2.24.0 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 5c5befc5f..8f4fc3775 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 6b9b21602623cc8d2994f05105a2abb813060e31 Mon Sep 17 00:00:00 2001 +From 603411799a1a9f7f2ff930b96de3412ba13f1994 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 @@ -42,7 +42,7 @@ Origin: https://patchwork.kernel.org/patch/9244467/ create mode 100644 net/hv_sock/af_hvsock.c diff --git a/MAINTAINERS b/MAINTAINERS -index 98ee40591a9b..0df158872765 100644 +index fcaab221553e..d01243fa8acf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5853,7 +5853,9 @@ F: drivers/pci/host/pci-hyperv.c @@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb +MODULE_DESCRIPTION("Hyper-V Sockets"); +MODULE_LICENSE("Dual BSD/GPL"); -- -2.23.0 +2.24.0 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 fad713de6..188bcf0f0 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 f338a855223068b08d0ddb1345a82075c0ca41ef Mon Sep 17 00:00:00 2001 +From 88a3e7768563e2cc69cac3989baf3e3dc8179f0a 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 @@ -26,5 +26,5 @@ index 9360cdce740e..d838074e9add 100644 } -- -2.23.0 +2.24.0 diff --git a/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch-e b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch-e new file mode 100644 index 000000000..188bcf0f0 --- /dev/null +++ b/kernel/patches-4.9.x/0004-vmbus-Don-t-spam-the-logs-with-unknown-GUIDs.patch-e @@ -0,0 +1,30 @@ +From 88a3e7768563e2cc69cac3989baf3e3dc8179f0a 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 + +With Hyper-V sockets device types are introduced on the fly. The pr_info() +then prints a message on every connection, which is way too verbose. Since +there doesn't seem to be an easy way to check for registered services, +disable the pr_info() completely. + +Signed-off-by: Rolf Neugebauer +--- + drivers/hv/channel_mgmt.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c +index 9360cdce740e..d838074e9add 100644 +--- a/drivers/hv/channel_mgmt.c ++++ b/drivers/hv/channel_mgmt.c +@@ -192,7 +192,6 @@ static u16 hv_get_dev_type(const struct vmbus_channel *channel) + if (!uuid_le_cmp(*guid, vmbus_devs[i].guid)) + return i; + } +- pr_info("Unknown GUID: %pUl\n", guid); + return i; + } + +-- +2.24.0 + 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 2c4946e86..a3cb361a6 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 d31745ffe6fd294b6a0ec1c38662e335ea42ce3b Mon Sep 17 00:00:00 2001 +From eeb0dec2777fb87ff9d1c4f8401d876866edaea7 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 @@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644 } -- -2.23.0 +2.24.0 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 b2e73a9a4..5ed2b3522 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 e765e94d4335fee21c0dca3a4ac20dec770dca9d Mon Sep 17 00:00:00 2001 +From a784af34e3903106e3097e7cb43c53f5e26b8e58 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. @@ -101,5 +101,5 @@ index a6707133c297..5c95ba1e2ecf 100644 return 0; } -- -2.23.0 +2.24.0 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 75f861809..cc39cb1e3 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 6412b3bfdac129e4e62c182ec6a4cec3c64fe980 Mon Sep 17 00:00:00 2001 +From 8f30ce837fd4cc521dfc071ceba5bd0030645f3d 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 @@ -44,5 +44,5 @@ index 5c95ba1e2ecf..eee238cc60bd 100644 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); if (rc) { -- -2.23.0 +2.24.0 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 2486c5642..c16afb446 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 fdfa4866994cfc544851d7085ed3b39a556b5a5f Mon Sep 17 00:00:00 2001 +From efb4cdb8f07aec5a3f9d8495b896bb48fbba08e1 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 @@ -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.23.0 +2.24.0 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 09c20509f..a57f3ebaf 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 49e3ddf800107a4fcc3e4f8e0373079d081d1218 Mon Sep 17 00:00:00 2001 +From 4ececf204f51b6789d273f56ef4011272eb6286a 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. @@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644 hb_srv_version & 0xFFFF); } -- -2.23.0 +2.24.0 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 31992fafb..a2a749a7c 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 bf0ed2692a4796ce35367e14fddec97b2463b59a Mon Sep 17 00:00:00 2001 +From 9437b5fd5eb5570a82f7c79672007240ba866966 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 @@ -52,5 +52,5 @@ index 095dd37367de..effac8042dc6 100644 void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid) -- -2.23.0 +2.24.0 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 5d44565d0..c862e1aba 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 c98c3655be61af27cf994e5dba911ff26af2d064 Mon Sep 17 00:00:00 2001 +From 59bdf5a956bb431016fb00b135952d62ab8017af 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 @@ -56,5 +56,5 @@ index 784c45484825..fb94b96e8469 100644 vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle); kfree(open_info); -- -2.23.0 +2.24.0 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 f9a9195ba..d0f5a9ad0 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 7b6787f8bc86977a87c95673e52b413cf1651d44 Mon Sep 17 00:00:00 2001 +From b42442dd3866916eaa11904b9d92b35bec5231c7 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 @@ -173,5 +173,5 @@ index 7df9eb8f0cf7..a87757cf277b 100644 void vmbus_setevent(struct vmbus_channel *channel); -- -2.23.0 +2.24.0 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 3e12b2ac6..82d86f6d9 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 40cd1e7778fffa2cabee6a7704765e32b6ab6ccc Mon Sep 17 00:00:00 2001 +From 6dbc83e7d8729d2af84a769107e1c02963407fc9 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() @@ -138,5 +138,5 @@ index 1b63177e0ccd..417edbe7b8b2 100644 { return 0; -- -2.23.0 +2.24.0 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 ba35df5fb..0df64ba65 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 ce669b46aa8b07d21955fcdbb9e4a0022b635d5b Mon Sep 17 00:00:00 2001 +From 41661998f27ab61e9b5a134375ecb8c007c57c11 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 @@ -105,5 +105,5 @@ index 191b1f23c160..93d08d1b039e 100644 br_sysfs_delbr(br->dev); -- -2.23.0 +2.24.0 diff --git a/kernel/patches-5.3.x/0001-include-uapi-linux-swab-Fix-potentially-missing-__al.patch b/kernel/patches-5.3.x/0001-include-uapi-linux-swab-Fix-potentially-missing-__al.patch index be294edd0..62eff14e9 100644 --- a/kernel/patches-5.3.x/0001-include-uapi-linux-swab-Fix-potentially-missing-__al.patch +++ b/kernel/patches-5.3.x/0001-include-uapi-linux-swab-Fix-potentially-missing-__al.patch @@ -1,4 +1,4 @@ -From 8d4b24575143777bf185e659c280be2cec3ff9b0 Mon Sep 17 00:00:00 2001 +From b0d01878810994958fccb117030fefb250f9f949 Mon Sep 17 00:00:00 2001 From: Matt Redfearn Date: Wed, 3 Jan 2018 09:57:30 +0000 Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing