From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=FAKE_REPLY_C, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08332C433E0 for ; Thu, 21 May 2020 08:45:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C6E80207D3 for ; Thu, 21 May 2020 08:45:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728692AbgEUIpH (ORCPT ); Thu, 21 May 2020 04:45:07 -0400 Received: from mx2.suse.de ([195.135.220.15]:33374 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728389AbgEUIpG (ORCPT ); Thu, 21 May 2020 04:45:06 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id CF1AEACA7; Thu, 21 May 2020 08:45:07 +0000 (UTC) Date: Thu, 21 May 2020 10:45:04 +0200 From: Petr Mladek To: Sergey Senozhatsky Cc: Andy Shevchenko , Steven Rostedt , linux-kernel@vger.kernel.org, Rasmus Villemoes , Andrew Morton Subject: Re: [PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t Message-ID: <20200521084504.GG3464@linux-b0ei> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200520114333.GC520@jagdpanzerIV.localdomain> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2020-05-20 20:43:33, Sergey Senozhatsky wrote: > On (20/05/15 18:02), Petr Mladek wrote: > > On Wed 2020-04-15 20:00:43, Andy Shevchenko wrote: > > > It is a logical continuation of previously applied %ptR for struct rtc_time. > > > We have few users of time64_t that would like to print it. > > > > It seems that everything was explained and the patches look good to > > me. If we allowed %ptR then it makes sense to allow %ptT as well. > > > > For all three patches: > > > > Rewieved-by: Petr Mladek > > Acked-by: Sergey Senozhatsky This patchset has been committed into printk/linux.git, branch for-5.8-printf-time64_t. Note that it is a new git repo with shared write access. Best Regards, Petr