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 16CAF1D5ACD; Fri, 4 Oct 2024 01:05:43 +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=1728003944; cv=none; b=TDM2TIklc5lUMsHl8qxp/21OtU1mwlCmqzdB4OZVBe3g40cdsEPggpQ1HD4Pt1AlctGJ2u+i6GClXM6Weuzi0V+AMtPjRXpprqqK8Ei6J6z8rqhtxnJKZ3WvtZYxSrgMY7C094YR3nfnG5SbslAqxky3EKbSx4L6vm+ChO4rGwk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728003944; c=relaxed/simple; bh=mX3uLToDoFu46UosPzth5G2HEDbMZWE9muh0tDcAviU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Noy/OKv8vdN8cNRryvcyhJfSqo7IkxIjYjBcYigCn43eYim/jaOrZiW/jiNXjxLDu3fLPnBzpjksPEq2lrbTYn6kbSWL1nEN6QNHLvv1LQuddX7cpLE2CwMlFNUb9h99w0wlJmJCqASZRSTgfKSxO7mb/dVe/xLVB8uriLmD++c= 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 92B2EC4CEC7; Fri, 4 Oct 2024 01:05:41 +0000 (UTC) Date: Thu, 3 Oct 2024 21:06:36 -0400 From: Steven Rostedt To: Mathieu Desnoyers Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, Peter Zijlstra , Alexei Starovoitov , Yonghong Song , "Paul E . McKenney" , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Namhyung Kim , Andrii Nakryiko , bpf@vger.kernel.org, Joel Fernandes , linux-trace-kernel@vger.kernel.org, Michael Jeanson Subject: Re: [PATCH v1 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL Message-ID: <20241003210636.497cbb61@gandalf.local.home> In-Reply-To: References: <20241003151638.1608537-1-mathieu.desnoyers@efficios.com> <20241003151638.1608537-2-mathieu.desnoyers@efficios.com> <20241003173225.7670a4f0@gandalf.local.home> 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 Thu, 3 Oct 2024 20:15:25 -0400 Mathieu Desnoyers wrote: > > Feel free to rebase on top of this patch: > > > > https://lore.kernel.org/all/20241003173051.6b178bb3@gandalf.local.home/ > > > > I will. But you realize that you could have done all this SRCU and > rcuidle nuking on top of my own series rather than pull the rug > under my feet and require me to re-do this series again ? I thought I was doing you a favor! It's removing a lot of code and would make your code simpler. ;-) -- Steve