]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Explain the temporary situation around scx_root dereferences
authorTejun Heo <tj@kernel.org>
Wed, 14 May 2025 16:37:18 +0000 (12:37 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 14 May 2025 16:37:18 +0000 (12:37 -0400)
commitcb4ff91492de79e1dd1daacf75c2bd7c54d23252
treeb87527388d4ad459ea7d7da76ebc7516802a1c64
parenta8433f7a267f9fcf14822c08ab89b6021a8ba536
sched_ext: Explain the temporary situation around scx_root dereferences

Naked scx_root dereferences are being used as temporary markers to indicate
that they need to be updated to point to the right scheduler instance.
Explain the situation.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Andrea Righi <arighi@nvidia.com>
kernel/sched/ext.c