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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,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 A9549C433ED for ; Tue, 11 May 2021 07:14:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 879946192B for ; Tue, 11 May 2021 07:14:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229945AbhEKHPb (ORCPT ); Tue, 11 May 2021 03:15:31 -0400 Received: from mga06.intel.com ([134.134.136.31]:49685 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230422AbhEKHP3 (ORCPT ); Tue, 11 May 2021 03:15:29 -0400 IronPort-SDR: YdVnGlzXyd71xhGTfCNp/oOO85xRxoGJWmDlupeJ1rHhGQxIYEGFCaFzmVGdFU4t3IS5r0mDoq +iOtdq0fXm/g== X-IronPort-AV: E=McAfee;i="6200,9189,9980"; a="260638235" X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="260638235" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 00:14:22 -0700 IronPort-SDR: c9aBpxO375CWUx7wQBSZFwPtRRtr9HPVsWUAJ6QjumnKzHL2Jr2PXOzEB/RbxjSno3CUx58zEW Tc/8aidWwKIw== X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="536865524" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 00:14:16 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lgMaq-00BNFg-I9; Tue, 11 May 2021 10:14:12 +0300 Date: Tue, 11 May 2021 10:14:12 +0300 From: Andy Shevchenko To: Doug Anderson Cc: Petr Mladek , JC Kuo , Joe Perches , Sumit Garg , Linux Doc Mailing List , LKML , Linux USB List , 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 Subject: Re: [PATCH v1 2/4] kdb: Switch to use %ptTs Message-ID: References: <20210510150413.59356-1-andriy.shevchenko@linux.intel.com> <20210510150413.59356-2-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, May 10, 2021 at 05:05:46PM -0700, Doug Anderson wrote: > On Mon, May 10, 2021 at 8:04 AM Andy Shevchenko > wrote: > > > > Use %ptTs instead of open-coded variant to print contents > > of time64_t type in human readable form. > > > > Cc: Jason Wessel > > Cc: Daniel Thompson > > Cc: kgdb-bugreport@lists.sourceforge.net > > Signed-off-by: Andy Shevchenko > > --- > > kernel/debug/kdb/kdb_main.c | 9 +-------- > > 1 file changed, 1 insertion(+), 8 deletions(-) > > I kinda doubt anyone would really care if we just switched kdb to just > the old "%ptT". Probably no machines are parsing this string. Formally it's an ABI. > ...but in any case, now that the nifty new format is there we might as > well use it. Thus: > > Reviewed-by: Douglas Anderson Thanks! -- With Best Regards, Andy Shevchenko