On Fri, Apr 26, 2024 at 5:17 AM Viktor Malik <vmalik@xxxxxxxxxx> wrote: > > The previous patch added support for the "module:function" syntax for > tracing programs. This adds tests for explicitly specifying the module > name via the SEC macro and via the bpf_program__set_attach_target call. > > Signed-off-by: Viktor Malik <vmalik@xxxxxxxxxx> > --- > .../selftests/bpf/prog_tests/module_attach.c | 6 +++++ > .../selftests/bpf/progs/test_module_attach.c | 23 +++++++++++++++++++ > 2 files changed, 29 insertions(+) > LGTM Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> [...]