diff --git a/kernel/Makefile b/kernel/Makefile index dae9df96b..83118cf12 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -218,21 +218,21 @@ endef # Debug targets only for latest stable and LTS stable # ifeq ($(ARCH),x86_64) -$(eval $(call kernel,4.15.15,4.15.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.32,4.14.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.32,4.14.x,,-dbg)) +$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.33,4.14.x,,-dbg)) $(eval $(call kernel,4.14.29,4.14.x,-rt,)) -$(eval $(call kernel,4.9.92,4.9.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.4.126,4.4.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.9.93,4.9.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.4.127,4.4.x,$(EXTRA),$(DEBUG))) else ifeq ($(ARCH),aarch64) -$(eval $(call kernel,4.15.15,4.15.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.32,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.33,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.29,4.14.x,-rt,)) else ifeq ($(ARCH),s390x) -$(eval $(call kernel,4.15.15,4.15.x,$(EXTRA),$(DEBUG))) -$(eval $(call kernel,4.14.32,4.14.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.15.16,4.15.x,$(EXTRA),$(DEBUG))) +$(eval $(call kernel,4.14.33,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 f14300089..109a2101d 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.32 Kernel Configuration +# Linux/arm64 4.14.33 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 75de28b0c..944c45f8f 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.32 Kernel Configuration +# Linux/s390 4.14.33 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 5e5ed28f2..e9d4aaa38 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.32 Kernel Configuration +# Linux/x86 4.14.33 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 491065a18..278a3d599 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.15 Kernel Configuration +# Linux/arm64 4.15.16 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 f3853683c..567a81b61 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.15 Kernel Configuration +# Linux/s390 4.15.16 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 9ea1facf7..01aa4a853 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.15 Kernel Configuration +# Linux/x86 4.15.16 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 cebb283f6..2479fc638 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.126 Kernel Configuration +# Linux/x86 4.4.127 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/kernel/config-4.9.x-x86_64 b/kernel/config-4.9.x-x86_64 index 624bdb925..c7058f559 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.92 Kernel Configuration +# Linux/x86 4.9.93 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 ad39fd45c..3567ce9c5 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 5af1213ec329018c24ac7bc9d241a836eeb0f49c Mon Sep 17 00:00:00 2001 +From 6d7b111ee9937c5a065fe8dcf729b87a749a423a 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 3f03567631cb..e63c201ed1ef 100644 enum ars_masks { -- -2.16.3 +2.16.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 4981bf46c..ea6f5dd7b 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 94a5ba1815c6f6ce1cfe5ee5983ce98caae8239b Mon Sep 17 00:00:00 2001 +From 11a3d521d227df2d9d18334b0eee9779dc717300 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 2cd134dd94d2..9687e462fd43 100644 WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype); goto msg_handled; -- -2.16.3 +2.16.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 bfbdfd12f..4a2f108b9 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 f05b1c7bc7aca4b783ff131facf2dd29b180fab9 Mon Sep 17 00:00:00 2001 +From 84b8dcdcb86b784daea04d8c0427179715279654 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.16.3 +2.16.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 d0a77abf9..71bf0a2d3 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 4500bba0388fa7ca2b02ebab5aa4acb99b3a6a6b Mon Sep 17 00:00:00 2001 +From 3f94b880d9e2097fe04a1097d007f89775f5bf00 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.16.3 +2.16.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 a58e70461..39fb0284c 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 f324a97d15fa5fb48c13770fba5ba812447f81c5 Mon Sep 17 00:00:00 2001 +From 6ff850fdebc5b4eb3f8d752a8c125d898365f115 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.16.3 +2.16.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 4c01f719b..7adef5302 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 f60210a090eb5f1b9f820d106bae7bb35ff05753 Mon Sep 17 00:00:00 2001 +From 8e8b5c752fa9d0dbf73a7850c74e2b86cb179a6a 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.16.3 +2.16.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 8c43f4ee7..4188bf613 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 e5f2c4668be12a397332584addb95eb315949e0b Mon Sep 17 00:00:00 2001 +From 3f5d99510e67bdb3dcb707db46bdec2d0be81572 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.16.3 +2.16.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 e4b95c569..663df5fc4 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 d6211b37dacf9d604c3fdea3cec0c1113af797f1 Mon Sep 17 00:00:00 2001 +From 6d13dcf2d0a2826852e3e9c1292a4d67f78c1a17 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.16.3 +2.16.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 d22599efb..493541c0b 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 b7331248004cb1abf3efc92af148670bbb942235 Mon Sep 17 00:00:00 2001 +From c0ef773fb21732f1af2a8720e26e24c80f8e3fb7 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.16.3 +2.16.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 1df12fc34..de454ac62 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 f160f69fa768575311a29390ba2e0e9b661092da Mon Sep 17 00:00:00 2001 +From 81bf85834d342da8706eaff2809d61a1d9ddbed0 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.16.3 +2.16.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 b3bf82230..042f7c9a4 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 c1d1a714fd8c183f2f63e40de8c39a75b6b71121 Mon Sep 17 00:00:00 2001 +From 936f63fb79ac55c98c067326b8fa08b09a4115d7 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.16.3 +2.16.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 96522b5bf..9faeee22c 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 06a74db9d17ec7d748fcb401b03a6ac9e7ecfeb5 Mon Sep 17 00:00:00 2001 +From 5216e77ecfbf8abba2e407dd47f209bdc0324847 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.16.3 +2.16.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 4229594af..24f257134 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 5fb0615621dbcc6fd71bc7a1d58aab9a199d58af Mon Sep 17 00:00:00 2001 +From 8ed3aea0364602c6aeb0cbb3e9a4d5532076c472 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.16.3 +2.16.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 b541974d5..141ab06d5 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 11b021a948f483cd085842a6d60daaec85498ea4 Mon Sep 17 00:00:00 2001 +From 84ea3e0d1d4db7cfe6814c60bcbcb7b34e495a8a 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.16.3 +2.16.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 66a80f1a9..840f99c24 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 426fddba65348dbcc55158b739ed6ef716b9c351 Mon Sep 17 00:00:00 2001 +From 0d87ae7851ea26ccd36ed8ead3bdaa0c8d6f217e 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.16.3 +2.16.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 36436ea09..fa902631d 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 3cf3c29782819cd8111429859ea899d1fd0ed928 Mon Sep 17 00:00:00 2001 +From 6408e4770054edf3d678770d858acefa508cefc6 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.16.3 +2.16.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 fa254af2c..1069d0a3f 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 27df2a547e017fb674d647dc59fff299edad9ac8 Mon Sep 17 00:00:00 2001 +From 160df3ead07707f160358b117f9c79d7afa6fcc8 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.16.3 +2.16.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 bcd6f4f40..9be810106 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 0766143fa1af0cea8956dbd896883caa4ec88fd3 Mon Sep 17 00:00:00 2001 +From ebf5d4d0aff56cd53fe3ca667fe425603472a998 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 9687e462fd43..27d5efd696ad 100644 case HV_CALL_ISR: vmbus_channel_isr(channel); -- -2.16.3 +2.16.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 8cb91b598..e574527bf 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 f261bbb32eeaa832325e8b948d620f38021b45b6 Mon Sep 17 00:00:00 2001 +From 584a11f4bb1d5b8a147c3077bb8c2950880bb1e5 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.16.3 +2.16.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 4d00c124c..901c054af 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 2bc62337f05e5746147bf47713f854e2d1b0b2b2 Mon Sep 17 00:00:00 2001 +From 22b25bd63a04a4e0389200a6498b8d3152417ccf 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 a3e480e7a257..f0ce2193eff7 100644 storvsc_dev_remove(dev); scsi_host_put(host); -- -2.16.3 +2.16.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 ae157e9c8..fb9b90888 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 956827857c6d5dd8809a4c8ef9eab89fc6f97c0e Mon Sep 17 00:00:00 2001 +From 26ea18ec3b91d37b9e7e08e81fe2f1a23ff13ee4 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 f0ce2193eff7..a892a5020c30 100644 ret = scsi_add_host(host, &device->device); if (ret != 0) -- -2.16.3 +2.16.0 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 ce2f71151..444054381 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 9dad9bb0ee9e232ee4dca59008aa161f4210906d Mon Sep 17 00:00:00 2001 +From 8f599dab77574f43d329e46072f16eaf9715bb58 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.3 +2.16.0 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 5e0cd0d7b..cf3fbb9f4 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 2290ea56716a72a9440ee3f22f72e46ea24b786f Mon Sep 17 00:00:00 2001 +From 773e0925556aa3d7b7e808ed0a7eb07604504141 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.3 +2.16.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 97762c750..b28f3443b 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 1476afa2a5aa5d68fcde5a084126d4a28d0666e2 Mon Sep 17 00:00:00 2001 +From 137e0fdcd2d3814a0a4397ce1613a17a39d71160 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.3 +2.16.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 f73cf1993..dd78da194 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 dfd25b7b3eae5044f708d70dff60f2c943441cf2 Mon Sep 17 00:00:00 2001 +From d61257c1aaf848160895826a560ce3586f99b4fe 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.3 +2.16.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 1c1a9f9f6..f898569a5 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 71ed863ea86a3eadba93475e0cc4890ca2907b0a Mon Sep 17 00:00:00 2001 +From c63200eeaf1249744d0dab9fd8f5a9c297f1da75 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.3 +2.16.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 b7dedf7c5..dd7ca4831 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 74ef18f55e0c53a9c7c8f4a5e06f7370d2bddd2b Mon Sep 17 00:00:00 2001 +From 55ed830a8d5aa24d28ab483399023cfc00604460 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.3 +2.16.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 485885122..4cd3c1904 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 1429e2fd404b7d5c289e41d88caf749568b412c8 Mon Sep 17 00:00:00 2001 +From bf7db9cf3d1930319d926a9e9b65e461f8e053dc 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.3 +2.16.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 115ac2e2f..4637263c1 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 98544b874d6a684ba4c92c341bdf4b1984e46b72 Mon Sep 17 00:00:00 2001 +From ffdcdb8f78e039acccedf2b24ebb3818608530ba 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.3 +2.16.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 9953aea18..d1f5e3cb4 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 c44b2e04b7ab0f8c76eead2e779adde3e54c6e32 Mon Sep 17 00:00:00 2001 +From 6e51bc6041fb8d5bf8e6acc966bae10fcc722170 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.3 +2.16.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 a0837b39e..cf1d9b47e 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 1e179cc3ab7a5ff61fa1c714859a401514b6baf2 Mon Sep 17 00:00:00 2001 +From 276b25d217f6510fdf45f7c7570cdb487b6ec971 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.3 +2.16.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 27da64293..ac8846e24 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 c3f186a020bf646733e77c39c0ad4df022aca8e8 Mon Sep 17 00:00:00 2001 +From d88b097204e6b6bbc90c12aa591eaa5f509e4d24 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.3 +2.16.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 5def203e4..64de27916 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 1d9e4ebe73bea0a75520f1d268dc6c91dcfeb8bc Mon Sep 17 00:00:00 2001 +From f138fb18bc080af31764391a60fe47fe7ba7a791 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.3 +2.16.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 3b8e92135..369e9db37 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 e5e2200a7f1deb52bc8241fe05df8fbfdceb811e Mon Sep 17 00:00:00 2001 +From 4f28ab4bd72833b6963cf3d15beb765d7176e38f 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.3 +2.16.0