Re: [GIT PULL] tracing: Prevent trace_marker being bigger than unsigned short

From: Steven Rostedt
Date: Mon Mar 04 2024 - 18:51:00 EST


On Mon, 4 Mar 2024 18:47:25 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> If I remove the precision, as I did in this patch. Then adding a limit is
> not fixing any bug. It's just adding a limit.

Anyway, I can change the limit to 4K and also change the trace_seq size to
just 8K to hold events, instead of using PAGE_SIZE.

But this still isn't fixing anything. It's just adding a limit.

I'll add that as a separate patch.

-- Steve