Re: [PATCH 05/17] luks: Add support for LUKS2 in (proc)/luks_script

2020-07-30 Thread Glenn Washburn
On Thu, 30 Jul 2020 17:14:54 +0200 Patrick Steinhardt wrote: > >{ > > - size += sizeof ("luks_mount "); > > + size += grub_strlen (i->modname); > > + size += sizeof ("_mount"); > > size += grub_strlen (i->uuid); > > size += grub_strlen (i->cipher->cipher->name); > > - size

Re: [PATCH 05/17] luks: Add support for LUKS2 in (proc)/luks_script

2020-07-30 Thread Patrick Steinhardt
On Wed, Jul 29, 2020 at 04:50:10PM -0500, developm...@efficientek.com wrote: > From: Glenn Washburn > > Signed-off-by: Glenn Washburn > --- > grub-core/disk/cryptodisk.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git a/grub-core/disk/cryptodisk.c b/g

[PATCH 05/17] luks: Add support for LUKS2 in (proc)/luks_script

2020-07-29 Thread development
From: Glenn Washburn Signed-off-by: Glenn Washburn --- grub-core/disk/cryptodisk.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/grub-core/disk/cryptodisk.c b/grub-core/disk/cryptodisk.c index c21be7d52..f6b6302e1 100644 --- a/grub-core/disk/cryptodisk.