All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] grub-probe: improve support of LUKS2
@ 2022-03-29 10:31 Pierre-Louis Bonicoli
  2022-03-29 10:31 ` [PATCH v2 1/3] grub-fs-tester: add luks1 and luks2 support Pierre-Louis Bonicoli
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Pierre-Louis Bonicoli @ 2022-03-29 10:31 UTC (permalink / raw)
  To: grub-devel

v2 updates:
 * grub-fs-tester: remove extraneous 'sleep' and 'tail'
 * add LUKS and LUKS2 fs tests
 * the patches have been rebased on top of the master branch


On 09/02/2022 07.20, Glenn Washburn wrote:
> Why do this here instead of leaving this function alone and doing the
> pipe and -C arg below when calling run_grubfstest?

I kept the changes within the run_it bash function because the
run_grubfstest function is called many times and each call should have
been updated. Do you prefer it changed everywhere?


Tested with:

  $ ./bootstrap && ./configure && make
  $ make luks_test luks2_test
  $ sudo ./luks_test
  $ sudo ./luks2_test

Pierre-Louis Bonicoli (3):
  grub-fs-tester: add luks1 and luks2 support
  commands/probe: improve support of LUKS2 devices
  grub-core/kern/disk.c: handle LUKS2 devices

 .gitignore                          |  2 ++
 Makefile.util.def                   | 12 ++++++++
 grub-core/kern/disk.c               |  4 ++-
 grub-core/osdep/devmapper/getroot.c |  6 ++--
 tests/luks2_test.in                 | 23 +++++++++++++++
 tests/luks_test.in                  | 23 +++++++++++++++
 tests/util/grub-fs-tester.in        | 46 +++++++++++++++++++++++++++--
 7 files changed, 111 insertions(+), 5 deletions(-)
 create mode 100644 tests/luks2_test.in
 create mode 100644 tests/luks_test.in

-- 
2.35.1



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-06-12 19:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-29 10:31 [PATCH v2 0/3] grub-probe: improve support of LUKS2 Pierre-Louis Bonicoli
2022-03-29 10:31 ` [PATCH v2 1/3] grub-fs-tester: add luks1 and luks2 support Pierre-Louis Bonicoli
2022-05-04 17:25   ` Glenn Washburn
2022-03-29 10:31 ` [PATCH v2 2/3] commands/probe: improve support of LUKS2 devices Pierre-Louis Bonicoli
2022-05-04 21:55   ` Glenn Washburn
2022-03-29 10:31 ` [PATCH v2 3/3] grub-core/kern/disk.c: handle " Pierre-Louis Bonicoli
2022-05-04 21:47   ` Glenn Washburn
2022-05-09 20:27     ` Josselin Poiret
2022-05-11  3:55       ` Glenn Washburn
2022-05-29  7:09         ` Patrick Steinhardt
2022-06-05 18:43           ` Glenn Washburn
2022-06-06  5:32             ` Patrick Steinhardt
2022-06-06 17:11               ` Glenn Washburn
2022-06-12 19:25                 ` Patrick Steinhardt
2022-05-29  6:58     ` Patrick Steinhardt
2022-06-05 18:08       ` Glenn Washburn
2022-04-14 16:11 ` [PATCH v2 0/3] grub-probe: improve support of LUKS2 Daniel Kiper
2022-04-14 16:17   ` Pierre-Louis Bonicoli
2022-05-04 21:57 ` Glenn Washburn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.