All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Miscellaneous fixes/improvements
@ 2022-05-12  3:19 Glenn Washburn
  2022-05-12  3:19 ` [PATCH 1/4] tests: Show host determined fs UUID when hfs UUID test fails Glenn Washburn
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Glenn Washburn @ 2022-05-12  3:19 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Patch #1: When the HFS UUID test fails it shows two GRUB generated outputs.
  There should be one GRUB output and one host system output, like the other
  filesystems output. In this case it should show the host generated HFS UUID
  which is not matching with the GRUB generated one.
Patch #2: If tests are run as non-root user, /sbin and /usr/sbin are usually
  not in the path, which will cause the partmap test to fail because it can
  not find parted (in /usr/sbin on Debian). However, this test does not require
  root privileges to run successfully, so add those paths to the PATH to allow
  partmap to successfully run as a non-root user.
Patch #3: I believe the policy is that invocations of the N_ macro should
  have no whitespace before the '('. This fixes that in a couple invocations.
Patch #4: The crypto and cryptodisk headers are not needed by the probe user
  space utility (maybe they were at one time?). So remove them.

Glenn

Glenn Washburn (4):
  tests: Show host determined fs UUID when hfs UUID test fails
  tests: Add /sbin and /usr/sbin to path in partmap test
  formatting: Remove whitespace between N_ macro and open parenthesis
  util/probe.c: Remove unused header includes

 grub-core/commands/macbless.c | 6 ++----
 tests/partmap_test.in         | 2 ++
 tests/util/grub-fs-tester.in  | 2 +-
 util/probe.c                  | 2 --
 4 files changed, 5 insertions(+), 7 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2022-05-27 21:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-12  3:19 [PATCH 0/4] Miscellaneous fixes/improvements Glenn Washburn
2022-05-12  3:19 ` [PATCH 1/4] tests: Show host determined fs UUID when hfs UUID test fails Glenn Washburn
2022-05-27 14:16   ` Daniel Kiper
2022-05-27 18:39     ` Glenn Washburn
2022-05-27 21:42       ` Daniel Kiper
2022-05-12  3:19 ` [PATCH 2/4] tests: Add /sbin and /usr/sbin to path in partmap test Glenn Washburn
2022-05-12  3:19 ` [PATCH 3/4] formatting: Remove whitespace between N_ macro and open parenthesis Glenn Washburn
2022-05-12  3:19 ` [PATCH 4/4] util/probe.c: Remove unused header includes 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.