grub-devel
[Top][All Lists]
Advanced

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

[PATCH 0/3] Improve newc generation logging


From: Glenn Washburn
Subject: [PATCH 0/3] Improve newc generation logging
Date: Wed, 28 Jun 2023 02:38:21 -0500

The first two patches stand on their own, but are needed for the last patch.
The first patch adds the support for the %o format specifier, which prints
numbers in octal. The second patch was something Daniel requested in reply
to a different patch, adding PRI* macros for types grub_off_t and
grub_disk_addr_t. And the last patch improves the logging when generating
newc archives on the fly. Now all paths generated will be logged with their
size and mode.

Glenn

Glenn Washburn (3):
  misc: Support octal printf format code
  include/grub/types.h: Add PRI*GRUB_OFFSET and PRI*GRUB_DISK_ADDR
  loader/linux: Print debug message for each generated newc path
    generated

 grub-core/kern/misc.c    | 13 +++++++++++--
 grub-core/loader/linux.c |  3 ++-
 include/grub/types.h     |  7 +++++--
 3 files changed, 18 insertions(+), 5 deletions(-)

-- 
2.34.1




reply via email to

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