All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
@ 2022-08-11 17:48 Glenn Washburn
  2022-08-11 17:48 ` [PATCH v5 1/2] misc: Add cast in grub_strncasecmp() to drop sign when calling grub_tolower() Glenn Washburn
  2022-08-11 17:48 ` [PATCH v5 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
  0 siblings, 2 replies; 6+ messages in thread
From: Glenn Washburn @ 2022-08-11 17:48 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Patrick Steinhardt, Glenn Washburn

Updates since v4:
 * Add patch to add missing casts to grub_strncasecmp()
 * Remove patch forcing null termination of uuid from header
 * Use correct patch for uuid comparison. The previous had bad
   variable name usage, but the logic is the same.

Glenn

Glenn Washburn (2):
  misc: Add cast in grub_strncasecmp() to drop sign when calling
    grub_tolower()
  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       | 21 ++++-----------------
 grub-core/disk/luks2.c      | 15 ++++-----------
 include/grub/misc.h         | 31 ++++++++++++++++++++++++++++++-
 5 files changed, 41 insertions(+), 32 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2022-08-19 16:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 17:48 [PATCH v5 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
2022-08-11 17:48 ` [PATCH v5 1/2] misc: Add cast in grub_strncasecmp() to drop sign when calling grub_tolower() Glenn Washburn
2022-08-19 16:51   ` Daniel Kiper
2022-08-11 17:48 ` [PATCH v5 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
2022-08-15 15:28   ` Patrick Steinhardt
2022-08-15 20:28     ` 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.