Re: [PATCH v2 1/7] luks2: Add token parsing support

2025-03-21 Thread Gary Lin via Grub-devel
On Fri, Mar 14, 2025 at 02:58:48PM +0100, Yann Diorcet wrote: > For the moment only the system-tpm2 token type is supported. > Hi Yann, Could you consider creating a cover letter for this patch set? A cover letter is useful for the reviewer to have the overview of the patches before diving into th

[PATCH v2 1/7] luks2: Add token parsing support

2025-03-14 Thread Yann Diorcet
For the moment only the system-tpm2 token type is supported. Signed-off-by: Yann Diorcet --- grub-core/disk/luks2.c | 152 - 1 file changed, 149 insertions(+), 3 deletions(-) diff --git a/grub-core/disk/luks2.c b/grub-core/disk/luks2.c index 8036d76ff..ab