From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752050AbdHASeF (ORCPT ); Tue, 1 Aug 2017 14:34:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49802 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327AbdHASeD (ORCPT ); Tue, 1 Aug 2017 14:34:03 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 207C3159554 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=prarit@redhat.com Subject: Re: [PATCH v2] printk: Add boottime and real timestamps To: "Luis R. Rodriguez" References: <1501592128-11334-1-git-send-email-prarit@redhat.com> <20170801162947.GS18884@wotan.suse.de> Cc: linux-kernel@vger.kernel.org, Mark Salyzyn , Jonathan Corbet , Petr Mladek , Sergey Senozhatsky , Steven Rostedt , John Stultz , Thomas Gleixner , Stephen Boyd , Andrew Morton , Greg Kroah-Hartman , "Paul E. McKenney" , Christoffer Dall , Deepa Dinamani , Ingo Molnar , Joel Fernandes , Kees Cook , Peter Zijlstra , Geert Uytterhoeven , Nicholas Piggin , "Jason A. Donenfeld" , Olof Johansson , Josh Poimboeuf , linux-doc@vger.kernel.org From: Prarit Bhargava Message-ID: Date: Tue, 1 Aug 2017 14:33:43 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170801162947.GS18884@wotan.suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 01 Aug 2017 18:34:03 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/01/2017 12:29 PM, Luis R. Rodriguez wrote: Thanks for the previous comments re: enum & kdoc'ifying. I will apply them to v3. > > And since you are kdoc'ifying consider later adding proper rst format docs > for printk and then pegging this kdoc entry into it. Unfortunately I only > see Documentation/printk-formats.txt and Documentation/x86/earlyprintk.txt, > is that all we have on printk docs? Yes, that's it AFAICT. P.