Re: [PATCH v13 20/20] tests: Add tpm2_test

2024-04-26 Thread Glenn Washburn
On Thu, 25 Apr 2024 16:02:06 +0800 Gary Lin wrote: > For the tpm2 module, the TCG2 command submission function is the only > difference between the a QEMU instance and grub-emu. To test TPM key > unsealing with a QEMU instance, it requires an extra OS image to invoke > grub-protect to seal the LU

Re: [PATCH] LVM Cachevol and Integrity volumes break entire LVM VG

2024-04-26 Thread Glenn Washburn
On Sun, 18 Feb 2024 21:00:19 -0500 Patrick Plenefisch wrote: > Thankfully, no further changes were actually necessary, so here is my > attempt to convert it to two patches > > I attached the diffs, but also committed them to > https://github.com/byteit101/grub2/tree/grub-lvmintegrity I saw your

Re: [PATCH] LVM Cachevol and Integrity volumes break entire LVM VG

2024-04-26 Thread Glenn Washburn
On Fri, 26 Apr 2024 18:10:16 -0500 Glenn Washburn wrote: > On Sun, 18 Feb 2024 21:00:19 -0500 > Patrick Plenefisch wrote: > > > Thankfully, no further changes were actually necessary, so here is my > > attempt to convert it to two patches > > > > I attached the diffs, but also committed them t

Re: bug #61620: Grub2 fails to detect LVM volumes with: error: disk `lvmid/*/*' not found

2024-04-26 Thread Glenn Washburn
On Wed, 3 Apr 2024 10:23:59 +0200 Horst Prote wrote: > Hi, > > could the patch supplied in bug #61620 > (https://savannah.gnu.org/bugs/?func=detailitem&item_id=61620) please be > reviewed and applied. Unfortunately, the issues tracker is mostly unused. Patches are exclusively reviewed on this l

Re: [PATCH 1/1] util/import_gcry.py: avoid SyntaxWarning: invalid escape sequence

2024-04-26 Thread Glenn Washburn
On Mon, 11 Mar 2024 19:34:33 +0100 Heinrich Schuchardt wrote: > Many escape sequences are only valid in raw string. Use these when > invoking re.match() and re.search() to avoid syntax warnings. There's quite a few unnecessary changes (regex strings with no escapes). But I'm okay with it and thi

[PATCH 1/2 v2] LVM Cachevol and Integrity volumes break entire LVM VG

2024-04-26 Thread Patrick Plenefisch
From 42252f253ac685bbc7cea1f5c89146eeeaa364f0 Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Sun, 18 Feb 2024 18:29:43 -0500 Subject: [PATCH 1/2] disk/lvm: Make cache_lv more generic as ignored_feature_lv Signed-off-by: Patrick Plenefisch --- grub-core/disk/lvm.c | 179 +++

[PATCH 2/2 v2] LVM Cachevol and Integrity volumes break entire LVM VG

2024-04-26 Thread Patrick Plenefisch
From 8cfb6dbb011d3773b90a3cbb8561616a2fb5955f Mon Sep 17 00:00:00 2001 From: Patrick Plenefisch Date: Sun, 18 Feb 2024 18:36:05 -0500 Subject: [PATCH 2/2] lvm: Add support for cachevol and integrity lv lv matching must be done after processing, as integrity volumes may have several levels that th

Re: [PATCH] LVM Cachevol and Integrity volumes break entire LVM VG

2024-04-26 Thread Patrick Plenefisch
Ah thanks, I sent them in two separate emails with git format-patch, hopefully correctly? Patrick On Fri, Apr 26, 2024 at 7:13 PM Glenn Washburn wrote: > > On Fri, 26 Apr 2024 18:10:16 -0500 > Glenn Washburn wrote: > > > On Sun, 18 Feb 2024 21:00:19 -0500 > > Patrick Plenefisch wrote: > > > >

Re: [PATCH] util/grub.d/30_os-prober.in: Fix GRUB_OS_PROBER_SKIP_LIST for non-EFI

2024-04-26 Thread Glenn Washburn
On Fri, 19 Jan 2024 11:28:55 +0100 Pascal Hambourg wrote: > GRUB documentation states: > > 'GRUB_OS_PROBER_SKIP_LIST' > List of space-separated FS UUIDs of filesystems to be ignored from > os-prober output. For efi chainloaders it's @ > > But the actual behaviour does not match this descrip

Re: [PATCH v5 1/2] fs/erofs: Add support for EROFS

2024-04-26 Thread Glenn Washburn
On Mon, 22 Apr 2024 12:20:35 +0800 Yifan Zhao wrote: > > On 2024/4/22 11:15, Glenn Washburn wrote: > > On Fri, 19 Apr 2024 01:12:40 +0800 > > Yifan Zhao wrote: > > > >> On 2024/4/18 16:16, Glenn Washburn wrote: > >>> On Mon, 4 Mar 2024 01:15:54 +0800 > >>> Yifan Zhao wrote: > >>> > EROFS