]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'selftests-bpf-add-uprobe-multi-pid-filter-test'
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 5 Sep 2024 19:43:24 +0000 (12:43 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 5 Sep 2024 19:43:25 +0000 (12:43 -0700)
Jiri Olsa says:

====================
selftests/bpf: Add uprobe multi pid filter test

hi,
sending fix for uprobe multi pid filtering together with tests. The first
version included tests for standard uprobes, but as we still do not have
fix for that, sending just uprobe multi changes.

thanks,
jirka

v2 changes:
  - focused on uprobe multi only, removed perf event uprobe specific parts
  - added fix and test for CLONE_VM process filter
---
====================

Link: https://lore.kernel.org/r/20240905115124.1503998-1-jolsa@kernel.org
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>

Trivial merge