From 8bf7e7fde6b9176ccaac91a0c95464f326d8a008 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 30 Sep 2020 10:55:26 -0500 Subject: kernel-5.9.0-0.rc7.20200930gitfb0155a09b02.21 * Wed Sep 30 2020 Fedora Kernel Team [5.9.0-0.rc7.20200930gitfb0155a09b02.21] - Merge ark-patches Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 12eadc312..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 c2c1b4e723ea..1247f80a3bf0 100644 +index e600f6953d7c..4264e01824b3 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -49,6 +49,7 @@ -- cgit