[linux] 01/01: Restore #include that I mistakenly removed from arm64 securelevel/lockdown patch

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Apr 20 23:55:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit ce8bf477b0cd946d4315de2513826614e771028d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Apr 21 00:54:11 2017 +0100

    Restore #include that I mistakenly removed from arm64 securelevel/lockdown patch
---
 .../arm64-add-kernel-config-option-to-lock-down-when.patch        | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/patches/features/all/lockdown/arm64-add-kernel-config-option-to-lock-down-when.patch b/debian/patches/features/all/lockdown/arm64-add-kernel-config-option-to-lock-down-when.patch
index 14eb621..1a1e5e9 100644
--- a/debian/patches/features/all/lockdown/arm64-add-kernel-config-option-to-lock-down-when.patch
+++ b/debian/patches/features/all/lockdown/arm64-add-kernel-config-option-to-lock-down-when.patch
@@ -48,6 +48,14 @@ Signed-off-by: Linn Crosetto <linn at hpe.com>
  	depends on EFI
 --- a/drivers/firmware/efi/arm-init.c
 +++ b/drivers/firmware/efi/arm-init.c
+@@ -21,6 +21,7 @@
+ #include <linux/of_fdt.h>
+ #include <linux/platform_device.h>
+ #include <linux/screen_info.h>
++#include <linux/security.h>
+ 
+ #include <asm/efi.h>
+ 
 @@ -244,6 +245,11 @@ void __init efi_init(void)
  	     "Unexpected EFI_MEMORY_DESCRIPTOR version %ld",
  	      efi.memmap.desc_version);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list