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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2119BC77B75 for ; Fri, 12 May 2023 22:59:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240219AbjELW7X (ORCPT ); Fri, 12 May 2023 18:59:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240105AbjELW7T (ORCPT ); Fri, 12 May 2023 18:59:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84C331FE2; Fri, 12 May 2023 15:59:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2224465906; Fri, 12 May 2023 22:59:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C6AEC4339B; Fri, 12 May 2023 22:59:17 +0000 (UTC) Date: Fri, 12 May 2023 18:59:16 -0400 From: Steven Rostedt To: Ajay Kaher Cc: kernel test robot , "mhiramat@kernel.org" , "shuah@kernel.org" , "llvm@lists.linux.dev" , "oe-kbuild-all@lists.linux.dev" , "linux-kernel@vger.kernel.org" , "linux-trace-kernel@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , "chinglinyu@google.com" , Nadav Amit , Srivatsa Bhat , "srivatsa@csail.mit.edu" , Alexey Makhalov , Vasavi Sirnapalli , Tapas Kundu , "er.ajay.kaher@gmail.com" Subject: Re: [PATCH v2 8/9] eventfs: moving tracing/events to eventfs Message-ID: <20230512185916.22bda1a5@rorschach.local.home> In-Reply-To: <400E4466-629C-4306-86B1-E8BA0CB5EF66@vmware.com> References: <1683026600-13485-9-git-send-email-akaher@vmware.com> <202305030116.Gu6yyvKj-lkp@intel.com> <1CAC8265-A4F3-4AF6-80E4-8F264ED670A9@vmware.com> <20230509124559.0d5557ad@rorschach.local.home> <400E4466-629C-4306-86B1-E8BA0CB5EF66@vmware.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-kernel@vger.kernel.org On Wed, 10 May 2023 11:11:15 +0000 Ajay Kaher wrote: > Sounds good. Thanks Steve :) > Once you will merge below patch, I will rebase this patch in v3. Feel free to just add it at the start of your queue. You just need to keep the "From" line and it will be added as my patch. -- Steve