Re: [PATCH sched_ext/for-7.3-fixes] sched_ext: Serialize cgroup knob updates
From: Tejun Heo
Date: Mon Aug 31 2026 - 18:37:08 EST
Hello, Andrea.
On Tue, Aug 25, 2026 at 11:21:53AM +0200, Andrea Righi wrote:
> Concurrent cgroup knob writes update the core scheduler under its
> internal locks and notify sched_ext only after those locks are released.
This is the same race Michal's patch fixes by lifting the fair locking
into the core write handlers so that both updates run under the same
lock:
http://lkml.kernel.org/r/20260824074913.2468177-1-michalblk@xxxxxxxxxx
I'm inclined to go with that one.
Thanks.
--
tejun