diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-28 10:47:43 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-28 10:47:43 -0500 |
commit | a616131ac22d45b75445824b5de79959ceefe320 (patch) | |
tree | 25d7eac6096085fc037892c83afb64433b287105 /patch-5.10.0-redhat.patch | |
parent | 8dbfc48c5c691f38a8c3e3e6c6bcb0fa8d382cf2 (diff) | |
download | kernel-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 'patch-5.10.0-redhat.patch')
-rw-r--r-- | patch-5.10.0-redhat.patch | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/patch-5.10.0-redhat.patch b/patch-5.10.0-redhat.patch index 4964e1905..ee09d51e2 100644 --- a/patch-5.10.0-redhat.patch +++ b/patch-5.10.0-redhat.patch @@ -28,7 +28,7 @@ drivers/gpu/drm/panel/panel-xingbangda-xbd599.c | 366 +++++++++++++++++++++ drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 10 +- drivers/hid/hid-rmi.c | 64 ---- - drivers/infiniband/sw/rxe/rxe.c | 9 + + drivers/infiniband/sw/rxe/rxe.c | 2 + drivers/input/rmi4/rmi_driver.c | 124 ++++--- drivers/iommu/iommu.c | 22 ++ drivers/message/fusion/mptsas.c | 10 + @@ -71,7 +71,7 @@ security/lockdown/lockdown.c | 1 + security/security.c | 6 + tools/perf/Makefile.config | 1 + - 73 files changed, 1592 insertions(+), 191 deletions(-) + 73 files changed, 1585 insertions(+), 191 deletions(-) diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst index 75a9dd98e76e..3ff3291551f9 100644 @@ -1434,22 +1434,15 @@ index 311eee599ce9..2460c6bd46f8 100644 data->xport.ops = &hid_rmi_ops; diff --git a/drivers/infiniband/sw/rxe/rxe.c b/drivers/infiniband/sw/rxe/rxe.c -index 95f0de0c8b49..61725443c33b 100644 +index 95f0de0c8b49..faa8a6cadef1 100644 --- a/drivers/infiniband/sw/rxe/rxe.c +++ b/drivers/infiniband/sw/rxe/rxe.c -@@ -284,6 +284,15 @@ static int __init rxe_module_init(void) +@@ -284,6 +284,8 @@ static int __init rxe_module_init(void) { int err; + 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; |