Re: [PATCH v4 06/18] tracing/remotes: Add dmesg tracefs file

From: Steven Rostedt

Date: Tue Aug 11 2026 - 10:25:50 EST


On Tue, 11 Aug 2026 15:11:02 +0100
Vincent Donnefort <vdonnefort@xxxxxxxxxx> wrote:

> I don't see anything preventing the declaration of a massive print function at
> the moment...
>
> ... and neither the registration of an event with a size bigger than a page.
>
> Is it something we should consider? I have ignored it (in both trace_remote and
> simple_ring_buffer) as it seems very much unlikely anyone would do that.

Yeah, it's very unlikely that it will be hit. But something we should keep
an eye on.

-- Steve