mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernels: Update to 4.20.6/4.19.19/4.14.97/4.9.154
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
c5b3f24de6
commit
1c49fa2c8f
@ -261,23 +261,23 @@ 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,4.20.5,4.20.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.20.6,4.20.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.18,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.19,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.96,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.97,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.96,4.14.x,,-dbg))
|
$(eval $(call kernel,4.14.97,4.14.x,,-dbg))
|
||||||
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
|
||||||
$(eval $(call kernel,4.9.153,4.9.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.9.154,4.9.x,$(EXTRA),$(DEBUG)))
|
||||||
|
|
||||||
else ifeq ($(ARCH),aarch64)
|
else ifeq ($(ARCH),aarch64)
|
||||||
$(eval $(call kernel,4.20.5,4.20.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.20.6,4.20.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.18,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.19,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.96,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.97,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.87,4.14.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),s390x)
|
else ifeq ($(ARCH),s390x)
|
||||||
$(eval $(call kernel,4.20.5,4.20.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.20.6,4.20.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.18,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.19,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.96,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.97,4.14.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/arm64 4.14.96 Kernel Configuration
|
# Linux/arm64 4.14.97 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.14.96 Kernel Configuration
|
# Linux/s390 4.14.97 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_ZONE_DMA=y
|
CONFIG_ZONE_DMA=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.14.96 Kernel Configuration
|
# Linux/x86 4.14.97 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/arm64 4.19.18 Kernel Configuration
|
# Linux/arm64 4.19.19 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.19.18 Kernel Configuration
|
# Linux/s390 4.19.19 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.19.18 Kernel Configuration
|
# Linux/x86 4.19.19 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.20.5 Kernel Configuration
|
# Linux/arm64 4.20.6 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.20.5 Kernel Configuration
|
# Linux/s390 4.20.6 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.20.5 Kernel Configuration
|
# Linux/x86 4.20.6 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.9.153 Kernel Configuration
|
# Linux/x86 4.9.154 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From f2598b6c92bb8ab19da1f81f0e7945dbbc28317a Mon Sep 17 00:00:00 2001
|
From dd2c2da74717a3be6e87d56dcc699bd036e9f42e 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From d9def6a9b6c8f170e2c3b501bd49abc76e468235 Mon Sep 17 00:00:00 2001
|
From 445df50d62fd60efc79a86d9281dd4cf08477d44 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()
|
||||||
@ -94,10 +94,10 @@ index a166de6efd99..02f13e803a8b 100644
|
|||||||
* Timeout for services such as KVP and fcopy.
|
* Timeout for services such as KVP and fcopy.
|
||||||
*/
|
*/
|
||||||
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
|
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
|
||||||
index 4218a616f1d3..cc76a795b555 100644
|
index 1fd812ed679b..70f857441399 100644
|
||||||
--- a/drivers/hv/vmbus_drv.c
|
--- a/drivers/hv/vmbus_drv.c
|
||||||
+++ b/drivers/hv/vmbus_drv.c
|
+++ b/drivers/hv/vmbus_drv.c
|
||||||
@@ -853,6 +853,8 @@ void vmbus_on_msg_dpc(unsigned long data)
|
@@ -884,6 +884,8 @@ void vmbus_on_msg_dpc(unsigned long data)
|
||||||
|
|
||||||
hdr = (struct vmbus_channel_message_header *)msg->u.payload;
|
hdr = (struct vmbus_channel_message_header *)msg->u.payload;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 7dacce84a7046903b1c7ba7e438c89a9b1c64727 Mon Sep 17 00:00:00 2001
|
From d8f9beb993e42a224fb571e1b123eb1cd3187a0d 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From fcf9d9290cee27c1a30db9f11d834a45697b7b5a Mon Sep 17 00:00:00 2001
|
From eb734a2435fb6ae60a3ea222af24cec4c9441db5 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 06f5b82073e42b0d9b3c268a197c8b93f37663d6 Mon Sep 17 00:00:00 2001
|
From 324a16edda6612ab4b49f44bfc7d95098fc3b8f5 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 1b6d120d2dc89a0e610d46f03cb2c29abf3991f1 Mon Sep 17 00:00:00 2001
|
From c180f43a28db0b0eab9f0e04b84991a345a50a63 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 656e62b0f3925be4b3f2778c105b87ae31b378bc Mon Sep 17 00:00:00 2001
|
From 4804baacb47e9d30a005a263ae67f67310298b06 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From e877d6642c6acf6647a835fc37bea912a4023725 Mon Sep 17 00:00:00 2001
|
From 8951e613b1096457ed1b75193dd40a2e7677d575 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 1b7064d6edf8d0abd5670b51c9a0c41213a385be Mon Sep 17 00:00:00 2001
|
From 8292fa751b7067330726ce4d9d68a94a9b82010c 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From ebe1786baacce327b6fdc6262f5d91cbb0656480 Mon Sep 17 00:00:00 2001
|
From 5a4992c2b61a7498650111afd64aa4083876f4e4 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 09f565ab2df6adf441a5e06bb46867dcf4388032 Mon Sep 17 00:00:00 2001
|
From d9906c9ff0fc85dd6c9bb8e97b6437561bd3e7a7 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From fd0e57d464881a3085ae2b6719c0376184d71770 Mon Sep 17 00:00:00 2001
|
From 3249fdcdd154f9cbf48d65a4959aa17400fa61e9 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 71403399ab9ccd0b42364160f20d205fc3fe6f05 Mon Sep 17 00:00:00 2001
|
From 2ac325e1ef29fb9fcc2be1f0cf05651b54571bf3 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From e6c5e7616ddd3b37371eb7f52d1e990de349e182 Mon Sep 17 00:00:00 2001
|
From 139fc32a92df17ed6367afcbf6d8528059eadea7 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 82bde17de7e8e6b49432dcef2e076ef40865fd74 Mon Sep 17 00:00:00 2001
|
From f7addf0d0a6c63718ace063d41686b8557d82f80 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 7063ab1dc874504af7f764c42cf0ff853c19b89a Mon Sep 17 00:00:00 2001
|
From b785bd298992e058af977535e088cc579117cf4d 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 62b4cdf82ee81bb199fb77767bbe3004d6fb0060 Mon Sep 17 00:00:00 2001
|
From 4fc6b6da1b7bed4d2657c1ab3ad355ba109793c3 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()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 9b7b7299e6b9db3166b94581cbe6ff0eeab139a9 Mon Sep 17 00:00:00 2001
|
From 815000ba6135fa571fef05d06db7070ba8beccc8 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
|
||||||
@ -84,10 +84,10 @@ index 5382d9630306..d635ee95b20d 100644
|
|||||||
#define TRACE_INCLUDE_PATH .
|
#define TRACE_INCLUDE_PATH .
|
||||||
#undef TRACE_INCLUDE_FILE
|
#undef TRACE_INCLUDE_FILE
|
||||||
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
|
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
|
||||||
index cc76a795b555..678e82ddd514 100644
|
index 70f857441399..14288a2958d0 100644
|
||||||
--- a/drivers/hv/vmbus_drv.c
|
--- a/drivers/hv/vmbus_drv.c
|
||||||
+++ b/drivers/hv/vmbus_drv.c
|
+++ b/drivers/hv/vmbus_drv.c
|
||||||
@@ -964,6 +964,8 @@ static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu)
|
@@ -995,6 +995,8 @@ static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu)
|
||||||
if (channel->rescind)
|
if (channel->rescind)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 96024f426ac63d1ef0a51e92a57932489dcb3e5e Mon Sep 17 00:00:00 2001
|
From 54d088d1d7a39cb7b7804a1f0eea7064fd8a1a9c 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a821c4abeedd178833ee830183c088522707b048 Mon Sep 17 00:00:00 2001
|
From 73d9e32782d4f6bb681f8fac5520c25799b17d1f 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a464fc3b39a7ae33e5a706055009bb7168dbac08 Mon Sep 17 00:00:00 2001
|
From 101cd28d262553369d88a4b02deea38417b36087 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From ff799bf51606de47db6226945c9a110f5bdcf7b2 Mon Sep 17 00:00:00 2001
|
From ee7f0211fca9299b2a8e1f28a47e75b6b1602ace Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
||||||
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
|
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 95dd26341be280fc1888fe4acae6acdb86b42fdf Mon Sep 17 00:00:00 2001
|
From 700ec2f0d6299d97723ee0dc6bf7e9742769d56d Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
||||||
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
|
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 31e7e71d17762c25987d0a4c21de4d678d005848 Mon Sep 17 00:00:00 2001
|
From f22058b8c5ed6d34362a2b26e4837626635253ea Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
||||||
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
|
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 3d2944aa783ae23b9390eeac5f517b4b0658f5cd Mon Sep 17 00:00:00 2001
|
From e2b8aa50966daa56bbcdd834ef09049cc720cba4 Mon Sep 17 00:00:00 2001
|
||||||
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
||||||
Date: Mon, 23 May 2016 18:55:45 +0100
|
Date: Mon, 23 May 2016 18:55:45 +0100
|
||||||
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
|
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 346c76e3752de0f21e92310a9e86f9317d63e07e Mon Sep 17 00:00:00 2001
|
From b981fd415ceea1a5a317c8535f1b459d67357f07 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
||||||
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
|
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From cc720bb68313df6ae0eaba847670a0f3b46cbd35 Mon Sep 17 00:00:00 2001
|
From 0e35675f8d95fdd463e9c14056a7c4e247f5c166 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
||||||
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
|
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 2d6b1021e42b2cfff1a272a8e420a001a03fbaf3 Mon Sep 17 00:00:00 2001
|
From a1bf0a8783dffa00febc71ccf4d06f96bce6eb90 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
||||||
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
|
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 693e22dae27795e170f6c88b5dd88f17f3def107 Mon Sep 17 00:00:00 2001
|
From a6db95ed31cb461603432dc10151aa3fce88606d Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
||||||
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
|
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 416de24a78386cf56da017812fd0545655dc1041 Mon Sep 17 00:00:00 2001
|
From d504c6f74ea5ea638fa442110064c9b678c15e1a Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
||||||
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
|
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c491fe8e3331231c198276ffb5082a79a82bced6 Mon Sep 17 00:00:00 2001
|
From 250a50b56cacbae17f604aca1c4e573074f93a90 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||||
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
|
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 787344d0795fbc4e65c300f983862c4d44e7bb5a Mon Sep 17 00:00:00 2001
|
From 1a4584e871fda1199e3fe4e70446c6e3908b0428 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||||
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
|
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 28989a724a458623c2ba54d9342c80d61466c59b Mon Sep 17 00:00:00 2001
|
From 2c2eccde66d4842933bd974df30fa520ebddf4bb Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||||
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
|
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 7e9e556ec10cd8f80e512636e7e3984cdf452d38 Mon Sep 17 00:00:00 2001
|
From 2cbf343a5c752cc4a0bb6b85ff79116eef2d4d24 Mon Sep 17 00:00:00 2001
|
||||||
From: Ido Schimmel <idosch@mellanox.com>
|
From: Ido Schimmel <idosch@mellanox.com>
|
||||||
Date: Mon, 10 Apr 2017 14:59:27 +0300
|
Date: Mon, 10 Apr 2017 14:59:27 +0300
|
||||||
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
|
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 6eda64a8a3c390327ba0e6a2ec30785dd2af58ba Mon Sep 17 00:00:00 2001
|
From 89bfe9c5f0ddbbf5d5667f206e1fe85c0febc825 Mon Sep 17 00:00:00 2001
|
||||||
From: Xin Long <lucien.xin@gmail.com>
|
From: Xin Long <lucien.xin@gmail.com>
|
||||||
Date: Tue, 25 Apr 2017 22:58:37 +0800
|
Date: Tue, 25 Apr 2017 22:58:37 +0800
|
||||||
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
|
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
|
||||||
|
Loading…
Reference in New Issue
Block a user