Re: [PATCH] efi: x86/xen: switch to efi_get_secureboot_mode helper

2020-11-04 Thread Ard Biesheuvel
On Thu, 5 Nov 2020 at 00:53, wrote: > > > On 11/4/20 5:14 PM, Ard Biesheuvel wrote: > > Now that we have a static inline helper to discover the platform's secure > > boot mode that can be shared between the EFI stub and the kernel proper, > > switch to it, and drop some comments about keeping them

Re: [PATCH] efi: x86/xen: switch to efi_get_secureboot_mode helper

2020-11-04 Thread boris . ostrovsky
On 11/4/20 5:14 PM, Ard Biesheuvel wrote: > Now that we have a static inline helper to discover the platform's secure > boot mode that can be shared between the EFI stub and the kernel proper, > switch to it, and drop some comments about keeping them in sync manually. > > Signed-off-by: Ard Biesh

[PATCH] efi: x86/xen: switch to efi_get_secureboot_mode helper

2020-11-04 Thread Ard Biesheuvel
Now that we have a static inline helper to discover the platform's secure boot mode that can be shared between the EFI stub and the kernel proper, switch to it, and drop some comments about keeping them in sync manually. Signed-off-by: Ard Biesheuvel --- arch/x86/xen/efi.c