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

2021-10-10 Thread Patrick Steinhardt
On Mon, Oct 04, 2021 at 11:51:33PM -0500, Glenn Washburn wrote: > On Mon, 4 Oct 2021 10:55:21 +0200 > Patrick Steinhardt wrote: > > > On Mon, Sep 13, 2021 at 09:05:15PM +, Glenn Washburn wrote: > > > On Sun, 12 Sep 2021 13:17:29 +0200 > > > Patrick Steinhardt wrote: > > > > > > > On Tue, Se

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

2021-10-04 Thread Glenn Washburn
On Mon, 4 Oct 2021 10:55:21 +0200 Patrick Steinhardt wrote: > On Mon, Sep 13, 2021 at 09:05:15PM +, Glenn Washburn wrote: > > On Sun, 12 Sep 2021 13:17:29 +0200 > > Patrick Steinhardt wrote: > > > > > On Tue, Sep 07, 2021 at 02:34:30AM +, Glenn Washburn wrote: > > > > On Mon, 30 Aug 202

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

2021-10-04 Thread Patrick Steinhardt
On Mon, Sep 13, 2021 at 09:05:15PM +, Glenn Washburn wrote: > On Sun, 12 Sep 2021 13:17:29 +0200 > Patrick Steinhardt wrote: > > > On Tue, Sep 07, 2021 at 02:34:30AM +, Glenn Washburn wrote: > > > On Mon, 30 Aug 2021 20:02:26 +0200 > > > Patrick Steinhardt wrote: > > > > > > > On Thu, A

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

2021-09-13 Thread Glenn Washburn
On Sun, 12 Sep 2021 13:17:29 +0200 Patrick Steinhardt wrote: > On Tue, Sep 07, 2021 at 02:34:30AM +, Glenn Washburn wrote: > > On Mon, 30 Aug 2021 20:02:26 +0200 > > Patrick Steinhardt wrote: > > > > > On Thu, Aug 26, 2021 at 12:08:52AM -0500, Glenn Washburn wrote: > > > > Signed-off-by: Gl

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

2021-09-12 Thread Patrick Steinhardt
On Tue, Sep 07, 2021 at 02:34:30AM +, Glenn Washburn wrote: > On Mon, 30 Aug 2021 20:02:26 +0200 > Patrick Steinhardt wrote: > > > On Thu, Aug 26, 2021 at 12:08:52AM -0500, Glenn Washburn wrote: > > > Signed-off-by: Glenn Washburn > > > --- > > > grub-core/disk/cryptodisk.c | 26 +--

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

2021-09-06 Thread Glenn Washburn
On Mon, 30 Aug 2021 20:02:26 +0200 Patrick Steinhardt wrote: > On Thu, Aug 26, 2021 at 12:08:52AM -0500, Glenn Washburn wrote: > > Signed-off-by: Glenn Washburn > > --- > > grub-core/disk/cryptodisk.c | 26 +- > > include/grub/cryptodisk.h | 3 +++ > > 2 files changed

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

2021-08-30 Thread Patrick Steinhardt
On Thu, Aug 26, 2021 at 12:08:52AM -0500, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn > --- > grub-core/disk/cryptodisk.c | 26 +- > include/grub/cryptodisk.h | 3 +++ > 2 files changed, 12 insertions(+), 17 deletions(-) > > diff --git a/grub-core/disk/crypto

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

2021-08-25 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- grub-core/disk/cryptodisk.c | 26 +- include/grub/cryptodisk.h | 3 +++ 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/grub-core/disk/cryptodisk.c b/grub-core/disk/cryptodisk.c index b6cf1835d..00a671a59 100644 --- a/g