summaryrefslogtreecommitdiffstats
path: root/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-07-08 10:58:48 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-07-08 10:58:48 -0500
commita6d0f2858ff60881f95ba4f610089b8b7778d671 (patch)
tree38b2374f22b7a4ac226b916682aa3285214862b3 /0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
parent358c00f77ff317634027eb4ac228be1df3632c44 (diff)
downloadkernel-a6d0f2858ff60881f95ba4f610089b8b7778d671.tar.gz
kernel-a6d0f2858ff60881f95ba4f610089b8b7778d671.tar.xz
kernel-a6d0f2858ff60881f95ba4f610089b8b7778d671.zip
kernel-5.8.0-0.rc4.20200708gitdcde237b9b0e.1
* Wed Jul 08 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.8.0-0.rc4.20200708gitdcde237b9b0e.1] - dcde237b9b0e rebase - Updated changelog for the release based on v5.8-rc4 (Fedora Kernel Team) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch')
-rw-r--r--0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch b/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
index 0b2bae28d..63cd86b35 100644
--- a/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
+++ b/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
@@ -41,7 +41,7 @@ index 90a2a17239b0..be3b72c53656 100644
+ return !!ipl_secure_flag;
+}
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
-index 5853c9872dfe..fab9bc9889da 100644
+index 07aa15ba43b3..307abb2d82d7 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -49,6 +49,7 @@