summaryrefslogtreecommitdiffstats
path: root/patch-5.12.0-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-03-10 17:36:13 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-03-10 17:36:13 -0600
commit8e1dda7133e696704135e85542003b388372afa2 (patch)
tree04e3a5c9470effb604c61971b22fd691e51ebead /patch-5.12.0-redhat.patch
parentcb611add7c1467856ef1b596ccb2b2951b79ab9a (diff)
downloadkernel-8e1dda7133e696704135e85542003b388372afa2.tar.gz
kernel-8e1dda7133e696704135e85542003b388372afa2.tar.xz
kernel-8e1dda7133e696704135e85542003b388372afa2.zip
kernel-5.12.0-0.rc2.20210310git05a59d79793d.168
* Wed Mar 10 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.12.0-0.rc2.20210310git05a59d79793d.168] - Set CONFIG_MOUSE_SERIAL=n by default (Patrick Talbert) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.12.0-redhat.patch')
-rw-r--r--patch-5.12.0-redhat.patch19
1 files changed, 1 insertions, 18 deletions
diff --git a/patch-5.12.0-redhat.patch b/patch-5.12.0-redhat.patch
index 92c4767e4..ee803bc2d 100644
--- a/patch-5.12.0-redhat.patch
+++ b/patch-5.12.0-redhat.patch
@@ -55,14 +55,13 @@
kernel/module_signing.c | 9 +-
kernel/panic.c | 14 ++
kernel/rh_taint.c | 93 ++++++++
- mm/kmemleak.c | 5 +
scripts/mod/modpost.c | 8 +
scripts/tags.sh | 2 +
security/integrity/platform_certs/load_uefi.c | 6 +-
security/lockdown/Kconfig | 13 ++
security/lockdown/lockdown.c | 1 +
security/security.c | 6 +
- 64 files changed, 1143 insertions(+), 180 deletions(-)
+ 63 files changed, 1138 insertions(+), 180 deletions(-)
diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst
index 75a9dd98e76e..3ff3291551f9 100644
@@ -2399,22 +2398,6 @@ index 000000000000..4050b6dead75
+ name ? name : "kernel");
+}
+EXPORT_SYMBOL(mark_driver_unsupported);
-diff --git a/mm/kmemleak.c b/mm/kmemleak.c
-index c0014d3b91c1..c00e9820412a 100644
---- a/mm/kmemleak.c
-+++ b/mm/kmemleak.c
-@@ -1960,6 +1960,11 @@ void __init kmemleak_init(void)
- */
- static int __init kmemleak_late_init(void)
- {
-+ if (!kmemleak_skip_disable) {
-+ kmemleak_disable();
-+ return 0;
-+ }
-+
- kmemleak_initialized = 1;
-
- debugfs_create_file("kmemleak", 0644, NULL, NULL, &kmemleak_fops);
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 24725e50c7b4..cdefcf29dbfc 100644
--- a/scripts/mod/modpost.c