]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()
authorTejun Heo <tj@kernel.org>
Wed, 25 Sep 2024 00:08:52 +0000 (14:08 -1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2025 12:30:16 +0000 (04:30 -0800)
commitd045c8f014c3618f84ce88276b6e268df5111361
treeb1d47a0182ae231c12b99adb63200ce13809fa0e
parente9fec6f42c45db2f62dc373fb1a10d2488c04e79
sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()

[ Upstream commit 8427acb6b5861d205abca7afa656a897bbae34b7 ]

Pure reorganization. No functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Stable-dep-of: 32966821574c ("sched_ext: Fix migration disabled handling in targeted dispatches")
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/sched/ext.c