]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/sched_ext: Update scx_bpf_dsq_move_to_local() in kselftests
authorAndrea Righi <arighi@nvidia.com>
Sat, 14 Mar 2026 06:51:04 +0000 (07:51 +0100)
committerTejun Heo <tj@kernel.org>
Sat, 14 Mar 2026 08:43:52 +0000 (22:43 -1000)
commit12b49dd15e4bf4e906759ac445797ba2213e52dd
tree004dcf2f4f2e748337e53a3aea37d6cd03ca0e6a
parent238eba8c210d02ec2908d9c9143db4edcea3bfa1
selftests/sched_ext: Update scx_bpf_dsq_move_to_local() in kselftests

After commit 860683763ebf ("sched_ext: Add enq_flags to
scx_bpf_dsq_move_to_local()") some of the kselftests are failing to
build:

 exit.bpf.c:44:34: error: too few arguments provided to function-like macro invocation
    44 |         scx_bpf_dsq_move_to_local(DSQ_ID);

Update the kselftests adding the new argument to
scx_bpf_dsq_move_to_local().

Fixes: 860683763ebf ("sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()")
Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/sched_ext/dequeue.bpf.c
tools/testing/selftests/sched_ext/exit.bpf.c
tools/testing/selftests/sched_ext/maximal.bpf.c
tools/testing/selftests/sched_ext/numa.bpf.c
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c