diff options
| author | Cheng-Yang Chou <yphbchou0911@gmail.com> | 2026-03-25 03:14:04 +0800 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-03-24 10:33:25 -1000 |
| commit | 7ef26d62f3fd841fd18ab6fa93a6bc2de9d17dff (patch) | |
| tree | 248b76ba190febf35a847380ec4aedd4a7ba9479 /tools/perf/scripts | |
| parent | 9edd04c4189e047d4b4f6efd1255e2a32cb167b8 (diff) | |
selftests/sched_ext: Skip rt_stall on older kernels and list skipped tests
rt_stall tests the ext DL server which was introduced in commit
cd959a356205 ("sched_ext: Add a DL server for sched_ext tasks").
On older kernels that lack this feature, the test calls ksft_exit_fail()
internally which terminates the entire runner process, preventing
subsequent tests from running.
Add a guard in setup() that checks for the ext_server field in struct rq
via __COMPAT_struct_has_field() and returns SCX_TEST_SKIP if not present.
Also print the names of skipped tests in the results summary, mirroring
the existing behavior for failed tests.
Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
