Re: [PATCH] x86/boot: Fix regression--secure boot info loss from bootparam sanitizing

2019-09-01 Thread John Hubbard
On 9/1/19 8:38 AM, John S Gruber wrote: From: "John S. Gruber" commit a90118c445cc ("x86/boot: Save fields explicitly, zero out everything else") now zeros the secure boot information passed by the boot loader or by the kernel's efi handover mechanism. Include boot-params.secure_boot in the pr

[PATCH] x86/boot: Fix regression--secure boot info loss from bootparam sanitizing

2019-09-01 Thread John S Gruber
From: "John S. Gruber" commit a90118c445cc ("x86/boot: Save fields explicitly, zero out everything else") now zeros the secure boot information passed by the boot loader or by the kernel's efi handover mechanism. Include boot-params.secure_boot in the preserve field list. Signed-off-by: John S.