From 57c10c22cb2ca4c2a97f071a94995955c62b05b0 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 22 Jun 2020 09:40:59 -0500 Subject: kernel-5.8.0-0.rc2.20200622git625d3449788f.1 * Mon Jun 22 2020 Fedora Kernel Team [5.8.0-0.rc2.20200622git625d3449788f.1] - 625d3449788f rebase - Updated changelog for the release based on 1b5044021070 (Fedora Kernel Team) 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 dd90c0420..0b2bae28d 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 @@ -28,7 +28,7 @@ index 7d5cfdda5277..be66ee5d0437 100644 /* * DIAG 308 support diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c -index ccea9a245867..558f9fbfd114 100644 +index 90a2a17239b0..be3b72c53656 100644 --- a/arch/s390/kernel/ipl.c +++ b/arch/s390/kernel/ipl.c @@ -2110,3 +2110,8 @@ int ipl_report_free(struct ipl_report *report) -- cgit