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
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
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
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
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.