[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] Improve newc generation logging
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 0/3] Improve newc generation logging |
Date: |
Wed, 28 Jun 2023 14:50:07 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Jun 28, 2023 at 02:38:21AM -0500, Glenn Washburn wrote:
> 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
For all patches Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>...
Daniel