[PATCH] tests/util/grub-fs-tester: Remove unused variable

2023-02-04 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- tests/util/grub-fs-tester.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in index fd500ff8a0..064464eb2d 100644 --- a/tests/util/grub-fs-tester.in +++ b/tests/util/grub-fs-tester.in @@ -654,7 +654,

[PATCH] tests/util/grub-fs-tester: Use shell variable instead of autoconf

2023-02-04 Thread Glenn Washburn
By using a shell variable that is set once by the expansion of an autoconf variable, the resulting script is more readable. Signed-off-by: Glenn Washburn --- tests/util/grub-fs-tester.in | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/tests/util/grub-fs-t

[PATCH] tests: Add pathological iso9660 filesystem tests

2023-02-04 Thread Glenn Washburn
These are not added to grub-fs-tester because they are not generated and none of the filesystem tests are run on these isos. The test is to run the command "ls /" on the iso, and a failure is determined if the command times out, has non-zero return value or has any output. Signed-off-by: Glenn Was

[PATCH] luks2: Add support for LUKS2 in (proc)/luks_script

2023-02-04 Thread Glenn Washburn
The sector size in bytes is added to each line and it is allowed to be 5 decimal digits long, which covers the most common cases of 512 and 4096 byte sectors with space for an additional digit as future-proofing. The size allocation is updated to reflect this additional field, allow up to 5 charact