From e21e52b60843bc2c19b187cd6d25723686a610dc Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 30 Sep 2019 20:00:17 +0000 Subject: Linux v5.3-13236-g97f9a3c4eee5 This is a first pass at getting the secureboot patches working with the upstream lockdown patches that got merged. The final patch from our lockdown set is the sysrq patch which also needs work. For the present it is not applied. --- 0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch') diff --git a/0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch b/0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch index 33b84115e..871105093 100644 --- a/0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch +++ b/0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch @@ -39,9 +39,9 @@ index 557a47829d0..e8f9c7d84e9 100644 --- a/drivers/firmware/efi/efi.c +++ b/drivers/firmware/efi/efi.c @@ -31,6 +31,7 @@ - #include #include #include + #include +#include #include -- cgit