Re: [PATCH v1] readd build dependency for startup_raw.S

2023-08-18 Thread Olaf Hering
Thu, 17 Aug 2023 15:21:44 -0500 Glenn Washburn : > On Thu, 17 Aug 2023 11:00:44 +0200 > Olaf Hering wrote: > > It is the result of my attempt to build just the required binaries, without > > docs. > > I came up with this: > > git clean -dffx > > bash bootstrap > > mkdir .b > > cd .b > >

[PATCH] misc: Make grub_vsnprintf C99/POSIX conformant

2023-08-18 Thread Glenn Washburn
To comply with C99 and POSIX standards, snprintf should return the number of bytes that would be written to the string (excluding the terminating NULL byte) if the buffer size was big enough. Before this change, the return value was the minimum of the standard return and the length of the buffer.

Re: [PATCH v1] readd build dependency for startup_raw.S

2023-08-18 Thread Glenn Washburn
On Fri, 18 Aug 2023 16:33:19 +0200 Olaf Hering wrote: > Thu, 17 Aug 2023 15:21:44 -0500 Glenn Washburn : > > > On Thu, 17 Aug 2023 11:00:44 +0200 > > Olaf Hering wrote: > > > It is the result of my attempt to build just the required binaries, > > > without docs. > > > I came up with this: > >

[PATCH] disk/cryptodisk: Fix missing change when updating to use grub_uuidcasecmp

2023-08-18 Thread Glenn Washburn
This was causing the cryptomount command to return failure even though the crypto device was successfully added. Of course, this meant that any script using the return code would behave unexpectedly. Fixes: 3cf2e848bc03 (disk/cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner)

Re: regression in cryptomount -u

2023-08-18 Thread Olaf Hering
Thu, 17 Aug 2023 15:31:52 -0500 Glenn Washburn : > Would you like to send a proper patch to the list or should I? Please go ahead and propose a proper patch/fix. Thanks, Olaf pgpbJ0wr5ypJ4.pgp Description: Digitale Signatur von OpenPGP ___