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 A91CE12B8E; Fri, 29 Dec 2023 18:51:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E5AFC433C7; Fri, 29 Dec 2023 18:51:45 +0000 (UTC) Date: Fri, 29 Dec 2023 13:52:36 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Vincent Donnefort Subject: Re: [RFC][PATCH 0/2] ring-buffer: Allow user space memorry mapping Message-ID: <20231229135236.337c482b@gandalf.local.home> In-Reply-To: <20231229184050.465784896@goodmis.org> References: <20231229184050.465784896@goodmis.org> X-Mailer: Claws Mail 3.19.1 (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 Fri, 29 Dec 2023 13:40:50 -0500 Steven Rostedt wrote: > I'm sending this to a wider audience, as I want to hear more > feedback on this before I accept it. > I forgot to mention that this can be applied on top of: git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git for-next -- Steve