Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1574564 > unrolled thread

[PATCH 3/7] efi: Add SHIM and image security database GUID definitions

Started byArd Biesheuvel <ard.biesheuvel@linaro.org>
First post2017-02-06 12:30 +0100
Last post2017-02-07 10:50 +0100
Articles 6 — 4 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/7] efi: Add SHIM and image security database GUID definitions Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-02-06 12:30 +0100
    Re: [PATCH 3/7] efi: Add SHIM and image security database GUID  definitions Ingo Molnar <mingo@kernel.org> - 2017-02-07 09:00 +0100
      Re: [PATCH 3/7] efi: Add SHIM and image security database GUID definitions Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-02-07 09:10 +0100
      Re: [PATCH 3/7] efi: Add SHIM and image security database GUID definitions David Howells <dhowells@redhat.com> - 2017-02-07 10:30 +0100
        Re: [PATCH 3/7] efi: Add SHIM and image security database GUID  definitions Ingo Molnar <mingo@kernel.org> - 2017-02-07 10:50 +0100
    [tip:efi/core] efi: Add SHIM and image security database GUID  definitions tip-bot for Josh Boyer <tipbot@zytor.com> - 2017-02-07 10:50 +0100

#1574564 — [PATCH 3/7] efi: Add SHIM and image security database GUID definitions

FromArd Biesheuvel <ard.biesheuvel@linaro.org>
Date2017-02-06 12:30 +0100
Subject[PATCH 3/7] efi: Add SHIM and image security database GUID definitions
Message-ID<t7PEC-4iF-19@gated-at.bofh.it>
From: David Howells <dhowells@redhat.com>

Add the definitions for shim and image security database, both of which
are used widely in various Linux distros.

Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 include/linux/efi.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/linux/efi.h b/include/linux/efi.h
index 8c6e007a5408..52c87de3e50d 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
-- 
2.7.4

[toc] | [next] | [standalone]


#1575437 — Re: [PATCH 3/7] efi: Add SHIM and image security database GUID definitions

FromIngo Molnar <mingo@kernel.org>
Date2017-02-07 09:00 +0100
SubjectRe: [PATCH 3/7] efi: Add SHIM and image security database GUID definitions
Message-ID<t88QV-8pr-5@gated-at.bofh.it>
In reply to#1574564
* Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:

> From: David Howells <dhowells@redhat.com>
> 
> Add the definitions for shim and image security database, both of which
> are used widely in various Linux distros.
> 
> Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
> Signed-off-by: David Howells <dhowells@redhat.com>
> Cc: Matt Fleming <matt@codeblueprint.co.uk>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

That's not a valid SOB chain: the SOB of the author of the patch (David Howells) 
must come first.

I changed it to:

  Signed-off-by: David Howells <dhowells@redhat.com>
  Acked-by: Josh Boyer <jwboyer@fedoraproject.org>
  Cc: Matt Fleming <matt@codeblueprint.co.uk>
  Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Please holler if that's not OK.

Thanks,

	Ingo

[toc] | [prev] | [next] | [standalone]


#1575444

FromArd Biesheuvel <ard.biesheuvel@linaro.org>
Date2017-02-07 09:10 +0100
Message-ID<t890B-gF-11@gated-at.bofh.it>
In reply to#1575437
On 7 February 2017 at 07:52, Ingo Molnar <mingo@kernel.org> wrote:
>
> * Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>
>> From: David Howells <dhowells@redhat.com>
>>
>> Add the definitions for shim and image security database, both of which
>> are used widely in various Linux distros.
>>
>> Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
>> Signed-off-by: David Howells <dhowells@redhat.com>
>> Cc: Matt Fleming <matt@codeblueprint.co.uk>
>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> That's not a valid SOB chain: the SOB of the author of the patch (David Howells)
> must come first.
>
> I changed it to:
>
>   Signed-off-by: David Howells <dhowells@redhat.com>
>   Acked-by: Josh Boyer <jwboyer@fedoraproject.org>
>   Cc: Matt Fleming <matt@codeblueprint.co.uk>
>   Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Please holler if that's not OK.
>

Ah yes, thanks for spotting that.

OK with me

[toc] | [prev] | [next] | [standalone]


#1575506

FromDavid Howells <dhowells@redhat.com>
Date2017-02-07 10:30 +0100
Message-ID<t8ag2-Zm-27@gated-at.bofh.it>
In reply to#1575437
Ingo Molnar <mingo@kernel.org> wrote:

> That's not a valid SOB chain: the SOB of the author of the patch (David Howells) 
> must come first.
> 
> I changed it to:
> 
>   Signed-off-by: David Howells <dhowells@redhat.com>
>   Acked-by: Josh Boyer <jwboyer@fedoraproject.org>
>   Cc: Matt Fleming <matt@codeblueprint.co.uk>
>   Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> 
> Please holler if that's not OK.

Actually, it should be authored by Josh Boyer.  Somehow the authorship got
lost.

David

[toc] | [prev] | [next] | [standalone]


#1575531 — Re: [PATCH 3/7] efi: Add SHIM and image security database GUID definitions

FromIngo Molnar <mingo@kernel.org>
Date2017-02-07 10:50 +0100
SubjectRe: [PATCH 3/7] efi: Add SHIM and image security database GUID definitions
Message-ID<t8azo-16x-39@gated-at.bofh.it>
In reply to#1575506
* David Howells <dhowells@redhat.com> wrote:

> Ingo Molnar <mingo@kernel.org> wrote:
> 
> > That's not a valid SOB chain: the SOB of the author of the patch (David Howells) 
> > must come first.
> > 
> > I changed it to:
> > 
> >   Signed-off-by: David Howells <dhowells@redhat.com>
> >   Acked-by: Josh Boyer <jwboyer@fedoraproject.org>
> >   Cc: Matt Fleming <matt@codeblueprint.co.uk>
> >   Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > 
> > Please holler if that's not OK.
> 
> Actually, it should be authored by Josh Boyer.  Somehow the authorship got
> lost.

Ok, I have fixed it accordingly.

Thanks,

	Ingo

[toc] | [prev] | [next] | [standalone]


#1575526 — [tip:efi/core] efi: Add SHIM and image security database GUID definitions

Fromtip-bot for Josh Boyer <tipbot@zytor.com>
Date2017-02-07 10:50 +0100
Subject[tip:efi/core] efi: Add SHIM and image security database GUID definitions
Message-ID<t8azo-16x-25@gated-at.bofh.it>
In reply to#1574564
Commit-ID:  e58910cdc9f43cda2e52fcdf2fddbdc74e80b2f7
Gitweb:     http://git.kernel.org/tip/e58910cdc9f43cda2e52fcdf2fddbdc74e80b2f7
Author:     Josh Boyer <jwboyer@fedoraproject.org>
AuthorDate: Mon, 6 Feb 2017 11:22:42 +0000
Committer:  Ingo Molnar <mingo@kernel.org>
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 <jwboyer@fedoraproject.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
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 <mingo@kernel.org>
---
 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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web