mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 01:37:42 +00:00 
			
		
		
		
	kernel: Update to 5.4.28/4.19.113/4.14.174
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
		| @@ -252,18 +252,18 @@ endef | |||||||
| # Debug targets only for latest stable and LTS stable | # Debug targets only for latest stable and LTS stable | ||||||
| # | # | ||||||
| ifeq ($(ARCH),x86_64) | ifeq ($(ARCH),x86_64) | ||||||
| $(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG))) | $(eval $(call kernel,5.4.28,5.4.x,$(EXTRA),$(DEBUG))) | ||||||
| $(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG))) | $(eval $(call kernel,4.19.113,4.19.x,$(EXTRA),$(DEBUG))) | ||||||
| $(eval $(call kernel,4.19.104,4.19.x,,-dbg)) | $(eval $(call kernel,4.19.113,4.19.x,,-dbg)) | ||||||
| $(eval $(call kernel,4.19.59,4.19.x,-rt,)) | $(eval $(call kernel,4.19.59,4.19.x,-rt,)) | ||||||
| $(eval $(call kernel,4.14.171,4.14.x,$(EXTRA),$(DEBUG))) | $(eval $(call kernel,4.14.174,4.14.x,$(EXTRA),$(DEBUG))) | ||||||
|  |  | ||||||
| else ifeq ($(ARCH),aarch64) | else ifeq ($(ARCH),aarch64) | ||||||
| $(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG))) | $(eval $(call kernel,5.4.28,5.4.x,$(EXTRA),$(DEBUG))) | ||||||
| $(eval $(call kernel,4.19.59,4.19.x,-rt,)) | $(eval $(call kernel,4.19.59,4.19.x,-rt,)) | ||||||
|  |  | ||||||
| else ifeq ($(ARCH),s390x) | else ifeq ($(ARCH),s390x) | ||||||
| $(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG))) | $(eval $(call kernel,5.4.28,5.4.x,$(EXTRA),$(DEBUG))) | ||||||
| endif | endif | ||||||
|  |  | ||||||
| # Target for kernel config | # Target for kernel config | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| # | # | ||||||
| # Automatically generated file; DO NOT EDIT. | # Automatically generated file; DO NOT EDIT. | ||||||
| # Linux/x86 4.14.171 Kernel Configuration | # Linux/x86 4.14.174 Kernel Configuration | ||||||
| # | # | ||||||
| CONFIG_64BIT=y | CONFIG_64BIT=y | ||||||
| CONFIG_X86_64=y | CONFIG_X86_64=y | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| # | # | ||||||
| # Automatically generated file; DO NOT EDIT. | # Automatically generated file; DO NOT EDIT. | ||||||
| # Linux/x86 4.19.104 Kernel Configuration | # Linux/x86 4.19.113 Kernel Configuration | ||||||
| # | # | ||||||
|  |  | ||||||
| # | # | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| # | # | ||||||
| # Automatically generated file; DO NOT EDIT. | # Automatically generated file; DO NOT EDIT. | ||||||
| # Linux/arm64 5.4.19 Kernel Configuration | # Linux/arm64 5.4.28 Kernel Configuration | ||||||
| # | # | ||||||
|  |  | ||||||
| # | # | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| # | # | ||||||
| # Automatically generated file; DO NOT EDIT. | # Automatically generated file; DO NOT EDIT. | ||||||
| # Linux/s390 5.4.19 Kernel Configuration | # Linux/s390 5.4.28 Kernel Configuration | ||||||
| # | # | ||||||
|  |  | ||||||
| # | # | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| # | # | ||||||
| # Automatically generated file; DO NOT EDIT. | # Automatically generated file; DO NOT EDIT. | ||||||
| # Linux/x86 5.4.19 Kernel Configuration | # Linux/x86 5.4.28 Kernel Configuration | ||||||
| # | # | ||||||
|  |  | ||||||
| # | # | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From cc4294c196a451a91e413eb7afb1e0598000273b Mon Sep 17 00:00:00 2001 | From 56acceb9b7252dc0c9f3ee01625a9dad8461b8b7 Mon Sep 17 00:00:00 2001 | ||||||
| From: Cheng-mean Liu <soccerl@microsoft.com> | From: Cheng-mean Liu <soccerl@microsoft.com> | ||||||
| Date: Tue, 11 Jul 2017 16:58:26 -0700 | Date: Tue, 11 Jul 2017 16:58:26 -0700 | ||||||
| Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB | 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 { |  enum ars_masks { | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 1492249cd1539c8aa4db9e50074832b4459b77fd Mon Sep 17 00:00:00 2001 | From 8c2062401403c8a9a203af268d0ec69ddff1103c Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:00 -0700 | Date: Sun, 29 Oct 2017 12:21:00 -0700 | ||||||
| Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc() | 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); |  		WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype); | ||||||
|  		goto msg_handled; |  		goto msg_handled; | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From f40fc467a8eb0c3efdba96c71f47cf3adfdabdae Mon Sep 17 00:00:00 2001 | From c2b71b1d0a9c4c7eefe8da97ffc4baa4615fa6e5 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:01 -0700 | Date: Sun, 29 Oct 2017 12:21:01 -0700 | ||||||
| Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() | Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message() | ||||||
| @@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 04c650249126339cf57f107a1359a79204f1545b Mon Sep 17 00:00:00 2001 | From 595d68c0b18c7ebfaa3794fd22ef7b50d5e7bf40 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:02 -0700 | Date: Sun, 29 Oct 2017 12:21:02 -0700 | ||||||
| Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() | Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer() | ||||||
| @@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 6dcd9834beffd604c120ad1d94ea79d4041c9b09 Mon Sep 17 00:00:00 2001 | From 2955351528e97452a9dae475eb64441f2dfefde9 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:03 -0700 | Date: Sun, 29 Oct 2017 12:21:03 -0700 | ||||||
| Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() | Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind() | ||||||
| @@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 5f57c14badd2045ec6769a4a99fad002e4174914 Mon Sep 17 00:00:00 2001 | From 7ec50c0fdbf7dd576cc7fcd3357fc804a2e4a4de Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:04 -0700 | Date: Sun, 29 Oct 2017 12:21:04 -0700 | ||||||
| Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() | Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result() | ||||||
| @@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 0edf47887dd929ae68990a9f84aa75be6e32d226 Mon Sep 17 00:00:00 2001 | From 588dd389b2928b24daa38e901d9145116c2db0d7 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:05 -0700 | Date: Sun, 29 Oct 2017 12:21:05 -0700 | ||||||
| Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() | Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created() | ||||||
| @@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 6d1f4526f9b36b8815637a99ad6f25c45088dcfb Mon Sep 17 00:00:00 2001 | From 219a97671a3e1ae1914a62c5e7e269df5c68d82b Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:06 -0700 | Date: Sun, 29 Oct 2017 12:21:06 -0700 | ||||||
| Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() | Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown() | ||||||
| @@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From f03446d0e131d71ec981b40ba3172bb10930125b Mon Sep 17 00:00:00 2001 | From 18ffc33bbae039509d07f2cc2054499560532859 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:07 -0700 | Date: Sun, 29 Oct 2017 12:21:07 -0700 | ||||||
| Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() | Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response() | ||||||
| @@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 4d4f02903cfcd3e5ae1883f77413bba79184d73f Mon Sep 17 00:00:00 2001 | From cd66081931b2dc974da2c9de5ea3a84886282185 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:08 -0700 | Date: Sun, 29 Oct 2017 12:21:08 -0700 | ||||||
| Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() | Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers() | ||||||
| @@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 224b58ab6375cdf5d1ea37721e291c3f9b057445 Mon Sep 17 00:00:00 2001 | From f0fa37ea2a46cb24bf91ea3492623c16381b73d2 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:09 -0700 | Date: Sun, 29 Oct 2017 12:21:09 -0700 | ||||||
| Subject: [PATCH 11/21] hyper-v: trace vmbus_open() | Subject: [PATCH 11/21] hyper-v: trace vmbus_open() | ||||||
| @@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From fbb158ba985fffb9b264dfa9740ae61ab029c53d Mon Sep 17 00:00:00 2001 | From 563dc5d22087ed6328c45b59d8b2e498acfd7513 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:10 -0700 | Date: Sun, 29 Oct 2017 12:21:10 -0700 | ||||||
| Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() | Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal() | ||||||
| @@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 759ec4d5e00f2f3c8e9a8c216752712ff72ea278 Mon Sep 17 00:00:00 2001 | From 2090b4ac2819e64573787437960b92afccd4ccf3 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:11 -0700 | Date: Sun, 29 Oct 2017 12:21:11 -0700 | ||||||
| Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() | Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl() | ||||||
| @@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 0cd8a3269c0e08ab50582cdb6aaddfd13044395f Mon Sep 17 00:00:00 2001 | From 89aeff0aa68cb9b1dc1adf28043f7f7f32386e7f Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:12 -0700 | Date: Sun, 29 Oct 2017 12:21:12 -0700 | ||||||
| Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() | Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl() | ||||||
| @@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From f97ce15b1f52b119759e966141f3bb46aaf2e1c0 Mon Sep 17 00:00:00 2001 | From 9671d96306b5b5b6f1b17822cd2623e2d1f596bb Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:13 -0700 | Date: Sun, 29 Oct 2017 12:21:13 -0700 | ||||||
| Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() | Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version() | ||||||
| @@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From b408a2d33087caabf1d5d359a24ea2921fc1590e Mon Sep 17 00:00:00 2001 | From 3d2d34fd831e942463030924f423bda8568ce912 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:14 -0700 | Date: Sun, 29 Oct 2017 12:21:14 -0700 | ||||||
| Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() | Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid() | ||||||
| @@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 58fc6d52cfe2fa26e34863dde948773173d918c8 Mon Sep 17 00:00:00 2001 | From 3680bc215f62a93c46e8801ba8d988160d27db8b Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:15 -0700 | Date: Sun, 29 Oct 2017 12:21:15 -0700 | ||||||
| Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() | Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request() | ||||||
| @@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644 | |||||||
|  #define TRACE_INCLUDE_PATH . |  #define TRACE_INCLUDE_PATH . | ||||||
|  #undef TRACE_INCLUDE_FILE |  #undef TRACE_INCLUDE_FILE | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 339fbc00c47cfffe527284191c886931bc2404aa Mon Sep 17 00:00:00 2001 | From 1a5e65cb9456a2d26e60b0249c470f4c90899108 Mon Sep 17 00:00:00 2001 | ||||||
| From: Vitaly Kuznetsov <vkuznets@redhat.com> | From: Vitaly Kuznetsov <vkuznets@redhat.com> | ||||||
| Date: Sun, 29 Oct 2017 12:21:16 -0700 | Date: Sun, 29 Oct 2017 12:21:16 -0700 | ||||||
| Subject: [PATCH 18/21] hyper-v: trace channel events | Subject: [PATCH 18/21] hyper-v: trace channel events | ||||||
| @@ -97,5 +97,5 @@ index 70f857441399..14288a2958d0 100644 | |||||||
|  			case HV_CALL_ISR: |  			case HV_CALL_ISR: | ||||||
|  				vmbus_channel_isr(channel); |  				vmbus_channel_isr(channel); | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From f7e0092c9ce2487bd34a9dcb90c452b20d6df891 Mon Sep 17 00:00:00 2001 | From 0da3e404cb0a4a6876a85f80260bd653dabc7826 Mon Sep 17 00:00:00 2001 | ||||||
| From: Christian Borntraeger <borntraeger@de.ibm.com> | From: Christian Borntraeger <borntraeger@de.ibm.com> | ||||||
| Date: Tue, 12 Dec 2017 09:08:35 +0100 | Date: Tue, 12 Dec 2017 09:08:35 +0100 | ||||||
| Subject: [PATCH 19/21] serial: forbid 8250 on s390 | Subject: [PATCH 19/21] serial: forbid 8250 on s390 | ||||||
| @@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644 | |||||||
|  	---help--- |  	---help--- | ||||||
|  	  This selects whether you want to include the driver for the standard |  	  This selects whether you want to include the driver for the standard | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 71bc9a88e17b1403f8090c469da8b24925f9fd2b Mon Sep 17 00:00:00 2001 | From 3d5ab764aa966d80a2f8df397ade599a8980f443 Mon Sep 17 00:00:00 2001 | ||||||
| From: Cathy Avery <cavery@redhat.com> | From: Cathy Avery <cavery@redhat.com> | ||||||
| Date: Tue, 31 Oct 2017 08:52:06 -0400 | Date: Tue, 31 Oct 2017 08:52:06 -0400 | ||||||
| Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to | 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); |  	storvsc_dev_remove(dev); | ||||||
|  	scsi_host_put(host); |  	scsi_host_put(host); | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From bb70fe1cae8aeedd12edfc4197ea37a1a6cde4ec Mon Sep 17 00:00:00 2001 | From 284d1e2fdfa1134ba366198e0e1bd671147399f9 Mon Sep 17 00:00:00 2001 | ||||||
| From: Long Li <longli@microsoft.com> | From: Long Li <longli@microsoft.com> | ||||||
| Date: Tue, 31 Oct 2017 14:58:08 -0700 | Date: Tue, 31 Oct 2017 14:58:08 -0700 | ||||||
| Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller | 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); |  	ret = scsi_add_host(host, &device->device); | ||||||
|  	if (ret != 0) |  	if (ret != 0) | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 508ecfc022b2de6f15e2a3623c82f4819feeb758 Mon Sep 17 00:00:00 2001 | From 66f0f687d1a77d74639a694d5f95900970851560 Mon Sep 17 00:00:00 2001 | ||||||
| From: Arnaldo Carvalho de Melo <acme@redhat.com> | From: Arnaldo Carvalho de Melo <acme@redhat.com> | ||||||
| Date: Mon, 4 Feb 2019 15:48:03 -0300 | Date: Mon, 4 Feb 2019 15:48:03 -0300 | ||||||
| Subject: [PATCH 1/2] perf symbols: Add fallback definitions for | Subject: [PATCH 1/2] perf symbols: Add fallback definitions for | ||||||
| @@ -49,5 +49,5 @@ index a701a8a48f00..dc3fbcbb0e79 100644 | |||||||
|   |   | ||||||
|  #ifdef HAVE_CPLUS_DEMANGLE_SUPPORT |  #ifdef HAVE_CPLUS_DEMANGLE_SUPPORT | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From f9d6ddaaf4252734fe522ab3a72630f449928574 Mon Sep 17 00:00:00 2001 | From 4156e51c13d1f856eb335454b2d4d4ebcb41dd59 Mon Sep 17 00:00:00 2001 | ||||||
| From: Matt Redfearn <matt.redfearn@mips.com> | From: Matt Redfearn <matt.redfearn@mips.com> | ||||||
| Date: Wed, 3 Jan 2018 09:57:30 +0000 | Date: Wed, 3 Jan 2018 09:57:30 +0000 | ||||||
| Subject: [PATCH 2/2] include/uapi/linux/swab: Fix potentially missing | Subject: [PATCH 2/2] include/uapi/linux/swab: Fix potentially missing | ||||||
| @@ -51,5 +51,5 @@ index 23cd84868cc3..f6a8cf737abf 100644 | |||||||
|   |   | ||||||
|  /* |  /* | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| From 25c77fe64622437dc707ee29f161f66a59504589 Mon Sep 17 00:00:00 2001 | From bb2c12a651f3f5efe5e2d8327e3cfd68b95d4b85 Mon Sep 17 00:00:00 2001 | ||||||
| From: Matt Redfearn <matt.redfearn@mips.com> | From: Matt Redfearn <matt.redfearn@mips.com> | ||||||
| Date: Wed, 3 Jan 2018 09:57:30 +0000 | Date: Wed, 3 Jan 2018 09:57:30 +0000 | ||||||
| Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing | Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing | ||||||
| @@ -51,5 +51,5 @@ index 23cd84868cc3..f6a8cf737abf 100644 | |||||||
|   |   | ||||||
|  /* |  /* | ||||||
| --  | --  | ||||||
| 2.17.1 | 2.24.0 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user