Change RMA size from 512 MB to 768 MB which will result
in more memory at boot time for PowerPC. When vTPM, Secure Boot or
FADump are enabled on PowerPC, the 512 MB RMA memory is not sufficient for
booting. With this 512 MB RMA, GRUB2 runs out of memory and fails to
boot the machine. Sometimes even
On Sun, 02 Mar 2025 09:41:28 +0100
"Thomas Schmitt" wrote:
> Hi,
>
> Glenn Washburn wrote:
> > Seems like running them the tests before
> > committing large patch series, like this security update, might be a
> > good idea.
>
> I think that any change of the filesystem code should be tested as
From: Thomas Schmitt
grub_cmd_cryptomount creates a directory per subtest. If a subtest is
successful and debugging is not on, the directory should be empty. So it
can be deleted.
Signed-off-by: Glenn Washburn
---
tests/grub_cmd_cryptomount.in | 9 +
1 file changed, 9 insertions(+)
di
Hi GRUB-devel team
I encountered an issue with a 210MB initramfs where GRUB prints the
following error:
error: couldn't find suitable memory target.
Below are parts of my memory layout:
..
mmap/efi/mmap.c:63: EFI memory region 0xdf6e000-0x17238000: 7
mmap/efi/mmap.c:63: EFI memory regio
Hi,
i wrote:
> > it is quite some hurdle that some of the tests need to be run as
> > superuser.
Glenn Washburn wrote:
> Yes, not ideal. I have spent an embarrassing amount of time developing
> scripts that do away with with root requirement, and it works. The way
> they are able to run the root
This fixes behavior where grub_cmd_cryptomount temporary files, which are
some times not cleaned up, are left in the / directory. Set TMPDIR if your
system does not have /tmp or it can not be used for some reason.
Reported-by: Thomas Schmitt
Signed-off-by: Glenn Washburn
---
tests/grub_cmd_cryp
grub-shell-luks-tester only cleans up generated files when the test it
runs returns success. Sometimes tests are run that should fail. Add a
--xfail argument to grub-shell-luks-tester and pass it from
grub_cmd_cryptomount when invoking a test that is expected to fail.
Reported-by: Thomas Schmitt
This removes alot of empty grub-shell working directories in the TMPDIR
directory.
Signed-off-by: Thomas Schmitt
Signed-off-by: Glenn Washburn
---
tests/util/grub-shell.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in
index 15c5f45a5c30.
Set the RET variable to the exit status of the script, as was assumed in the
cleanup() function.
Reported-by: Thomas Schmitt
Signed-off-by: Glenn Washburn
---
tests/util/grub-shell-luks-tester.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/util/grub-shell-luks-tester.in
b/tests/u
Thomas Schmitt proposed variations on these fixes[1]. I've broken his
patch into several patches with improvements.
Glenn
[1] https://lore.kernel.org/all/9956308756800479...@scdbackup.webframe.org/
v2:
* Add patch #2 to allow grub-shell-luks-tester to cleanup properly on expected
failure.
*
This fixes an issue where the grub_cmd_cryptomount test leaves a file
with an ambiguous name in the / directory when TMPDIR is not set.
Reported-by: Thomas Schmitt
Signed-off-by: Glenn Washburn
---
tests/grub_cmd_cryptomount.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/grub_c
> On Feb 28, 2025, at 7:57 AM, Andrew Hamilton wrote:
>
> Yes that sounds great, I am back from vacation just now so will be generally
> free any time between 0800 and 2100 Central Standard Time.
I’m mostly available from 9am PT onward.
Thanks,
Lidong
>
> Thanks,
> Andrew
> On Fri, Feb 28,
On Sun, Mar 02, 2025 at 10:54:04AM -0600, Andrew Hamilton wrote:
> tss2_structs.h contains a duplicate typedef as follows:
> typedef TPMS_SCHEME_HASH_t TPMS_SCHEME_KDF2_t;
>
> This causes a build failure when compiling with clang.
> Remove the duplicate typedef which allows successfully
> building
On 3/2/25 8:54 AM, Andrew Hamilton wrote:
tss2_structs.h contains a duplicate typedef as follows:
typedef TPMS_SCHEME_HASH_t TPMS_SCHEME_KDF2_t;
This causes a build failure when compiling with clang.
Remove the duplicate typedef which allows successfully
building GRUB with clang.
Signed-off-by:
14 matches
Mail list logo