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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 0E839C33CB1 for ; Sun, 19 Jan 2020 14:59:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E31492072B for ; Sun, 19 Jan 2020 14:59:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727586AbgASO7f (ORCPT ); Sun, 19 Jan 2020 09:59:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:58980 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726778AbgASO7e (ORCPT ); Sun, 19 Jan 2020 09:59:34 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 98EA6206D7; Sun, 19 Jan 2020 14:59:32 +0000 (UTC) Date: Sun, 19 Jan 2020 09:59:31 -0500 From: Steven Rostedt To: Masami Hiramatsu Cc: Ingo Molnar , Frank Rowand , 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 v6 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config Message-ID: <20200119095931.736c4a1f@gandalf.local.home> In-Reply-To: <20200119232037.c46321eac70bf288b42f493f@kernel.org> References: <157867220019.17873.13377985653744804396.stgit@devnote2> <20200119232037.c46321eac70bf288b42f493f@kernel.org> X-Mailer: Claws Mail 3.17.3 (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-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sun, 19 Jan 2020 23:20:37 +0900 Masami Hiramatsu wrote: > Hi Steve, > > Thanks for pick this series on your tree. I would like to fix some patches > according to Randy's comments. Should I update this series or just incremental > updates on top of your tree? > Hi Masami, Just send me incremental patches. I try not to ever rebase what I push to linux-next (except for adding changes that don't affect the content of the code, like adding acked-by to commit messages). Thanks, -- Steve