Received: by 10.223.185.116 with SMTP id b49csp644461wrg; Tue, 20 Feb 2018 05:36:41 -0800 (PST) X-Google-Smtp-Source: AH8x224bfiyfyrSgRECLzFplhncvLfJoI8UuqA6knCGMzgte6m4vkimQ9F+o6tjeQMOi0SRyimOm X-Received: by 10.99.112.20 with SMTP id l20mr15461464pgc.412.1519133801738; Tue, 20 Feb 2018 05:36:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519133801; cv=none; d=google.com; s=arc-20160816; b=Yophx1av/n/4kGw3iRQ20sKoeHu+A4rQoGnYH0rl2eFEQQlDQmjIoqdXttE7+QWoJs 6biJsEb+AmltzKwl7sasOvYRNowFEMLWuPNu+jpzfc5MDFYrDvnaU6S/TSYXcGKXDiM4 vMIEaIysKMDyZk0nt/knvD1G9PMLjqAcjXdW8tKLMtzjYNF2pqbcP9HRNrCSuoWAEAs3 Ft4ZaU+o7Im58UVQXrVsEwCbU3Hvk5uBOZOTtgsnD9d9fmxkgB1s52wdTJgIUWUgp0Nf 5636Hy02E/gZ/88Pon0l553KjoNFOrtNLqpk8PGM7JBJl7YJL16KKkYtlo0yrrw10xqr AV/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=BxSNsVz5IfHBjZbnc0hFMV3G/uDl2zijN5kFm1jEjB0=; b=A5IC6Qjjh+/LU+AmBSf0iNnn0VVR57lc9fNI/eFpPdzuUYWw2N1ohCs3SLQ74FRGRr Awr7YILBcyeNTjR4Q/bKlpjWA2SzF2HMsnWjEoQ2P0U0ST3cn5Xi8NEDgRPlNemOogb4 mrfw23M+uQDaT+PwYoI+QOzeHYUI4pubS5DRg8mJFQYqFbBiNosey/BmagVEtHys1GF7 AykCtm4Wp3uLzqkFeUYmacpwbYwSPg7XAQfQXsC74YE18draVpJoiLksv9uCt2KSvgMq Z0H1fxeCwJsVz2bpVhUa554JlXc/aCJrr0t6da+LebZgC+Wr46s1vrH6V2gwSCAFJ7P4 iUag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 5-v6si5589559plx.742.2018.02.20.05.36.27; Tue, 20 Feb 2018 05:36:41 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751997AbeBTNfr (ORCPT + 99 others); Tue, 20 Feb 2018 08:35:47 -0500 Received: from mga17.intel.com ([192.55.52.151]:48624 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbeBTNfo (ORCPT ); Tue, 20 Feb 2018 08:35:44 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2018 05:35:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,539,1511856000"; d="scan'208";a="36064880" Received: from gvt-dell.bj.intel.com (HELO intel.com) ([10.238.154.59]) by orsmga002.jf.intel.com with SMTP; 20 Feb 2018 05:35:42 -0800 Date: Tue, 20 Feb 2018 21:27:00 +0800 From: "Du, Changbin" To: Philippe Ombredanne Cc: changbin.du@intel.com, Steven Rostedt , Jonathan Corbet , Ingo Molnar , linux-doc@vger.kernel.org, LKML Subject: Re: [PATCH 05/17] trace doc: convert trace/ftrace.txt to rst format Message-ID: <20180220132700.iz27aumgy5o2agp3@intel.com> References: <1518845990-20733-1-git-send-email-changbin.du@intel.com> <1518845990-20733-6-git-send-email-changbin.du@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171027-42-ad8712 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Tue, Feb 20, 2018 at 08:28:24AM +0100, Philippe Ombredanne wrote: > Changbin, Steven, > > On Sat, Feb 17, 2018 at 6:39 AM, wrote: > > From: Changbin Du > > > > This converts the plain text documentation to reStructuredText format and > > add it into Sphinx TOC tree. No essential content change. > > > > Cc: Steven Rostedt > > Signed-off-by: Changbin Du > > --- > > Documentation/trace/ftrace.rst | 3332 ++++++++++++++++++++++++++++++++++++++++ > > Documentation/trace/ftrace.txt | 3220 -------------------------------------- > > Documentation/trace/index.rst | 1 + > > 3 files changed, 3333 insertions(+), 3220 deletions(-) > > create mode 100644 Documentation/trace/ftrace.rst > > delete mode 100644 Documentation/trace/ftrace.txt > > > > diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst > > new file mode 100644 > > index 0000000..636aa9bf > > --- /dev/null > > +++ b/Documentation/trace/ftrace.rst > > @@ -0,0 +1,3332 @@ > > +======================== > > +ftrace - Function Tracer > > +======================== > > + > > +Copyright 2008 Red Hat Inc. > > + > > +:Author: Steven Rostedt > > +:License: The GNU Free Documentation License, Version 1.2 > > + (dual licensed under the GPL v2) > > > Do you mind using an SPDX id per [1] rather that this? > > Steven, are you OK with this? Can you ack? > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/license-rules.rst > -- > Cordially > Philippe Ombredanne I leave this to Steven, since I just converted the format of this doc. -- Thanks, Changbin Du