Re: [PATCH v3 3/4] cryptodisk: Move global variables into grub_cryptomount_args struct

2021-12-01 Thread Glenn Washburn
On Thu, 18 Nov 2021 15:06:56 +0100 Daniel Kiper wrote: > On Tue, Oct 12, 2021 at 06:26:28PM -0500, Glenn Washburn wrote: > > Signed-off-by: Glenn Washburn > > --- > > grub-core/disk/cryptodisk.c | 26 +- > > grub-core/disk/geli.c | 9 - > >

Re: [PATCH v3 3/4] cryptodisk: Move global variables into grub_cryptomount_args struct

2021-12-01 Thread Glenn Washburn
On Sun, 14 Nov 2021 10:56:15 +0100 Patrick Steinhardt wrote: > On Tue, Oct 12, 2021 at 06:26:28PM -0500, Glenn Washburn wrote: > > Signed-off-by: Glenn Washburn > > --- > > grub-core/disk/cryptodisk.c | 26 +- > > grub-core/disk/geli.c | 9 - > >

Re: [PATCH v3 3/4] cryptodisk: Move global variables into grub_cryptomount_args struct

2021-11-18 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:26:28PM -0500, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn > --- > grub-core/disk/cryptodisk.c | 26 +- > grub-core/disk/geli.c | 9 - > grub-core/disk/luks.c | 11 +-- > grub-core/disk/luks2.c | 6

Re: [PATCH v3 3/4] cryptodisk: Move global variables into grub_cryptomount_args struct

2021-11-14 Thread Patrick Steinhardt
On Tue, Oct 12, 2021 at 06:26:28PM -0500, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn > --- > grub-core/disk/cryptodisk.c | 26 +- > grub-core/disk/geli.c | 9 - > grub-core/disk/luks.c | 11 +-- > grub-core/disk/luks2.c | 6

[PATCH v3 3/4] cryptodisk: Move global variables into grub_cryptomount_args struct

2021-10-12 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- grub-core/disk/cryptodisk.c | 26 +- grub-core/disk/geli.c | 9 - grub-core/disk/luks.c | 11 +-- grub-core/disk/luks2.c | 6 +++--- include/grub/cryptodisk.h | 10 -- 5 files changed, 29