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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 0E2D1C33CA4 for ; Fri, 10 Jan 2020 15:31:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D93922077C for ; Fri, 10 Jan 2020 15:31:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578670268; bh=PmlZ0floUXtGGa7TOfgYeBKFANJKRe+aQitOtud+P8c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=1nYOM6z4AqngBusNbMecYB2C/uSStgZzBQ5ZipsEmzkFPlwo2Y/0fmC3dgYDlriOb 3LCdEs7EVsmxqWMnT87ofeBt9yFSSkX0e2oBYsoPRSCbxtOMXlSmOJ2F5ud/he/N7Q J3pOGqKj6FYMqTxmZSe9pdxqg7pC+js9zOzCykzk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728389AbgAJPbI (ORCPT ); Fri, 10 Jan 2020 10:31:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:50182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728137AbgAJPbH (ORCPT ); Fri, 10 Jan 2020 10:31:07 -0500 Received: from devnote2 (NE2965lan1.rev.em-net.ne.jp [210.141.244.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7F61020673; Fri, 10 Jan 2020 15:31:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578670267; bh=PmlZ0floUXtGGa7TOfgYeBKFANJKRe+aQitOtud+P8c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=X36GmWlHGvdXfYh5YuOf44/kmbaIMvVOj2MbahzvrCVQ+8puv/3KqDuhFCWJTuaRF CtJbxKd7AtMrp6ePDdBWol5fdg87tr/PHW18OCfLJ+Cb3x0fxOC8Y4vAiROVldLZLz deogJUz0nIuBkh+hPJgohYk79pa7bq7pvppTZc+M= Date: Sat, 11 Jan 2020 00:30:59 +0900 From: Masami Hiramatsu To: Steven Rostedt Cc: Frank Rowand , Ingo Molnar , Randy Dunlap , Namhyung Kim , Tim Bird , Jiri Olsa , Arnaldo Carvalho de Melo , Tom Zanussi , Rob Herring , Andrew Morton , Thomas Gleixner , Greg Kroah-Hartman , Alexey Dobriyan , Jonathan Corbet , Linus Torvalds , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config Message-Id: <20200111003059.5c24c0ee4a85df10ec9f17e6@kernel.org> In-Reply-To: <20200109181055.1999b344@gandalf.local.home> References: <157736902773.11126.2531161235817081873.stgit@devnote2> <20200109181055.1999b344@gandalf.local.home> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Steve, On Thu, 9 Jan 2020 18:10:55 -0500 Steven Rostedt wrote: > On Thu, 26 Dec 2019 23:03:48 +0900 > Masami Hiramatsu wrote: > > > Hello, > > > > This is the 5th version of the series for the boot-time tracing. > > > > Previous version is here. > > > > https://lkml.kernel.org/r/157528159833.22451.14878731055438721716.stgit@devnote2 > > Hi Masami, > > I applied all your patches to a test branch and was playing with it a > little. This seems fine to me and works well (and very easy to use). > Probably could use some more examples, but that's just a nit. OK, I'll add some examples to Documentation/trace/boottime-trace.rst next time. > > If nobody has any issues with this code, I'll wait for v6 with the > fixes to issues found in this series, and I'll happily apply them for > linux-next. Thanks! I'll send v6 soon, which is including fixes and testcases. :) Thank you! -- Masami Hiramatsu