summaryrefslogtreecommitdiffstats
path: root/patch-5.13.0-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-26 15:24:34 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-26 15:24:34 -0500
commit005d54b78b320d32a78d54b9e40748672a5e703b (patch)
treea10979af2b2cc4e2a0e7c2b0c1a166129de3f329 /patch-5.13.0-redhat.patch
parent7704c4a937d260d4d971232d2aef4b9893fb4601 (diff)
downloadkernel-005d54b78b320d32a78d54b9e40748672a5e703b.tar.gz
kernel-005d54b78b320d32a78d54b9e40748672a5e703b.tar.xz
kernel-005d54b78b320d32a78d54b9e40748672a5e703b.zip
kernel-5.13.0-0.rc3.20210526gitad9f25d33860.27
* Wed May 26 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc3.20210526gitad9f25d33860.27] - team: mark team driver as deprecated (Hangbin Liu) [1945477] Resolves: rhbz#1945477 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.13.0-redhat.patch')
-rw-r--r--patch-5.13.0-redhat.patch16
1 files changed, 15 insertions, 1 deletions
diff --git a/patch-5.13.0-redhat.patch b/patch-5.13.0-redhat.patch
index 9c2ce6132..8c9edddb3 100644
--- a/patch-5.13.0-redhat.patch
+++ b/patch-5.13.0-redhat.patch
@@ -28,6 +28,7 @@
drivers/message/fusion/mptsas.c | 10 +
drivers/message/fusion/mptspi.c | 11 +
drivers/net/ethernet/intel/ice/ice_main.c | 1 +
+ drivers/net/team/team.c | 2 +
drivers/net/wireguard/main.c | 7 +
drivers/nvme/host/core.c | 22 +-
drivers/nvme/host/multipath.c | 16 +-
@@ -67,7 +68,7 @@
security/lockdown/Kconfig | 13 +
security/lockdown/lockdown.c | 1 +
security/security.c | 6 +
- 69 files changed, 1207 insertions(+), 187 deletions(-)
+ 70 files changed, 1209 insertions(+), 187 deletions(-)
diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst
index 75a9dd98e76e..3ff3291551f9 100644
@@ -1259,6 +1260,19 @@ index 4ee85a217c6f..494f392a8d56 100644
ice_wq = alloc_workqueue("%s", WQ_MEM_RECLAIM, 0, KBUILD_MODNAME);
if (!ice_wq) {
+diff --git a/drivers/net/team/team.c b/drivers/net/team/team.c
+index dd7917cab2b1..f6b43adb2ced 100644
+--- a/drivers/net/team/team.c
++++ b/drivers/net/team/team.c
+@@ -3045,6 +3045,8 @@ static int __init team_module_init(void)
+ if (err)
+ goto err_nl_init;
+
++ mark_hardware_deprecated(DRV_NAME);
++
+ return 0;
+
+ err_nl_init:
diff --git a/drivers/net/wireguard/main.c b/drivers/net/wireguard/main.c
index 7a7d5f1a80fc..de28e2633761 100644
--- a/drivers/net/wireguard/main.c