[linux] 01/04: Fix variable name in "arm64: add kernel config option to lock down when in Secure Boot mode"

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jan 15 04:47:04 UTC 2018


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

benh pushed a commit to branch master
in repository linux.

commit e3496974c867b82e80251269a8284fce343c0fe1
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Jan 15 04:10:12 2018 +0000

    Fix variable name in "arm64: add kernel config option to lock down when in Secure Boot mode"
---
 .../all/lockdown/arm64-add-kernel-config-option-to-lock-down-when.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 aa667bf..e9ede65 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
@@ -42,7 +42,7 @@ Signed-off-by: Linn Crosetto <linn at hpe.com>
  	     "Unexpected EFI_MEMORY_DESCRIPTOR version %ld",
  	      efi.memmap.desc_version);
  
-+	efi_set_secure_boot(boot_params.secure_boot);
++	efi_set_secure_boot(params.secure_boot);
 +	init_lockdown();
 +
  	if (uefi_init() < 0) {

-- 
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