Re: [PATCHv6 bpf-next 08/16] selftests/bpf: Add uprobe session test
From: Andrii Nakryiko
Date: Thu Oct 10 2024 - 22:22:44 EST
On Thu, Oct 10, 2024 at 1:11 PM Jiri Olsa <jolsa@xxxxxxxxxx> wrote:
>
> Adding uprobe session test and testing that the entry program
> return value controls execution of the return probe program.
>
> Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>
> ---
> .../bpf/prog_tests/uprobe_multi_test.c | 47 ++++++++++++
> .../bpf/progs/uprobe_multi_session.c | 71 +++++++++++++++++++
> 2 files changed, 118 insertions(+)
> create mode 100644 tools/testing/selftests/bpf/progs/uprobe_multi_session.c
>
LGTM
Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx>
[...]