grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Miscellaneous fixes/improvements


From: Glenn Washburn
Subject: [PATCH 0/4] Miscellaneous fixes/improvements
Date: Wed, 11 May 2022 22:19:43 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]