From a71ee103a729754519abc15fd58e6b258a89e58b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 19 Oct 2020 11:42:37 -0500 Subject: Linux v5.9.1 Signed-off-by: Justin M. Forbes --- 0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch') 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 63cd86b35..6613f6a35 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 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 #include -@@ -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 -- cgit