]> www.infradead.org Git - users/dwmw2/linux.git/commit
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings
authorTejun Heo <tj@kernel.org>
Mon, 7 Apr 2025 23:20:04 +0000 (13:20 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 8 Apr 2025 18:00:49 +0000 (08:00 -1000)
commite776b26e3701945e0d20a11dc30ecd4da98e8d67
tree531a2cc563d85516951d3e5193bbd3a2ac1b1d88
parent47068309b5777313b6ac84a77d8d10dc7312260a
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings

sched_ext generates warnings when cpu.weight / cpu.idle are set to
non-default values if the BPF scheduler doesn't implement weight support.
These warnings don't provide much value while adding constant annoyance. A
BPF scheduler may not implement any particular behavior and there's nothing
particularly special about missing cgroup weight support. Drop the warnings.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c