]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
authorTejun Heo <tj@kernel.org>
Tue, 8 Apr 2025 18:31:12 +0000 (08:31 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 8 Apr 2025 18:53:52 +0000 (08:53 -1000)
commitbc08b15b54b8aadbc8a8f413271c07a3f4bead87
tree9f93227b1f5652bb7f079f267dd3787ba37eabb9
parente776b26e3701945e0d20a11dc30ecd4da98e8d67
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation

SCX_OPS_HAS_CGROUP_WEIGHT was only used to suppress the missing cgroup
weight support warnings. Now that the warnings are removed, the flag doesn't
do anything. Mark it for deprecation and remove its usage from scx_flatcg.

v2: Actually include the scx_flatcg update.

Signed-off-by: Tejun Heo <tj@kernel.org>
Suggested-and-reviewed-by: Andrea Righi <arighi@nvidia.com>
kernel/sched/ext.c
tools/sched_ext/scx_flatcg.bpf.c