Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-16 Thread David Howells
Matt Fleming wrote: > > > Before we add more efi.flags bits I'd like this series to include the > > > patch that makes use of EFI_SECURE_BOOT. Alternatively, you move this > > > last patch to a new series. > > > > Are you willing to take the kernel lock-down patches

Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-16 Thread David Howells
Matt Fleming wrote: > > > Before we add more efi.flags bits I'd like this series to include the > > > patch that makes use of EFI_SECURE_BOOT. Alternatively, you move this > > > last patch to a new series. > > > > Are you willing to take the kernel lock-down patches also? > > I'm happy to take

Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-16 Thread Matt Fleming
On Wed, 11 Jan, at 03:29:24PM, David Howells wrote: > Matt Fleming wrote: > > > Before we add more efi.flags bits I'd like this series to include the > > patch that makes use of EFI_SECURE_BOOT. Alternatively, you move this > > last patch to a new series. > > Are you

Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-16 Thread Matt Fleming
On Wed, 11 Jan, at 03:29:24PM, David Howells wrote: > Matt Fleming wrote: > > > Before we add more efi.flags bits I'd like this series to include the > > patch that makes use of EFI_SECURE_BOOT. Alternatively, you move this > > last patch to a new series. > > Are you willing to take the kernel

Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-11 Thread David Howells
Matt Fleming wrote: > Before we add more efi.flags bits I'd like this series to include the > patch that makes use of EFI_SECURE_BOOT. Alternatively, you move this > last patch to a new series. Are you willing to take the kernel lock-down patches also? David

Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-11 Thread David Howells
Matt Fleming wrote: > Before we add more efi.flags bits I'd like this series to include the > patch that makes use of EFI_SECURE_BOOT. Alternatively, you move this > last patch to a new series. Are you willing to take the kernel lock-down patches also? David

Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-11 Thread Matt Fleming
On Thu, 08 Dec, at 12:31:08PM, David Howells wrote: > From: Josh Boyer > > UEFI machines can be booted in Secure Boot mode. Add a EFI_SECURE_BOOT bit > that can be passed to efi_enabled() to find out whether secure boot is > enabled. > > This will be used by the

Re: [PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2017-01-11 Thread Matt Fleming
On Thu, 08 Dec, at 12:31:08PM, David Howells wrote: > From: Josh Boyer > > UEFI machines can be booted in Secure Boot mode. Add a EFI_SECURE_BOOT bit > that can be passed to efi_enabled() to find out whether secure boot is > enabled. > > This will be used by the SysRq+x handler, registered by

[PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2016-12-08 Thread David Howells
From: Josh Boyer UEFI machines can be booted in Secure Boot mode. Add a EFI_SECURE_BOOT bit that can be passed to efi_enabled() to find out whether secure boot is enabled. This will be used by the SysRq+x handler, registered by the x86 arch, to find out whether

[PATCH 8/8] efi: Add EFI_SECURE_BOOT bit [ver #6]

2016-12-08 Thread David Howells
From: Josh Boyer UEFI machines can be booted in Secure Boot mode. Add a EFI_SECURE_BOOT bit that can be passed to efi_enabled() to find out whether secure boot is enabled. This will be used by the SysRq+x handler, registered by the x86 arch, to find out whether secure boot mode is enabled so