summaryrefslogtreecommitdiffstats
path: root/0001-Fix-up-a-merge-issue-with-rxe.c.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-28 10:47:43 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-28 10:47:43 -0500
commita616131ac22d45b75445824b5de79959ceefe320 (patch)
tree25d7eac6096085fc037892c83afb64433b287105 /0001-Fix-up-a-merge-issue-with-rxe.c.patch
parent8dbfc48c5c691f38a8c3e3e6c6bcb0fa8d382cf2 (diff)
downloadkernel-a616131ac22d45b75445824b5de79959ceefe320.tar.gz
kernel-a616131ac22d45b75445824b5de79959ceefe320.tar.xz
kernel-a616131ac22d45b75445824b5de79959ceefe320.zip
kernel-5.10.0-0.rc1.20201028gited8780e3f2ec.56
* Wed Oct 28 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc1.20201028gited8780e3f2ec.56] - Fix LTO issues with kernel-tools (Don Zickus) - Point pathfix to the new location for gen_compile_commands.py ("Justin M. Forbes") - Filter out LTO build options from the perl ccopts ("Justin M. Forbes") - Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-Fix-up-a-merge-issue-with-rxe.c.patch')
-rw-r--r--0001-Fix-up-a-merge-issue-with-rxe.c.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/0001-Fix-up-a-merge-issue-with-rxe.c.patch b/0001-Fix-up-a-merge-issue-with-rxe.c.patch
deleted file mode 100644
index 0d9cdd163..000000000
--- a/0001-Fix-up-a-merge-issue-with-rxe.c.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 364788093bdf437c33753d327136c363be8f756c Mon Sep 17 00:00:00 2001
-From: "Justin M. Forbes" <jforbes@fedoraproject.org>
-Date: Mon, 26 Oct 2020 10:18:33 -0500
-Subject: [PATCH] Fix up a merge issue with rxe.c
-
-Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
----
- drivers/infiniband/sw/rxe/rxe.c | 7 -------
- 1 file changed, 7 deletions(-)
-
-diff --git a/drivers/infiniband/sw/rxe/rxe.c b/drivers/infiniband/sw/rxe/rxe.c
-index 61725443c33b..faa8a6cadef1 100644
---- a/drivers/infiniband/sw/rxe/rxe.c
-+++ b/drivers/infiniband/sw/rxe/rxe.c
-@@ -286,13 +286,6 @@ static int __init rxe_module_init(void)
-
- mark_tech_preview("Soft-RoCE Transport Driver", THIS_MODULE);
-
-- /* initialize slab caches for managed objects */
-- err = rxe_cache_init();
-- if (err) {
-- pr_err("unable to init object pools\n");
-- return err;
-- }
--
- err = rxe_net_init();
- if (err)
- return err;
---
-2.28.0
-