Re: [PATCH v3 1/4] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules

2021-12-03 Thread Daniel Kiper
On Wed, Dec 01, 2021 at 03:18:06PM -0600, Glenn Washburn wrote: > On Wed, 17 Nov 2021 18:29:36 +0100 > Daniel Kiper wrote: > > > On Tue, Oct 12, 2021 at 06:26:26PM -0500, Glenn Washburn wrote: > > > As an example, passing a password as a cryptomount argument is > > > implemented. > > > > I am

Re: [PATCH v3 1/4] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules

2021-12-01 Thread Glenn Washburn
On Wed, 17 Nov 2021 18:29:36 +0100 Daniel Kiper wrote: > On Tue, Oct 12, 2021 at 06:26:26PM -0500, Glenn Washburn wrote: > > As an example, passing a password as a cryptomount argument is implemented. > > I am not very happy with that. Splitting this into separate patch or > merging with patch

Re: [PATCH v3 1/4] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules

2021-11-17 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:26:26PM -0500, Glenn Washburn wrote: > As an example, passing a password as a cryptomount argument is implemented. I am not very happy with that. Splitting this into separate patch or merging with patch #2 probably would not help either. > However, the backends are not

[PATCH v3 1/4] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules

2021-10-12 Thread Glenn Washburn
As an example, passing a password as a cryptomount argument is implemented. However, the backends are not implemented, so testing this will return a not implemented error. Signed-off-by: Glenn Washburn --- grub-core/disk/cryptodisk.c | 31 +-- grub-core/disk/geli.c