summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-15 22:32:33 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-15 22:32:33 -0400
commit462fb66036625abcab1a3c031bd691c32d8947f2 (patch)
tree9a8d3aae0f60042dad95022f0b8499b961c6b94d
parent1bd632276d27eeb571d16e17ddd7bdf30d0f0c19 (diff)
downloadlongterm-queue-4.18-462fb66036625abcab1a3c031bd691c32d8947f2.tar.gz
hyperv: drop patch for 4.19+
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/hv_netvsc-Set-probe-mode-to-sync.patch31
-rw-r--r--queue/series1
2 files changed, 0 insertions, 32 deletions
diff --git a/queue/hv_netvsc-Set-probe-mode-to-sync.patch b/queue/hv_netvsc-Set-probe-mode-to-sync.patch
deleted file mode 100644
index 9edb5a9..0000000
--- a/queue/hv_netvsc-Set-probe-mode-to-sync.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 9a33629ba6b26caebd73e3c581ba1e6068c696a7 Mon Sep 17 00:00:00 2001
-From: Haiyang Zhang <haiyangz@microsoft.com>
-Date: Thu, 13 Jun 2019 21:06:53 +0000
-Subject: [PATCH] hv_netvsc: Set probe mode to sync
-
-commit 9a33629ba6b26caebd73e3c581ba1e6068c696a7 upstream.
-
-For better consistency of synthetic NIC names, we set the probe mode to
-PROBE_FORCE_SYNCHRONOUS. So the names can be aligned with the vmbus
-channel offer sequence.
-
-Fixes: af0a5646cb8d ("use the new async probing feature for the hyperv drivers")
-Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-
-diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c
-index 03ea5a7ed3a4..afdcc5664ea6 100644
---- a/drivers/net/hyperv/netvsc_drv.c
-+++ b/drivers/net/hyperv/netvsc_drv.c
-@@ -2407,7 +2407,7 @@ static struct hv_driver netvsc_drv = {
- .probe = netvsc_probe,
- .remove = netvsc_remove,
- .driver = {
-- .probe_type = PROBE_PREFER_ASYNCHRONOUS,
-+ .probe_type = PROBE_FORCE_SYNCHRONOUS,
- },
- };
-
---
-2.7.4
-
diff --git a/queue/series b/queue/series
index fb7dd28..b9d1fa3 100644
--- a/queue/series
+++ b/queue/series
@@ -172,7 +172,6 @@ drm-add-fallback-override-firmware-EDID-modes-workar.patch
rtc-pcf8523-don-t-return-invalid-date-when-battery-i.patch
ax25-fix-inconsistent-lock-state-in-ax25_destroy_tim.patch
be2net-Fix-number-of-Rx-queues-used-for-flow-hashing.patch
-hv_netvsc-Set-probe-mode-to-sync.patch
ipv6-flowlabel-fl6_sock_lookup-must-use-atomic_inc_n.patch
lapb-fixed-leak-of-control-blocks.patch
neigh-fix-use-after-free-read-in-pneigh_get_next.patch