summaryrefslogtreecommitdiffstats
path: root/efi-secureboot.patch
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-02-17 20:10:39 -0800
committerLaura Abbott <labbott@redhat.com>2019-02-17 20:10:42 -0800
commit16332ac6b7f9494200f0547f93bc1ea7d9924717 (patch)
tree3028203dfe13a9f3e482e18623bf47681230ee90 /efi-secureboot.patch
parent7f7300be61bf1344e53071d44e5b4692a8b1e41d (diff)
downloadkernel-16332ac6b7f9494200f0547f93bc1ea7d9924717.tar.gz
kernel-16332ac6b7f9494200f0547f93bc1ea7d9924717.tar.xz
kernel-16332ac6b7f9494200f0547f93bc1ea7d9924717.zip
Linux v5.0-rc7
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r--efi-secureboot.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch
index 6067bcfc8..5a3738a22 100644
--- a/efi-secureboot.patch
+++ b/efi-secureboot.patch
@@ -164,18 +164,18 @@ index 100ce4a4aff6..62361b647a75 100644
#ifdef CONFIG_EFI
/*
-@@ -1169,6 +1177,8 @@ extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused);
+@@ -1198,6 +1206,8 @@ static inline bool efi_enabled(int feature)
+ extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused);
+
extern bool efi_is_table_address(unsigned long phys_addr);
-
- extern int efi_apply_persistent_mem_reservations(void);
+
+extern void __init efi_set_secure_boot(enum efi_secureboot_mode mode);
#else
static inline bool efi_enabled(int feature)
{
-@@ -1192,6 +1202,8 @@ static inline int efi_apply_persistent_mem_reservations(void)
+@@ -1216,6 +1226,8 @@ static inline bool efi_is_table_address(unsigned long phys_addr)
{
- return 0;
+ return false;
}
+
+static inline void efi_set_secure_boot(enum efi_secureboot_mode mode) {}