[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250214095943.178501fa@gandalf.local.home>
Date: Fri, 14 Feb 2025 09:59:43 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: "Masami Hiramatsu (Google)" <mhiramat@...nel.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Linux Trace Kernel
<linux-trace-kernel@...r.kernel.org>, Mathieu Desnoyers
<mathieu.desnoyers@...icios.com>, Vincent Donnefort <vdonnefort@...gle.com>
Subject: Re: [PATCH] tracing: Do not allow mmap() of persistent ring buffer
On Fri, 14 Feb 2025 23:36:13 +0900
Masami Hiramatsu (Google) <mhiramat@...nel.org> wrote:
> >
> > It's not supported. If you try it, it will crash. This prevents reading via
> > mmap() on a boot buffer. I don't know what you are asking. Once this patch
> > is applied, mmap() will always fail on the boot buffer before or after you
> > start it.
>
> Hmm, I meant it is supported for other non-persisten ring buffer, isn't it?
Correct. It is supported in other buffers, but it just isn't supported in
the persistent one.
This patch only disables mmap if it's trying to mmap a persistent one.
I guess I don't understand your concern.
-- Steve
Powered by blists - more mailing lists