]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scx: Fix maximal BPF selftest prog
authorDavid Vernet <void@manifault.com>
Mon, 9 Dec 2024 15:29:24 +0000 (09:29 -0600)
committerTejun Heo <tj@kernel.org>
Wed, 11 Dec 2024 06:30:50 +0000 (20:30 -1000)
commitb8f614207b0d5e4abd6df8d5cb3cc11f009d1d93
tree3f8c032b9db73b7983579f66104e289d6d68ef53
parentf24d192985cbd6782850fdbb3839039da2f0ee76
scx: Fix maximal BPF selftest prog

maximal.bpf.c is still dispatching to and consuming from SCX_DSQ_GLOBAL.
Let's have it use its own DSQ to avoid any runtime errors.

Signed-off-by: David Vernet <void@manifault.com>
Tested-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/sched_ext/maximal.bpf.c