diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-05 10:16:39 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-05 10:16:39 -0600 |
commit | da1e46223709895e51e61c839d8215b3edf9252b (patch) | |
tree | 850b2476a1c9c36f3f0d14dd9f5dcf81e40c070e /patch-5.10.0-redhat.patch | |
parent | 2ed43f5c2884e5fb2202a5b07e3b1ee2708a6f49 (diff) | |
download | kernel-da1e46223709895e51e61c839d8215b3edf9252b.tar.gz kernel-da1e46223709895e51e61c839d8215b3edf9252b.tar.xz kernel-da1e46223709895e51e61c839d8215b3edf9252b.zip |
kernel-5.10.0-0.rc2.20201104git4ef8451b3326.62.test
* Wed Nov 04 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc2.20201104git4ef8451b3326.62.test]
- 4ef8451b3326 rebase
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, 1 insertions, 14 deletions
diff --git a/patch-5.10.0-redhat.patch b/patch-5.10.0-redhat.patch index 624e0d5ac..78acb206f 100644 --- a/patch-5.10.0-redhat.patch +++ b/patch-5.10.0-redhat.patch @@ -69,8 +69,7 @@ security/lockdown/Kconfig | 13 + security/lockdown/lockdown.c | 1 + security/security.c | 6 + - tools/perf/Makefile.config | 1 + - 72 files changed, 1583 insertions(+), 189 deletions(-) + 71 files changed, 1582 insertions(+), 189 deletions(-) diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst index 75a9dd98e76e..3ff3291551f9 100644 @@ -3090,15 +3089,3 @@ index a28045dc9e7f..36b8b9fcad48 100644 #ifdef CONFIG_PERF_EVENTS int security_perf_event_open(struct perf_event_attr *attr, int type) { -diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config -index 6890fc4b063a..ce8516e4de34 100644 ---- a/tools/perf/Makefile.config -+++ b/tools/perf/Makefile.config -@@ -749,6 +749,7 @@ else - PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS)) - PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null) - PERL_EMBED_CCOPTS := $(filter-out -specs=%,$(PERL_EMBED_CCOPTS)) -+ PERL_EMBED_CCOPTS := $(filter-out -flto=auto -ffat-lto-objects, $(PERL_EMBED_CCOPTS)) - PERL_EMBED_LDOPTS := $(filter-out -specs=%,$(PERL_EMBED_LDOPTS)) - FLAGS_PERL_EMBED=$(PERL_EMBED_CCOPTS) $(PERL_EMBED_LDOPTS) - |