From 38ae8ad573eed85916454766404b352bb53c56bc Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 27 Jul 2020 09:57:23 -0500 Subject: kernel-5.8.0-0.rc7.1 * Mon Jul 27 2020 Fedora Kernel Team [5.8.0-0.rc7.1] - v5.8-rc7 rebase - Updated changelog for the release based on 04300d66f0a0 (Fedora Kernel Team) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch') diff --git a/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch b/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch index ac0da4b26..ff9bcbd19 100644 --- a/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch +++ b/0001-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-b.patch @@ -107,7 +107,7 @@ index 000000000000..de0a3714a5d4 + } +} diff --git a/include/linux/efi.h b/include/linux/efi.h -index 1d77c218b67e..f5fe3e01bc0e 100644 +index 2e2f9f608f68..6f5b3b019d3e 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -781,6 +781,14 @@ extern int __init efi_setup_pcdp_console(char *); @@ -143,7 +143,7 @@ index 1d77c218b67e..f5fe3e01bc0e 100644 static inline bool efi_soft_reserve_enabled(void) { return false; -@@ -1089,12 +1101,6 @@ static inline bool efi_runtime_disabled(void) { return true; } +@@ -1090,12 +1102,6 @@ static inline bool efi_runtime_disabled(void) { return true; } extern void efi_call_virt_check_flags(unsigned long flags, const char *call); extern unsigned long efi_call_virt_save_flags(void); -- cgit