Re: [PATCHv3 5/7] selftests/bpf: Add uprobe session test

From: Jiri Olsa
Date: Tue Sep 10 2024 - 03:17:25 EST


On Mon, Sep 09, 2024 at 04:45:35PM -0700, Andrii Nakryiko wrote:
> On Mon, Sep 9, 2024 at 12:47 AM 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
> >
>
> Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx>
>
> (also note Stanislav's change of email, please don't cc his old email)

yea sorry about that, will change

thanks,
jirka