All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
@ 2022-07-22  7:43 Glenn Washburn
  2022-07-22  7:43 ` [PATCH v4 1/2] luks, luks2: Force header.uuid to be NULL terminated Glenn Washburn
  2022-07-22  7:43 ` [PATCH v4 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
  0 siblings, 2 replies; 8+ messages in thread
From: Glenn Washburn @ 2022-07-22  7:43 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Patrick Steinhardt, Glenn Washburn

Updates since v3:
 * Rebase onto latest master
 * Whitespace fixes

Glenn

Glenn Washburn (2):
  luks, luks2: Force header.uuid to be NULL terminated
  cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

 grub-core/disk/cryptodisk.c |  4 ++--
 grub-core/disk/geli.c       |  2 +-
 grub-core/disk/luks.c       | 24 +++++++-----------------
 grub-core/disk/luks2.c      | 18 +++++++-----------
 include/grub/misc.h         | 27 +++++++++++++++++++++++++++
 5 files changed, 44 insertions(+), 31 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2022-08-03 20:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22  7:43 [PATCH v4 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
2022-07-22  7:43 ` [PATCH v4 1/2] luks, luks2: Force header.uuid to be NULL terminated Glenn Washburn
2022-08-03 13:30   ` Daniel Kiper
2022-08-03 20:47     ` Glenn Washburn
2022-07-22  7:43 ` [PATCH v4 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
2022-08-02 16:17   ` Daniel Kiper
2022-08-02 18:17     ` Glenn Washburn
2022-08-03 13:03       ` Daniel Kiper

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.