]> www.infradead.org Git - nvme.git/commit
selftests/bpf: amend for wrong bpf_wq_set_callback_impl signature
authorBenjamin Tissoires <bentiss@kernel.org>
Mon, 8 Jul 2024 09:52:58 +0000 (11:52 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 8 Jul 2024 17:01:48 +0000 (10:01 -0700)
commit16e86f2e8199cdb8789573c8784eb5c1cd478f13
treef411f868052894bcbab042447224918218fa6d30
parentf56f4d541eab1ae060a46b56dd6ec9130d6e3a98
selftests/bpf: amend for wrong bpf_wq_set_callback_impl signature

See the previous patch: the API was wrong, we were provided the pointer
to the value, not the actual struct bpf_wq *.

Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
Link: https://lore.kernel.org/r/20240708-fix-wq-v2-2-667e5c9fbd99@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/bpf_experimental.h
tools/testing/selftests/bpf/progs/wq.c
tools/testing/selftests/bpf/progs/wq_failures.c