Re: [WARNING] RCU stall in sock_def_readable()
From: Steven Rostedt
Date: Sat Apr 18 2026 - 20:10:52 EST
On Sat, 18 Apr 2026 19:26:25 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> Yes, PREEMPT_DYNAMIC is set. I guess I can test it without it set and
> see if the problem goes away. If that's the case, I'll just disable
> that for this one test that keeps failing due to that warning.
This looks to be my solution. I usually can trigger the issue with 2 or
3 runs of tracing hackbench. I just finished running it 10 times and it
hasn't triggered. I'll let it run a few more times but I'm going to
disable PREEMPT_DYNAMIC in my tests, and hopefully it doesn't fail due
to this anymore.
-- Steve