[PATCH v2] efi: Set shim_lock_enabled even if validation is disabled

2023-11-21 Thread Julian Andres Klode
If validation has been disabled via MokSbState, secure boot on the firmware is still enabled, and the kernel fails to boot. This is a bit hacky, because shim_lock is not *fully* enabled, but it triggers the right code paths. Ultimately, all this will be resolved by shim gaining it's own image loa

[PATCH] grub-install: Delay copying files to grubdir after install_device was validated.

2023-11-21 Thread Mate Kukri
Previously grub-install copied modules to grubdir before doing any validation on the install_device. When grub-install was called with an invalid install_device, modules were already copied to /boot before it found out and was forced to rely on atexit rollback. This patch delays copying the modul

Re: [PATCH v6 10/10] kern/ieee1275/init: ppc64: Display upper_mem_limit for debugging

2023-11-21 Thread Daniel Kiper
On Mon, Nov 20, 2023 at 09:50:07AM -0500, Stefan Berger wrote: > Display upper_mem_limit and its rounded-down value in MiB. > > Signed-off-by: Stefan Berger Reviewed-by: Daniel Kiper I will push this patch set together with other patches this week. Thanks, Daniel

Re: [PATCH v6 09/10] kern/ieee1275/init: ppc64: Fix a comment

2023-11-21 Thread Daniel Kiper
On Mon, Nov 20, 2023 at 09:50:06AM -0500, Stefan Berger wrote: > Signed-off-by: Stefan Berger Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH v2 0/3] Bli: fix hidden module dependency

2023-11-21 Thread Daniel Kiper
On Thu, Nov 16, 2023 at 02:50:17PM +0100, Daniel Kiper wrote: > Adding a few folks who can be interested in this patch set... > > On Wed, Nov 15, 2023 at 09:07:59PM +0100, Oliver Steffen wrote: > > The bli module has a hidden/implicit dependency on the part_gpt module. > > The part_gpt module has t