netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Petr Mladek <pmladek@suse.com>
Cc: Steven Rostedt <rostedt@goodmis.org>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	openipmi-developer@lists.sourceforge.net,
	linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linaro-mm-sig@lists.linaro.org, amd-gfx@lists.freedesktop.org,
	linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org, linux-mmc@vger.kernel.org,
	netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
	linux-pci@vger.kernel.org, linux-s390@vger.kernel.org,
	linux-scsi@vger.kernel.org, linux-staging@lists.linux.dev,
	ceph-devel@vger.kernel.org, linux-trace-kernel@vger.kernel.org,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Sergey Senozhatsky <senozhatsky@chromium.org>,
	Jonathan Corbet <corbet@lwn.net>
Subject: Re: [PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
Date: Wed, 19 Nov 2025 16:59:28 +0200	[thread overview]
Message-ID: <aR3bUMvPCqZr5utj@smile.fi.intel.com> (raw)
In-Reply-To: <aR3B8ECx9W6F0BV_@pathway.suse.cz>

On Wed, Nov 19, 2025 at 02:11:12PM +0100, Petr Mladek wrote:
> 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@pathway.suse.cz/
> 
>    + 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...

Thank you!

-- 
With Best Regards,
Andy Shevchenko



      reply	other threads:[~2025-11-19 15:00 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-13 14:32 [PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64 Andy Shevchenko
2025-11-14 12:59   ` Petr Mladek
     [not found]     ` <aRd5HHUBu2ookDv_@smile.fi.intel.com>
2025-11-19  9:14       ` Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 02/21] ceph: Switch to use %ptSp Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 03/21] libceph: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 04/21] dma-buf: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 05/21] drm/amdgpu: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 06/21] drm/msm: " Andy Shevchenko
2025-11-14  4:12   ` Dmitry Baryshkov
2025-11-13 14:32 ` [PATCH v3 07/21] drm/vblank: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 08/21] drm/xe: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 09/21] e1000e: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 10/21] igb: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 11/21] ipmi: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 12/21] media: av7110: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 13/21] mmc: mmc_test: " Andy Shevchenko
2025-11-17 11:00   ` Ulf Hansson
2025-11-13 14:32 ` [PATCH v3 14/21] net: dsa: sja1105: " Andy Shevchenko
2025-11-18 18:50   ` Vladimir Oltean
2025-11-13 14:32 ` [PATCH v3 15/21] PCI: epf-test: " Andy Shevchenko
2025-11-19 15:49   ` Manivannan Sadhasivam
2025-11-13 14:32 ` [PATCH v3 16/21] pps: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 17/21] ptp: ocp: " Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 18/21] s390/dasd: " Andy Shevchenko
2025-11-18 15:23   ` Stefan Haberland
2025-11-13 14:32 ` [PATCH v3 19/21] scsi: fnic: " Andy Shevchenko
2025-11-13 22:34   ` Karan Tilak Kumar (kartilak)
     [not found]     ` <aRbreoKzashQcEne@smile.fi.intel.com>
2025-11-18 18:53       ` Karan Tilak Kumar (kartilak)
2025-11-19 10:08   ` Petr Mladek
2025-11-19 10:26     ` Andy Shevchenko
2025-11-13 14:32 ` [PATCH v3 20/21] scsi: snic: " Andy Shevchenko
2025-11-15 20:27   ` Karan Tilak Kumar (kartilak)
2025-11-13 14:32 ` [PATCH v3 21/21] tracing: " Andy Shevchenko
2025-11-19 13:11 ` [PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users Petr Mladek
2025-11-19 14:59   ` Andy Shevchenko [this message]

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=aR3bUMvPCqZr5utj@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=ceph-devel@vger.kernel.org \
    --cc=corbet@lwn.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=linaro-mm-sig@lists.linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=netdev@vger.kernel.org \
    --cc=openipmi-developer@lists.sourceforge.net \
    --cc=pmladek@suse.com \
    --cc=rostedt@goodmis.org \
    --cc=senozhatsky@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).