[PATCH sched_ext/for-6.14-fixes 0/2] sched_ext: Fix dsp_local_on selftest on UP systems
From: Andrea Righi
Date: Sat Jan 25 2025 - 04:41:58 EST
Introduce a new portable scx helper to check whether a task can migrate and
use it in the dsp_local_on selftest, so that it can run also on UP systems.
Andrea Righi (2):
tools/sched_ext: Add helper to check task migration state
sched_ext: selftests/dsp_local_on: Fix selftest on UP systems
tools/sched_ext/include/scx/common.bpf.h | 11 +++++++++++
tools/testing/selftests/sched_ext/dsp_local_on.bpf.c | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)