]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext: Replace system_unbound_wq with system_dfl_wq in scx_kobj_release()
authorTejun Heo <tj@kernel.org>
Mon, 9 Mar 2026 20:06:02 +0000 (10:06 -1000)
committerTejun Heo <tj@kernel.org>
Mon, 9 Mar 2026 20:06:34 +0000 (10:06 -1000)
commitb8840942644cd76438a192ff493c60ec2169f7ef
tree932a4433907e314c70a511be1e1d4943e84bd255
parent0e7cd9cef61fde36ebfb653fe9e7a9722185cb57
sched_ext: Replace system_unbound_wq with system_dfl_wq in scx_kobj_release()

c2a57380df9d ("sched: Replace use of system_unbound_wq with system_dfl_wq")
converted system_unbound_wq usages in ext.c but missed the queue_rcu_work()
call in scx_kobj_release() which was added later by the dynamic scx_sched
allocation conversion. Apply the same conversion.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Marco Crivellari <marco.crivellari@suse.com>
kernel/sched/ext.c