mbox series

[bpf-next,0/2] libbpf: uprobe name-based attach followups

Message ID 1649195156-9465-1-git-send-email-alan.maguire@oracle.com (mailing list archive)
Headers show
Series libbpf: uprobe name-based attach followups | expand

Message

Alan Maguire April 5, 2022, 9:45 p.m. UTC
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@kernel.org/

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(-)