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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 A349DC43461 for ; Mon, 17 May 2021 12:42:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8486961242 for ; Mon, 17 May 2021 12:42:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237079AbhEQMoA (ORCPT ); Mon, 17 May 2021 08:44:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:43594 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237076AbhEQMn7 (ORCPT ); Mon, 17 May 2021 08:43:59 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1621255362; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=aiM3vKTum70TM7QOTT95hhDvPgS+x6dBjBJHzOjqx/I=; b=QdHKMwN4ulSsBGSBhH8tgLkK/uK0lznYQ65rTGPzuAamhg9LRNvAXtLDtw55K3SeGMptAC mLZeVf1yRsjPEaeTYwz4gl6GaUAjHL30L91sdoOGhkvtei20FOKGwFmvBzKfTXRM6/oLc0 jQAaOIrt5Gt3ZNxhECuaCrvSKfWTi4Q= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 0E5F2B1C3; Mon, 17 May 2021 12:42:41 +0000 (UTC) Date: Mon, 17 May 2021 14:42:39 +0200 From: Petr Mladek To: Andy Shevchenko Cc: JC Kuo , Joe Perches , Sumit Garg , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-tegra@vger.kernel.org, linux-nilfs@vger.kernel.org, kgdb-bugreport@lists.sourceforge.net, Steven Rostedt , Sergey Senozhatsky , Rasmus Villemoes , Jonathan Corbet , Mathias Nyman , Greg Kroah-Hartman , Thierry Reding , Jonathan Hunter , Ryusuke Konishi , Jason Wessel , Daniel Thompson , Douglas Anderson Subject: Re: [PATCH v2 1/4] lib/vsprintf: Allow to override ISO 8601 date and time separator Message-ID: References: <20210511153958.34527-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu 2021-05-13 11:34:18, Petr Mladek wrote: > On Tue 2021-05-11 18:39:55, Andy Shevchenko wrote: > > ISO 8601 defines 'T' as a separator between date and time. Though, > > some ABIs use time and date with ' ' (space) separator instead. > > > > Add a flavour to the %pt specifier to override default separator. > > > > Signed-off-by: Andy Shevchenko > > Reviewed-by: Petr Mladek > > I am going to queue the entire patchset for 5.14 via the printk tree > the following week unless anyone complains in the meantime. The patchset has been committed into print/linux.git, branch for-5.14-vsprintf-pts. Best Regards, Petr