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

2023-07-19 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

Re: [PATCH v2 1/2] tests: Test aborts due to missing requirements should be marked as error instead of skipped

2023-07-19 Thread Julian Andres Klode
On Thu, Oct 14, 2021 at 03:58:07PM -0500, Glenn Washburn wrote: > Many tests abort due to not being root or missing tools, for instance mkfs > commands for file system tests. The tests are exited with code 77, which > means they were skipped. A skipped test is a test that should not be run, > eg. a

Re: GRUB 2.12~rc1 released

2023-07-19 Thread Julian Andres Klode
On Mon, Jul 10, 2023 at 06:35:50PM +0200, Daniel Kiper wrote: > Hi all, > > The GRUB maintainers are proud to announce the GRUB 2.12~rc1 that has been > just released. > > We would like to thank all the people who have contributed to the project. > > The tarball is available at > https://alpha

Re: [PATCH 1/1] configure.ac: Fix SDL2 typo by referencing value

2023-07-19 Thread Julian Andres Klode
On Wed, Jul 19, 2023 at 12:48:21AM +0200, MichaƂ Grzelak wrote: > During configuration of SDL2, variable enable_grub_emu_sdl2 is checked > whether to throw an error message. Howerever, error could not happen > because two unequal strings were compared. Fix this by referencing > value of enable_grub

Re: [PATCH v2 1/2] tests: Test aborts due to missing requirements should be marked as error instead of skipped

2023-07-19 Thread Glenn Washburn
On Wed, 19 Jul 2023 17:37:55 +0200 Julian Andres Klode wrote: > On Thu, Oct 14, 2021 at 03:58:07PM -0500, Glenn Washburn wrote: > > Many tests abort due to not being root or missing tools, for instance mkfs > > commands for file system tests. The tests are exited with code 77, which > > means the