From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932494AbcCHIBf (ORCPT ); Tue, 8 Mar 2016 03:01:35 -0500 Received: from www.linutronix.de ([62.245.132.108]:49268 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932142AbcCHIBK (ORCPT ); Tue, 8 Mar 2016 03:01:10 -0500 Date: Tue, 8 Mar 2016 08:59:42 +0100 (CET) From: Thomas Gleixner To: Prarit Bhargava cc: linux-kernel@vger.kernel.org, Petr Mladek , John Stultz , Xunlei Pang , Baolin Wang , Andrew Morton , Greg Kroah-Hartman , Petr Mladek , Tejun Heo , Peter Hurley , Vasily Averin , Joe Perches Subject: Re: [PATCH 0/2 v6] printk, Add monotonic and real printk timestamps In-Reply-To: <1456250040-22351-1-git-send-email-prarit@redhat.com> Message-ID: References: <1456250040-22351-1-git-send-email-prarit@redhat.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 Feb 2016, Prarit Bhargava wrote: > This patchset adds monotonic and real printk timestamps. The first patch > changes CONFIG_PRINT_TIME from a bool to an int to allow for the additional > timestamps that are added in patch 2. > > Changes from v6: Petr Mladek pointed out that the current patch > fails to indicate to userspace programs which timestamp is being used. How is that solved? Thanks, tglx