summaryrefslogtreecommitdiff
path: root/SOURCES/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
diff options
context:
space:
mode:
authorSentry <sentry@Sentry-Desktop-Fedora.local>2020-11-16 21:02:53 +0100
committerJan200101 <sentrycraft123@gmail.com>2020-12-05 19:40:07 +0100
commitbdb83850ca3fcc4556f87e44b0796f0dd6b6d55b (patch)
tree767930d0f90d9af79befd63c9cc51d52b79155dc /SOURCES/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
parent2323591ec35bad9ae5469f48a5bb697254f97459 (diff)
downloadkernel-fsync-bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b.tar.gz
kernel-fsync-bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b.zip
Linux v5.9.8
Diffstat (limited to 'SOURCES/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch')
-rw-r--r--SOURCES/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/SOURCES/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch b/SOURCES/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
index 63cd86b..6613f6a 100644
--- a/SOURCES/0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
+++ b/SOURCES/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 07aa15ba43b3..307abb2d82d7 100644
+index e600f6953d7c..4264e01824b3 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -49,6 +49,7 @@
@@ -52,7 +52,7 @@ index 07aa15ba43b3..307abb2d82d7 100644
#include <asm/boot_data.h>
#include <asm/ipl.h>
-@@ -1086,6 +1087,9 @@ void __init setup_arch(char **cmdline_p)
+@@ -1085,6 +1086,9 @@ void __init setup_arch(char **cmdline_p)
log_component_list();
@@ -63,5 +63,5 @@ index 07aa15ba43b3..307abb2d82d7 100644
/* boot_command_line has been already set up in early.c */
*cmdline_p = boot_command_line;
--
-2.26.2
+2.28.0