From: Glenn Washburn <development@efficientek.com>
To: grub-devel@gnu.org, Daniel Kiper <dkiper@net-space.pl>
Cc: Gary Lin <glin@suse.com>, Glenn Washburn <development@efficientek.com>
Subject: [PATCH 0/3] Improve newc generation logging
Date: Wed, 28 Jun 2023 02:38:21 -0500 [thread overview]
Message-ID: <cover.1687937299.git.development@efficientek.com> (raw)
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
next reply other threads:[~2023-06-28 7:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 7:38 Glenn Washburn [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1687937299.git.development@efficientek.com \
--to=development@efficientek.com \
--cc=dkiper@net-space.pl \
--cc=glin@suse.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.