From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753933AbdBGJr3 (ORCPT ); Tue, 7 Feb 2017 04:47:29 -0500 Received: from terminus.zytor.com ([65.50.211.136]:33712 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753284AbdBGJrZ (ORCPT ); Tue, 7 Feb 2017 04:47:25 -0500 Date: Tue, 7 Feb 2017 01:46:49 -0800 From: tip-bot for Josh Boyer Message-ID: Cc: jwboyer@fedoraproject.org, matt@codeblueprint.co.uk, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, peterz@infradead.org, dhowells@redhat.com, hpa@zytor.com, ard.biesheuvel@linaro.org, mingo@kernel.org Reply-To: mingo@kernel.org, ard.biesheuvel@linaro.org, hpa@zytor.com, dhowells@redhat.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, peterz@infradead.org, matt@codeblueprint.co.uk, torvalds@linux-foundation.org, jwboyer@fedoraproject.org In-Reply-To: <1486380166-31868-4-git-send-email-ard.biesheuvel@linaro.org> References: <1486380166-31868-4-git-send-email-ard.biesheuvel@linaro.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:efi/core] efi: Add SHIM and image security database GUID definitions Git-Commit-ID: e58910cdc9f43cda2e52fcdf2fddbdc74e80b2f7 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: e58910cdc9f43cda2e52fcdf2fddbdc74e80b2f7 Gitweb: http://git.kernel.org/tip/e58910cdc9f43cda2e52fcdf2fddbdc74e80b2f7 Author: Josh Boyer AuthorDate: Mon, 6 Feb 2017 11:22:42 +0000 Committer: Ingo Molnar CommitDate: Tue, 7 Feb 2017 10:42:10 +0100 efi: Add SHIM and image security database GUID definitions Add the definitions for shim and image security database, both of which are used widely in various Linux distros. Signed-off-by: Josh Boyer Signed-off-by: David Howells Signed-off-by: Ard Biesheuvel Cc: Linus Torvalds Cc: Matt Fleming Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-efi@vger.kernel.org Link: http://lkml.kernel.org/r/1486380166-31868-4-git-send-email-ard.biesheuvel@linaro.org Signed-off-by: Ingo Molnar --- include/linux/efi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/efi.h b/include/linux/efi.h index 85e9fda..d00538a 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -611,6 +611,9 @@ void efi_native_runtime_setup(void); #define EFI_CONSOLE_OUT_DEVICE_GUID EFI_GUID(0xd3b36f2c, 0xd551, 0x11d4, 0x9a, 0x46, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d) #define APPLE_PROPERTIES_PROTOCOL_GUID EFI_GUID(0x91bd12fe, 0xf6c3, 0x44fb, 0xa5, 0xb7, 0x51, 0x22, 0xab, 0x30, 0x3a, 0xe0) +#define EFI_IMAGE_SECURITY_DATABASE_GUID EFI_GUID(0xd719b2cb, 0x3d3a, 0x4596, 0xa3, 0xbc, 0xda, 0xd0, 0x0e, 0x67, 0x65, 0x6f) +#define EFI_SHIM_LOCK_GUID EFI_GUID(0x605dab50, 0xe046, 0x4300, 0xab, 0xb6, 0x3d, 0xd8, 0x10, 0xdd, 0x8b, 0x23) + /* * This GUID is used to pass to the kernel proper the struct screen_info * structure that was populated by the stub based on the GOP protocol instance