Re: [GIT PULL v2] tracing: Updates for v6.14
From: Steven Rostedt
Date: Tue Jan 21 2025 - 14:13:05 EST
On Tue, 21 Jan 2025 14:09:02 -0500
Sasha Levin <sashal@xxxxxxxxxx> wrote:
> >Let's see if your config makes that different.
>
> Hmm... LKFT reproduces it fairly easily even on -next. From the log, it
> looks like it reproduces under LTP's read_all_sys test.
I'm able to reproduce it with random writes into set_event and then running
"trace-cmd stat" which does a lot of reads of tracefs.
I re-enabled KASAN and kmemleak to see if it gives a hint to what is going wrong.
-- Steve