Re: [PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users

From: Petr Mladek

Date: Wed Nov 19 2025 - 08:11:19 EST


On Thu 2025-11-13 15:32:14, Andy Shevchenko wrote:
> Here is the third part of the unification time printing in the kernel.
> This time for struct timespec64. The first patch brings a support
> into printf() implementation (test cases and documentation update
> included) followed by the treewide conversion of the current users.
>
> Petr, we got like more than a half being Acked, I think if you are okay
> with this, the patches that have been tagged can be applied.
>
> Note, not everything was compile-tested. Kunit test has been passed, though.

JFYI, the patchset has been committed into printk/linux.git,
branch for-6.19-vsprintf-timespec64.

Note, that I have:

+ fixed the 19th patch as proposed, see
https://lore.kernel.org/all/aR2XAYWTEgMZu_Mx@xxxxxxxxxxxxxxx/

+ reviewed all patches but I triple checked 7th patch which
did not have any ack yet. And I added my Reviewed-by tag
there. ;-)

+ I tried build with allyesconfig. It succeeded. I am not 100%
sure that it built all modified sources but...

Best Regards,
Petr