summaryrefslogtreecommitdiffstats
path: root/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-01-12 08:14:24 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-01-12 08:14:24 -0600
commita5f2843a8da0ecb717f6f8a17df685fe69ea18c5 (patch)
treea084e50acc05d95599e2d2d3539ae003ac993487 /0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
parentde259a373ce83b14b4089637df01893c119c7a24 (diff)
downloadkernel-a5f2843a8da0ecb717f6f8a17df685fe69ea18c5.tar.gz
kernel-a5f2843a8da0ecb717f6f8a17df685fe69ea18c5.tar.xz
kernel-a5f2843a8da0ecb717f6f8a17df685fe69ea18c5.zip
Linux v5.10.6 rebase
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch')
-rw-r--r--0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch b/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
index cf585439d..0a3099d65 100644
--- a/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
+++ b/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
@@ -27,8 +27,8 @@ index c9de4b36ca51..a1a012702915 100644
#include <linux/tboot.h>
+#include <linux/security.h>
#include <linux/usb/xhci-dbgp.h>
-
- #include <uapi/linux/mount.h>
+ #include <linux/static_call.h>
+ #include <linux/swiotlb.h>
@@ -1104,6 +1105,13 @@ void __init setup_arch(char **cmdline_p)
if (efi_enabled(EFI_BOOT))
efi_init();