[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] efi: Fix line length in init_secure_boot_mode
commit 85d7fe2e14e562e9a006d19f5e165bc870639f0f Author: Gerald Elder-Vass <gerald.elder-vass@xxxxxxxxx> AuthorDate: Thu Sep 25 16:01:36 2025 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Sep 25 16:01:36 2025 +0200 efi: Fix line length in init_secure_boot_mode Commit cb41b4ce14a9 introduced init_secure_boot_mode but one line was not wrapped appropriately. Signed-off-by: Gerald Elder-Vass <gerald.elder-vass@xxxxxxxxx> Reviewed-by: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx> Acked-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> --- xen/common/efi/boot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/common/efi/boot.c b/xen/common/efi/boot.c index b86c83d334..69fc022c18 100644 --- a/xen/common/efi/boot.c +++ b/xen/common/efi/boot.c @@ -923,7 +923,8 @@ static void __init init_secure_boot_mode(void) if ( status == EFI_NOT_FOUND || (status == EFI_SUCCESS && - attr == (EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS) && + attr == (EFI_VARIABLE_BOOTSERVICE_ACCESS | + EFI_VARIABLE_RUNTIME_ACCESS) && size == 1 && data == 0) ) /* Platform does not support Secure Boot or it's disabled. */ efi_secure_boot = false; -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |