Re: [PATCH v3 00/10] Cryptodisk fixes for v2.06 redux

2020-11-04 Thread Daniel Kiper
On Tue, Nov 03, 2020 at 06:50:56PM +, Glenn Washburn wrote: > Nov 2, 2020 9:56:58 AM Daniel Kiper : > > On Tue, Oct 27, 2020 at 08:25:13PM +0100, Daniel Kiper wrote: > >> On Mon, Oct 19, 2020 at 06:09:48PM -0500, Glenn Washburn wrote: > >>> Heres an updated patch series which addresses comment

Re: [PATCH v3 00/10] Cryptodisk fixes for v2.06 redux

2020-11-03 Thread Glenn Washburn
Nov 2, 2020 9:56:58 AM Daniel Kiper : > On Tue, Oct 27, 2020 at 08:25:13PM +0100, Daniel Kiper wrote: >> On Mon, Oct 19, 2020 at 06:09:48PM -0500, Glenn Washburn wrote: >>> Heres an updated patch series which addresses comment from Patrick. The only >>> code change is adding a slot_key member to g

Re: [PATCH v3 00/10] Cryptodisk fixes for v2.06 redux

2020-11-02 Thread Daniel Kiper
On Tue, Oct 27, 2020 at 08:25:13PM +0100, Daniel Kiper wrote: > On Mon, Oct 19, 2020 at 06:09:48PM -0500, Glenn Washburn wrote: > > Heres an updated patch series which addresses comment from Patrick. The only > > code change is adding a slot_key member to grub_luks2_keyslot and using that > > inste

Re: [PATCH v3 00/10] Cryptodisk fixes for v2.06 redux

2020-10-27 Thread Daniel Kiper
On Mon, Oct 19, 2020 at 06:09:48PM -0500, Glenn Washburn wrote: > Heres an updated patch series which addresses comment from Patrick. The only > code change is adding a slot_key member to grub_luks2_keyslot and using that > instead of an extra out parameter to luks2_get_keyslot. > > Glenn Washburn

[PATCH v3 00/10] Cryptodisk fixes for v2.06 redux

2020-10-19 Thread Glenn Washburn
Heres an updated patch series which addresses comment from Patrick. The only code change is adding a slot_key member to grub_luks2_keyslot and using that instead of an extra out parameter to luks2_get_keyslot. Glenn Washburn (10): luks2: Fix use of incorrect index and some grub_error() messages.