Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-27 Thread Ard Biesheuvel
On 24 January 2017 at 17:15, Ard Biesheuvel wrote: > On 11 January 2017 at 15:05, Ard Biesheuvel wrote: >> On 11 January 2017 at 15:01, Matt Fleming wrote: >>> On Thu, 08 Dec, at 12:30:08PM, David Howells wrote:

Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-27 Thread Ard Biesheuvel
On 24 January 2017 at 17:15, Ard Biesheuvel wrote: > On 11 January 2017 at 15:05, Ard Biesheuvel wrote: >> On 11 January 2017 at 15:01, Matt Fleming wrote: >>> On Thu, 08 Dec, at 12:30:08PM, David Howells wrote: Here's a set of patches that can determine the secure boot state of the

Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-24 Thread Ard Biesheuvel
On 11 January 2017 at 15:05, Ard Biesheuvel wrote: > On 11 January 2017 at 15:01, Matt Fleming wrote: >> On Thu, 08 Dec, at 12:30:08PM, David Howells wrote: >>> >>> Here's a set of patches that can determine the secure boot state of the >>>

Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-24 Thread Ard Biesheuvel
On 11 January 2017 at 15:05, Ard Biesheuvel wrote: > On 11 January 2017 at 15:01, Matt Fleming wrote: >> On Thu, 08 Dec, at 12:30:08PM, David Howells wrote: >>> >>> Here's a set of patches that can determine the secure boot state of the >>> UEFI BIOS and pass that along to the main kernel image.

Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-11 Thread Ard Biesheuvel
On 11 January 2017 at 15:01, Matt Fleming wrote: > On Thu, 08 Dec, at 12:30:08PM, David Howells wrote: >> >> Here's a set of patches that can determine the secure boot state of the >> UEFI BIOS and pass that along to the main kernel image. This involves >> generalising

Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-11 Thread Ard Biesheuvel
On 11 January 2017 at 15:01, Matt Fleming wrote: > On Thu, 08 Dec, at 12:30:08PM, David Howells wrote: >> >> Here's a set of patches that can determine the secure boot state of the >> UEFI BIOS and pass that along to the main kernel image. This involves >> generalising ARM's efi_get_secureboot()

Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-11 Thread Matt Fleming
On Thu, 08 Dec, at 12:30:08PM, David Howells wrote: > > Here's a set of patches that can determine the secure boot state of the > UEFI BIOS and pass that along to the main kernel image. This involves > generalising ARM's efi_get_secureboot() function and making it mixed-mode > safe. This

Re: [PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2017-01-11 Thread Matt Fleming
On Thu, 08 Dec, at 12:30:08PM, David Howells wrote: > > Here's a set of patches that can determine the secure boot state of the > UEFI BIOS and pass that along to the main kernel image. This involves > generalising ARM's efi_get_secureboot() function and making it mixed-mode > safe. This

[PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2016-12-08 Thread David Howells
Here's a set of patches that can determine the secure boot state of the UEFI BIOS and pass that along to the main kernel image. This involves generalising ARM's efi_get_secureboot() function and making it mixed-mode safe. Changes: Ver 6: - Removed unnecessary variable init and trimmed

[PATCH 0/8] efi: Pass secure boot mode to kernel [ver #6]

2016-12-08 Thread David Howells
Here's a set of patches that can determine the secure boot state of the UEFI BIOS and pass that along to the main kernel image. This involves generalising ARM's efi_get_secureboot() function and making it mixed-mode safe. Changes: Ver 6: - Removed unnecessary variable init and trimmed