Re: [PATCH v2 1/3] grub-fs-tester: add luks1 and luks2 support

2022-05-04 Thread Glenn Washburn
Thanks for the update, I'd like to see this get into master. However, while this was waiting for review some changes were made to master that make this need some extra work. I've commented below on that and other issues. On Tue, 29 Mar 2022 12:31:56 +0200 Pierre-Louis Bonicoli wrote: > The logic

[PATCH v2 1/3] grub-fs-tester: add luks1 and luks2 support

2022-03-29 Thread Pierre-Louis Bonicoli
The logical sector size used by LUKS1 is 512 bytes. LUKS2 uses 512 to 4069 bytes. --- .gitignore | 2 ++ Makefile.util.def| 12 ++ tests/luks2_test.in | 23 ++ tests/luks_test.in | 23 ++ tests/util/grub-fs-t