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

Updates since v5:
 * Add better documentation of n parameter to grub_strncasecmp() at Patrick's
   suggestion.

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         | 35 ++++++++++++++++++++++++++++++++++-
 5 files changed, 45 insertions(+), 32 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2022-10-06 13:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-19 23:06 [PATCH v6 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
2022-08-19 23:06 ` [PATCH v6 1/2] misc: Add cast in grub_strncasecmp() to drop sign when calling grub_tolower() Glenn Washburn
2022-08-19 23:06 ` [PATCH v6 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner Glenn Washburn
2022-08-29  5:38   ` Patrick Steinhardt
2022-08-30 20:12     ` Glenn Washburn
2022-09-06 15:28       ` Patrick Steinhardt
2022-10-06 13:38         ` 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.