]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext: Fix incomplete help text usage strings
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Wed, 11 Mar 2026 11:34:07 +0000 (19:34 +0800)
committerTejun Heo <tj@kernel.org>
Wed, 11 Mar 2026 21:02:57 +0000 (11:02 -1000)
commitbd377af0970164a4d12479bf36049619201be2f0
tree08a2ef5782ae578b8761ef372ec2602cdd34aaa4
parent6b4576b09714def33890e04ef49621bca3614bbf
sched_ext: Fix incomplete help text usage strings

Several demo schedulers and the selftest runner had usage strings
that omitted options which are actually supported:

- scx_central: add missing [-v]
- scx_pair: add missing [-v]
- scx_qmap: add missing [-S] and [-H]
- scx_userland: add missing [-v]
- scx_sdt: remove [-f] which no longer exists
- runner.c: add missing [-s], [-l], [-q]; drop [-h] which none of the
  other sched_ext tools list in their usage lines

Suggested-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/sched_ext/scx_central.c
tools/sched_ext/scx_pair.c
tools/sched_ext/scx_qmap.c
tools/sched_ext/scx_sdt.c
tools/sched_ext/scx_userland.c
tools/testing/selftests/sched_ext/runner.c