Re: [PATCHv2][ 1/6] cryptodisk: luks: unify grub_cryptodisk_dev function names

2020-04-03 Thread Denis 'GNUtoo' Carikli
On Fri, 3 Apr 2020 18:02:41 +0200 Daniel Kiper wrote: > Sorry, this is not 2.06 material for me. It's not a big issue for my use cases. In the worst case I can just backport the patches in the 2.06 packages and/or rely on -git packages until the next release. In the other hand, I want to avoid

Re: [PATCHv2][ 1/6] cryptodisk: luks: unify grub_cryptodisk_dev function names

2020-04-03 Thread Daniel Kiper
On Tue, Mar 17, 2020 at 09:10:02AM +0100, Denis 'GNUtoo' Carikli wrote: > I'm sorry to have taken so long. > > I ended up being sidetracked with other functionalities I wanted to add > as well along the way, which I'll probably address another time. No problem... > I also forgot to use --compose

Re: [PATCHv2][ 1/6] cryptodisk: luks: unify grub_cryptodisk_dev function names

2020-03-17 Thread Denis 'GNUtoo' Carikli
I'm sorry to have taken so long. I ended up being sidetracked with other functionalities I wanted to add as well along the way, which I'll probably address another time. I also forgot to use --compose for sending the patches. As for the changes between the V1 and this one, beside addressing the

[PATCHv2][ 1/6] cryptodisk: luks: unify grub_cryptodisk_dev function names

2020-03-17 Thread Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli --- grub-core/disk/luks.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/grub-core/disk/luks.c b/grub-core/disk/luks.c index 410cd6f84..28585806a 100644 --- a/grub-core/disk/luks.c +++ b/grub-core/disk/luks.c @@ -65,8 +65,7 @@ gcry_e