Re: [PATCH 2/3] grub-mkrescue: Preserve a copy of the EFI bootloaders on the ISO9660 file system

2022-06-08 Thread Thomas Schmitt
Hi, On Mon, 6 Jun 2022 17:50:32 +0100, Pete Batard wrote: > To enable file system transposition support for UEFI, we also must ensure that > there exists a copy of the EFI bootloaders, that are currently embedded in the > efi.img for xorriso, at their expected UEFI location on the ISO9660 file

[PATCH v3 0/3] Cryptomount detached headers

2022-06-08 Thread Glenn Washburn
Updates since v2: * Address uneeded ret variable pointed out by Patrick * Rebased onto latest master with keyfile and security changes. I don't think this actually changed these patches though. Conceptually the approach is different than the previous detach header series because this one uses

[PATCH v3 2/3] cryptodisk: Add support for using detached header files

2022-06-08 Thread Glenn Washburn
Using the disk read hook mechanism, setup a read hook on the source disk which will read from the given header file during the scan and recovery cryptodisk backend functions. Disk read hooks are executed after the data has been read from the disk. This is okay, because the read hook is given the re

[PATCH v3 3/3] docs: Add documentation on detached header option to cryptomount

2022-06-08 Thread Glenn Washburn
Signed-off-by: Glenn Washburn Reviewed-by: Patrick Steinhardt --- docs/grub.texi | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/grub.texi b/docs/grub.texi index 1a7cd8e93..3c7217f0e 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -4526,19 +4526,26 @@

[PATCH v3 1/3] disk: Allow read hook callback to take read buffer to potentially modify it

2022-06-08 Thread Glenn Washburn
It will be desirable in the future to allow having the read hook modify the data passed back from a read function call on a disk or file. This adds that infrustructure and has no impact on code flow for existing uses of the read hook. Also changed is that now when the read hook callback is called i

Re: [PATCH] docs: Document undocumented variables

2022-06-08 Thread Daniel Kiper
On Fri, May 13, 2022 at 04:19:32PM -0500, Glenn Washburn wrote: > Document the variables net__clientid, net__clientuuid, > lockdown, and shim_lock in the list of special environment variables. > > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel __

Re: [RFC PATCH v3 1/5] grub-mkconfig linux: Fix quadratic algorithm for sorting menu items

2022-06-08 Thread Daniel Kiper
On Thu, May 26, 2022 at 02:34:41PM -0400, Mathieu Desnoyers wrote: > - On May 26, 2022, at 11:13 AM, Daniel Kiper dki...@net-space.pl wrote: > > On Fri, May 20, 2022 at 10:37:37AM -0400, Mathieu Desnoyers wrote: [...] > > Please hold on with rebase. I am going to push one more patch before >