All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve newc generation logging
@ 2023-06-28  7:38 Glenn Washburn
  2023-06-28  7:38 ` [PATCH 1/3] misc: Support octal printf format code Glenn Washburn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Glenn Washburn @ 2023-06-28  7:38 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Gary Lin, Glenn Washburn

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



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

end of thread, other threads:[~2023-06-28 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28  7:38 [PATCH 0/3] Improve newc generation logging Glenn Washburn
2023-06-28  7:38 ` [PATCH 1/3] misc: Support octal printf format code Glenn Washburn
2023-06-28  7:38 ` [PATCH 2/3] include/grub/types.h: Add PRI*GRUB_OFFSET and PRI*GRUB_DISK_ADDR Glenn Washburn
2023-06-28  7:38 ` [PATCH 3/3] loader/linux: Print debug message for each generated newc path generated Glenn Washburn
2023-06-28 12:50 ` [PATCH 0/3] Improve newc generation logging 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.