[PATCH sched_ext/for-6.14-fixes 0/2] sched_ext: Fix dsp_local_on selftest on UP systems

Andrea Righi posted 2 patches 1 year ago
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(-)
[PATCH sched_ext/for-6.14-fixes 0/2] sched_ext: Fix dsp_local_on selftest on UP systems
Posted by Andrea Righi 1 year ago
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(-)
Re: [PATCH sched_ext/for-6.14-fixes 0/2] sched_ext: Fix dsp_local_on selftest on UP systems
Posted by Tejun Heo 1 year ago
On Sat, Jan 25, 2025 at 10:36:05AM +0100, Andrea Righi wrote:
> 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

Ah, you already did.

Applied to sched_ext/for-6.14-fixes.

Thanks.

-- 
tejun