kernel: Update to 5.0.14/4.19.41/4.14.117/4.9.174

Skip 5.0.13 and 4.19.40 as the delta to the previous
version is like ~25 patches.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-05-11 18:29:44 +01:00
parent c16bef3520
commit 7cb1d40a4a
44 changed files with 65 additions and 65 deletions

View File

@ -251,21 +251,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,5.0.12,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.39,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.39,4.19.x,,-dbg))
$(eval $(call kernel,5.0.14,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,,-dbg))
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
$(eval $(call kernel,4.14.116,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.173,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.117,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.174,4.9.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,5.0.12,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.39,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.0.14,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,5.0.12,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.39,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.0.14,5.0.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.41,4.19.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.116 Kernel Configuration
# Linux/x86 4.14.117 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.39 Kernel Configuration
# Linux/arm64 4.19.41 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.19.39 Kernel Configuration
# Linux/s390 4.19.41 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.39 Kernel Configuration
# Linux/x86 4.19.41 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.173 Kernel Configuration
# Linux/x86 4.9.174 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.0.12 Kernel Configuration
# Linux/arm64 5.0.14 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 5.0.12 Kernel Configuration
# Linux/s390 5.0.14 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.0.12 Kernel Configuration
# Linux/x86 5.0.14 Kernel Configuration
#
#

View File

@ -1,4 +1,4 @@
From 887953cfa602c7bccd49d5ae71ecf4f9fe4dbfd2 Mon Sep 17 00:00:00 2001
From 992f6fbd61c879ca596d6c94ce3f588294c45d3b Mon Sep 17 00:00:00 2001
From: Cheng-mean Liu <soccerl@microsoft.com>
Date: Tue, 11 Jul 2017 16:58:26 -0700
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB

View File

@ -1,4 +1,4 @@
From ca09c53db74b4e95e69aac9fbeacffc6967932d2 Mon Sep 17 00:00:00 2001
From 54dcc222255c5fcda1a838b718dd0f874b908958 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:00 -0700
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()

View File

@ -1,4 +1,4 @@
From dd55d576fe3fb7fb267f30dfa83a2be4caaf155c Mon Sep 17 00:00:00 2001
From eb4c2c11192b531761da35164f322bd61a7607bf Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:01 -0700
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()

View File

@ -1,4 +1,4 @@
From 15b2fe81d1b6a09a4988be006e5e21ea0f62466e Mon Sep 17 00:00:00 2001
From 1df531c1dd126fca5b197af75a50a09127141d50 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:02 -0700
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()

View File

@ -1,4 +1,4 @@
From e72de1dd9f90375dfacbd78468862195ac968e4d Mon Sep 17 00:00:00 2001
From c1b42fe2f19316a7b8599a5fef654ee393cd1007 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:03 -0700
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()

View File

@ -1,4 +1,4 @@
From 14b3547b113c9071433b2979db3c86f44a9cc137 Mon Sep 17 00:00:00 2001
From 85f9fd2e7a77eeaba91c8c3aafae8ae2536f6001 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:04 -0700
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()

View File

@ -1,4 +1,4 @@
From eb3516ca5d75b741ac54810db90d38c1c66bddff Mon Sep 17 00:00:00 2001
From 5a479d57411e8ee3a9971126a8001a279c9d6b9a Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:05 -0700
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()

View File

@ -1,4 +1,4 @@
From 169834b885b0dde802b9bf8c259f5103e016d509 Mon Sep 17 00:00:00 2001
From 33ac73eec582f8802dcee5a0e9310c2e900db5a7 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:06 -0700
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()

View File

@ -1,4 +1,4 @@
From d04924bf9e3a1883a41d654a780de6f617f9f610 Mon Sep 17 00:00:00 2001
From 05d858ab4e729defd256f2ff71e7e6fe0f060fd8 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:07 -0700
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()

View File

@ -1,4 +1,4 @@
From 0f8fe4ff07b11ddc5c1c9af5b06589c12a3c1ae6 Mon Sep 17 00:00:00 2001
From e3e727a59d86bf8759dfa387a9f09827abcb68a2 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:08 -0700
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()

View File

@ -1,4 +1,4 @@
From 9d7641d1292ea4220bba43ca9c4b6b1816f70809 Mon Sep 17 00:00:00 2001
From c6553646d73a4c1fed42b7ab61843eb4f3dc3c24 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:09 -0700
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()

View File

@ -1,4 +1,4 @@
From a57ffaffe6dc6fd74f5cc5a8e23cc08a3107c81a Mon Sep 17 00:00:00 2001
From ecbcd2b6310f8bbc60d8317d199b848278ccd7bc Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:10 -0700
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()

View File

@ -1,4 +1,4 @@
From 863457281840dbd6ebf920ecd77abfb6a7328405 Mon Sep 17 00:00:00 2001
From 9e902c4001295bae1028e299491bfdac9facb5a0 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:11 -0700
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()

View File

@ -1,4 +1,4 @@
From 35c1bb841b3b4224481120b1c1f5cd862bae56da Mon Sep 17 00:00:00 2001
From ee041c5561b926ced0462b5c241a26b28d9cc30e Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:12 -0700
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()

View File

@ -1,4 +1,4 @@
From 5b020364870f68540a6ad686d1c3031cca8d8351 Mon Sep 17 00:00:00 2001
From 7b604c4c72b15bb2053aae0974b65fdb4507316b Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:13 -0700
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()

View File

@ -1,4 +1,4 @@
From 4c1b501da9aa3631fa39f67dc6be4e4255dcb703 Mon Sep 17 00:00:00 2001
From 5f7a5fe7bf7ab13b2713d5cf7326d37bd46516ff Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:14 -0700
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()

View File

@ -1,4 +1,4 @@
From 08341fb4c91c58bc511e434481137b2828dc8486 Mon Sep 17 00:00:00 2001
From 2f8ed0159d2da508980d7875149d034823556f02 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:15 -0700
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()

View File

@ -1,4 +1,4 @@
From 6eec80aff508fbfd40e0844743679d04928471f7 Mon Sep 17 00:00:00 2001
From dcebda0eec2bbc2297ef9361b7de7b67cb25bd81 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Sun, 29 Oct 2017 12:21:16 -0700
Subject: [PATCH 18/21] hyper-v: trace channel events

View File

@ -1,4 +1,4 @@
From 32f90bd59373dadc936dd7a106a3d58b7cb81958 Mon Sep 17 00:00:00 2001
From 3e2906dcf9126761f0600107c36b42ae5a861625 Mon Sep 17 00:00:00 2001
From: Christian Borntraeger <borntraeger@de.ibm.com>
Date: Tue, 12 Dec 2017 09:08:35 +0100
Subject: [PATCH 19/21] serial: forbid 8250 on s390

View File

@ -1,4 +1,4 @@
From b8a4670c8c13e480c765d05ded41a034b0a70ccc Mon Sep 17 00:00:00 2001
From 69da8bc08b734376d93c97a52625c0231f44738a Mon Sep 17 00:00:00 2001
From: Cathy Avery <cavery@redhat.com>
Date: Tue, 31 Oct 2017 08:52:06 -0400
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
@ -29,7 +29,7 @@ Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
index beb585ddc07d..e94f75e25cb1 100644
index 5adeb1e4b186..405b5da45fa1 100644
--- a/drivers/scsi/storvsc_drv.c
+++ b/drivers/scsi/storvsc_drv.c
@@ -486,6 +486,7 @@ struct hv_host_device {
@ -40,7 +40,7 @@ index beb585ddc07d..e94f75e25cb1 100644
};
struct storvsc_scan_work {
@@ -922,6 +923,7 @@ static void storvsc_handle_error(struct vmscsi_request *vm_srb,
@@ -931,6 +932,7 @@ static void storvsc_handle_error(struct vmscsi_request *vm_srb,
{
struct storvsc_scan_work *wrk;
void (*process_err_fn)(struct work_struct *work);
@ -48,7 +48,7 @@ index beb585ddc07d..e94f75e25cb1 100644
bool do_work = false;
switch (SRB_STATUS(vm_srb->srb_status)) {
@@ -989,7 +991,7 @@ static void storvsc_handle_error(struct vmscsi_request *vm_srb,
@@ -998,7 +1000,7 @@ static void storvsc_handle_error(struct vmscsi_request *vm_srb,
wrk->lun = vm_srb->lun;
wrk->tgt_id = vm_srb->target_id;
INIT_WORK(&wrk->work, process_err_fn);
@ -57,7 +57,7 @@ index beb585ddc07d..e94f75e25cb1 100644
}
@@ -1807,10 +1809,19 @@ static int storvsc_probe(struct hv_device *device,
@@ -1816,10 +1818,19 @@ static int storvsc_probe(struct hv_device *device,
if (stor_device->num_sc != 0)
host->nr_hw_queues = stor_device->num_sc + 1;
@ -78,7 +78,7 @@ index beb585ddc07d..e94f75e25cb1 100644
if (!dev_is_ide) {
scsi_scan_host(host);
@@ -1819,7 +1830,7 @@ static int storvsc_probe(struct hv_device *device,
@@ -1828,7 +1839,7 @@ static int storvsc_probe(struct hv_device *device,
device->dev_instance.b[4]);
ret = scsi_add_device(host, 0, target, 0);
if (ret)
@ -87,7 +87,7 @@ index beb585ddc07d..e94f75e25cb1 100644
}
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
if (host->transportt == fc_transport_template) {
@@ -1830,17 +1841,21 @@ static int storvsc_probe(struct hv_device *device,
@@ -1839,17 +1850,21 @@ static int storvsc_probe(struct hv_device *device,
fc_host_node_name(host) = stor_device->node_name;
fc_host_port_name(host) = stor_device->port_name;
stor_device->rport = fc_remote_port_add(host, 0, &ids);
@ -111,7 +111,7 @@ index beb585ddc07d..e94f75e25cb1 100644
err_out2:
/*
* Once we have connected with the host, we would need to
@@ -1864,6 +1879,7 @@ static int storvsc_remove(struct hv_device *dev)
@@ -1873,6 +1888,7 @@ static int storvsc_remove(struct hv_device *dev)
{
struct storvsc_device *stor_device = hv_get_drvdata(dev);
struct Scsi_Host *host = stor_device->host;
@ -119,7 +119,7 @@ index beb585ddc07d..e94f75e25cb1 100644
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
if (host->transportt == fc_transport_template) {
@@ -1871,6 +1887,7 @@ static int storvsc_remove(struct hv_device *dev)
@@ -1880,6 +1896,7 @@ static int storvsc_remove(struct hv_device *dev)
fc_remove_host(host);
}
#endif

View File

@ -1,4 +1,4 @@
From 5be4b284dcd3d983ac547225c70df72a667ea87a Mon Sep 17 00:00:00 2001
From 0144b44f60317d0672af1a01dac3dfd670dd4c4e Mon Sep 17 00:00:00 2001
From: Long Li <longli@microsoft.com>
Date: Tue, 31 Oct 2017 14:58:08 -0700
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
@ -24,7 +24,7 @@ Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 file changed, 11 insertions(+), 15 deletions(-)
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
index e94f75e25cb1..66b1b6ad0ae0 100644
index 405b5da45fa1..7b9173eebdd7 100644
--- a/drivers/scsi/storvsc_drv.c
+++ b/drivers/scsi/storvsc_drv.c
@@ -487,6 +487,8 @@ struct hv_host_device {
@ -62,7 +62,7 @@ index e94f75e25cb1..66b1b6ad0ae0 100644
}
static void storvsc_remove_lun(struct work_struct *work)
@@ -1119,8 +1118,7 @@ static void storvsc_on_receive(struct storvsc_device *stor_device,
@@ -1128,8 +1127,7 @@ static void storvsc_on_receive(struct storvsc_device *stor_device,
struct vstor_packet *vstor_packet,
struct storvsc_cmd_request *request)
{
@ -72,7 +72,7 @@ index e94f75e25cb1..66b1b6ad0ae0 100644
switch (vstor_packet->operation) {
case VSTOR_OPERATION_COMPLETE_IO:
storvsc_on_io_completion(stor_device, vstor_packet, request);
@@ -1128,13 +1126,9 @@ static void storvsc_on_receive(struct storvsc_device *stor_device,
@@ -1137,13 +1135,9 @@ static void storvsc_on_receive(struct storvsc_device *stor_device,
case VSTOR_OPERATION_REMOVE_DEVICE:
case VSTOR_OPERATION_ENUMERATE_BUS:
@ -89,7 +89,7 @@ index e94f75e25cb1..66b1b6ad0ae0 100644
break;
case VSTOR_OPERATION_FCHBA_DATA:
@@ -1750,6 +1744,7 @@ static int storvsc_probe(struct hv_device *device,
@@ -1759,6 +1753,7 @@ static int storvsc_probe(struct hv_device *device,
host_dev->port = host->host_no;
host_dev->dev = device;
@ -97,7 +97,7 @@ index e94f75e25cb1..66b1b6ad0ae0 100644
stor_device = kzalloc(sizeof(struct storvsc_device), GFP_KERNEL);
@@ -1818,6 +1813,7 @@ static int storvsc_probe(struct hv_device *device,
@@ -1827,6 +1822,7 @@ static int storvsc_probe(struct hv_device *device,
host->host_no);
if (!host_dev->handle_error_wq)
goto err_out2;

View File

@ -1,4 +1,4 @@
From ae5407a23f8c5d9372417ff065267e92ba112757 Mon Sep 17 00:00:00 2001
From 261b7e523171a4edc26dbfd64ffa70ca3be9511e Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 2 Mar 2017 12:55:49 -0300
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From ca72bf17d9ad74674f8d1f72f4f22a1355a15114 Mon Sep 17 00:00:00 2001
From b7ebaafa76a1ed07500c1252184e35994a6835ce Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 13 Oct 2016 17:12:35 -0300
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From d658c3ce1b54acb712421f32c4ad71678d8ba4bc Mon Sep 17 00:00:00 2001
From 5a077a6a60195f66e0a8cb76c9090b0c0cbd18b1 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sat, 23 Jul 2016 01:35:51 +0000
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From 4b3279807ab8c50882c8dcfedee4818310e25fe7 Mon Sep 17 00:00:00 2001
From 9f4fb682b8c73cf30eb268f3b71406a33ab9aeb7 Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Mon, 23 May 2016 18:55:45 +0100
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From 58c7becd38bbb71cb1075afa235308321c69cd3f Mon Sep 17 00:00:00 2001
From ca2f2fb587def7bcbc402d6a3dcb9e44228536ea Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:07 -0800
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From df59086398942c9aee24b1f89cbf8d4b5bc5fae8 Mon Sep 17 00:00:00 2001
From a63a2cc9862eb720ca317f4ada188cad4d4a9442 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:10 -0800
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From cd8dd528d6be87acd6e49ffd8858e36c93790039 Mon Sep 17 00:00:00 2001
From 5c75d2509b5cfc2e8353f236c9dae86375b5b736 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:11 -0800
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From a499b69f9593938cd9bb2dce96008a82fef1e3cd Mon Sep 17 00:00:00 2001
From 0a3195b8a886d0a2f441e545fce642dabad702fd Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:17 -0700
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From 5c21afd9183349868bf915b30118cf13f08427c7 Mon Sep 17 00:00:00 2001
From 7a53a8622d214e10e2d84c9e792966e004cee6f1 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:18 -0700
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From b0c507c86379ba6359f6da846f465bbbcedc56b6 Mon Sep 17 00:00:00 2001
From 842b4bf9175d9a9b12ae911916f5ba9e0d992c4f Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sun, 26 Mar 2017 16:42:20 +0800
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From de9ce0ae6c67ef729970a5943590b2e23dd70774 Mon Sep 17 00:00:00 2001
From d8baf26d13a632780fa905c0f553d9b0699ca10f Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 29 Mar 2017 18:37:10 +0800
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From 7e1907d94cc6c7cd2994873e0ea856f5ec72bd43 Mon Sep 17 00:00:00 2001
From 88031b48935ab7e9ae3d9747d4976c21f1e6c92a Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 24 Mar 2017 20:53:18 +0800
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on

View File

@ -1,4 +1,4 @@
From b460d2365153c714ee7bf741534fe53c2ec87e5a Mon Sep 17 00:00:00 2001
From 36517b8ec36159577ac4db5384178717205234b8 Mon Sep 17 00:00:00 2001
From: Ido Schimmel <idosch@mellanox.com>
Date: Mon, 10 Apr 2017 14:59:27 +0300
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()

View File

@ -1,4 +1,4 @@
From ef64722dcfd5ff54b27146707a60619f67d4a6bd Mon Sep 17 00:00:00 2001
From f7e3066908666cd19202976e9fba745f367d5cad Mon Sep 17 00:00:00 2001
From: Xin Long <lucien.xin@gmail.com>
Date: Tue, 25 Apr 2017 22:58:37 +0800
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit