Follow-up series to [1] to address some suggestions from Andrii to improve parsing and make it more robust (patch 1) and to improve validation of u[ret]probe firing by validating expected argument and return values. [1] https://lore.kernel.org/bpf/164903521182.13106.12656654142629368774.git-patchwork-notify@xxxxxxxxxx/ Alan Maguire (2): libbpf: improve string handling for uprobe name-based attach selftests/bpf: uprobe tests should verify param/return values tools/lib/bpf/libbpf.c | 77 +++++++++------------- tools/lib/bpf/libbpf_internal.h | 5 ++ .../selftests/bpf/prog_tests/uprobe_autoattach.c | 16 +++-- .../selftests/bpf/progs/test_uprobe_autoattach.c | 25 ++++--- 4 files changed, 64 insertions(+), 59 deletions(-) -- 1.8.3.1