]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/bpf: Add uprobe session single consumer test
authorJiri Olsa <jolsa@kernel.org>
Fri, 8 Nov 2024 13:45:42 +0000 (14:45 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 11 Nov 2024 16:18:18 +0000 (08:18 -0800)
commitc574bcd6229333c211dbf4ecba2988c3581b0f92
treea61d38003e46bd63383b34c3d63a1026a856cc9f
parent504d21d905002f2b3e2a8703a3d4630a680362e2
selftests/bpf: Add uprobe session single consumer test

Testing that the session ret_handler bypass works on single
uprobe with multiple consumers, each with different session
ignore return value.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20241108134544.480660-12-jolsa@kernel.org
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
tools/testing/selftests/bpf/progs/uprobe_multi_session_single.c [new file with mode: 0644]