On Thu, Sep 19, 2024 at 5:33 PM Mate Kukri wrote:
>
> Signed-off-by: Mate Kukri
> ---
> grub-core/kern/efi/sb.c | 28
> grub-core/loader/efi/linux.c | 12 +++-
> include/grub/efi/api.h | 2 ++
> include/grub/efi/sb.h| 2 ++
> 4 files chan
Hi,
The patches apply without complaints by "git am".
But when i run (again as superuser, shudder):
make check TESTS=grub_cmd_cryptomount
i still get in /tmp the empty direcories /tmp/17*.LUKS2_*.
Minor nitpick:
> [PATCH 2/4] tests: Cleaup the cryptsetup script in grub_cmd_cryptomount
> un
On 9/22/24 10:17 AM, Sergii Dmytruk wrote:
From: Daniel Kiper
This fixes naming inconsistency that goes against coding style as well
as helps to avoid potential conflicts and confusion.
Signed-off-by: Daniel Kiper
Signed-off-by: Sergii Dmytruk
Reviewed-by: Ross Philipson
---
grub-core
On 9/22/24 10:17 AM, Sergii Dmytruk wrote:
From: Daniel Kiper
Subsequent patches will use that constant.
Signed-off-by: Daniel Kiper
Signed-off-by: Sergii Dmytruk
Reviewed-by: Ross Philipson
---
grub-core/loader/i386/xen.c | 35 +--
include/grub/i386/m
On 9/22/24 10:17 AM, Sergii Dmytruk wrote:
From: Krystian Hebel
GRUB_PAGE_MASK is intentionally signed to make use of sign extension.
Subsequent patches will use them.
Signed-off-by: Krystian Hebel
Signed-off-by: Sergii Dmytruk
Reviewed-by: Ross Philipson
---
include/grub/i386/memory
On 9/22/24 10:17 AM, Sergii Dmytruk wrote:
From: Daniel Kiper
The functions find the lowest and highest values with regard to the
passed in limit. Passing a low limit of 0 or a high limit of ~0
calculates lowest and highest available RAM addresses respectively.
Signed-off-by: Daniel Kiper
Si
Hi,
(adding Vladimir Serbinenko to Cc)
Glenn Washburn wrote:
> --- a/tests/util/grub-shell-luks-tester.in
> +++ b/tests/util/grub-shell-luks-tester.in
> @@ -143,6 +143,7 @@ fi
>
> # Make sure that the dm-crypto device is shutdown
> cleanup() {
> +RET=$?
> if [ -e "$luksdev" ]; then
>