All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Various LUKS2 improvements
@ 2021-03-20  0:14 Glenn Washburn
  2021-03-20  0:14 ` [PATCH 1/4] luks2: Continue trying all keyslots even if there are some failures Glenn Washburn
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Glenn Washburn @ 2021-03-20  0:14 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Patch #1: Allows GRUB to be more resilient in the fact or unexpected json
  data, thus allowing access to LUKS2 volumes in cases where currently it
  would be inaccessible
Patch #2-3: Add some text to go along with the error in case it gets
  bubbled up to the user
Patch #4: Simplifies some error handling and makes the code a little easier
  to read

Glenn

Glenn Washburn (4):
  luks2: Continue trying all keyslots even if there are some failures
  luks2: Add error message strings to crypto errors
  luks2: Add error message strings to errors in luks2_read_header
  luks2: Fix potential grub_free with NULL pointer

 grub-core/disk/luks2.c | 58 ++++++++++++++++++++----------------------
 1 file changed, 28 insertions(+), 30 deletions(-)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-24  4:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20  0:14 [PATCH 0/4] Various LUKS2 improvements Glenn Washburn
2021-03-20  0:14 ` [PATCH 1/4] luks2: Continue trying all keyslots even if there are some failures Glenn Washburn
2021-03-20  0:14 ` [PATCH 2/4] luks2: Add error message strings to crypto errors Glenn Washburn
2021-03-20  0:14 ` [PATCH 3/4] luks2: Add error message strings to errors in luks2_read_header Glenn Washburn
2021-03-20  0:14 ` [PATCH 4/4] luks2: Fix potential grub_free with NULL pointer Glenn Washburn
2021-03-23 17:43 ` [PATCH 0/4] Various LUKS2 improvements Daniel Kiper
2021-03-23 19:41   ` Daniel Kiper
2021-03-24  4:01   ` Glenn Washburn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.