From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B35A1FAA; Mon, 27 May 2024 01:17:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716772678; cv=none; b=tjUQfdNMRWEzIkkqoNRe/QFmRh2jMre7ShFk1mjm3JU/plJ/6mruQ8POqKw146Gla4SlFm5mQ0kKpBXK+ZghjTU0696JgGKc4U0SbAvoOllLdzUP6K8NRoeCKKEmJ7NzTLEyNc9sHQ+pmyY472+vVQQ+ZjvM/CPdxzqYazF1Xxg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716772678; c=relaxed/simple; bh=f42HeA3jftpumXESgptg132/8NjhZ1nGk3gaD46oh2o=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=nB8RCtRJxHWSchViZ9z9stnCyYWCWvIMeEqAy3E9K2y9EvhY0D+dkdVjShlilOZbdbNApRx2jio7BYr7megCHus+tlFwOLXa+SDvPO4DBXq/5xuRa9BrLQsHm7PWUJg+r/xNrqmSlk16BllQAFe2djm5GLBRRAar7XvX2gZ3JdQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84366C2BD10; Mon, 27 May 2024 01:17:55 +0000 (UTC) Date: Sun, 26 May 2024 21:18:47 -0400 From: Steven Rostedt To: "Masami Hiramatsu (Google)" Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Mark Rutland , Mathieu Desnoyers , Andrew Morton , Alexei Starovoitov , Florent Revest , Martin KaFai Lau , bpf , Sven Schnelle , Alexei Starovoitov , Jiri Olsa , Arnaldo Carvalho de Melo , Daniel Borkmann , Alan Maguire , Peter Zijlstra , Thomas Gleixner , Guo Ren Subject: Re: [PATCH 00/20] function_graph: Allow multiple users for function graph tracing Message-ID: <20240526211847.22a23521@gandalf.local.home> In-Reply-To: <20240527093747.cb9e49d660684158e8173133@kernel.org> References: <20240525023652.903909489@goodmis.org> <20240527093747.cb9e49d660684158e8173133@kernel.org> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 27 May 2024 09:37:47 +0900 Masami Hiramatsu (Google) wrote: > > The diff between this and Masami's last update is at the end of this email. > > Thanks for update the patches! > I think your changes are good. I just have some comments and replied. > So, the plan is to push this series in the tracing/for-next? I will > port my fprobe part on it and run some tests. Yeah. I'll probably push it after -rc2 comes out and base it on top of that. I usually wait till rc2 as it tends to be more stable than rc1. I'll send an updated series later this week that addresses your comments. -- Steve