Re: [PATCH] sched/rt: use smp_wmb in rt_clear_overload
From: Steven Rostedt
Date: Fri Nov 15 2024 - 10:51:16 EST
On Fri, 15 Nov 2024 11:03:41 +0100
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> There is a comment in pull_rt_task() that says there is a barrier in
> rt_set_overloaded(), was there ever, when did it go away?
That's a typo. It matches the barrier in rt_set_overload().
I'll take a look at this change too, since I wrote a bunch of this code a
long time ago. :-p
-- Steve