diff options
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.patch | 6 |
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 |