]> Git Repo - linux.git/commitdiff
Merge branch 'fix-bpf-multi-uprobe-pid-filtering-logic'
authorAlexei Starovoitov <[email protected]>
Sat, 25 May 2024 17:46:03 +0000 (10:46 -0700)
committerAlexei Starovoitov <[email protected]>
Sat, 25 May 2024 17:46:03 +0000 (10:46 -0700)
Andrii Nakryiko says:

====================
Fix BPF multi-uprobe PID filtering logic

It turns out that current implementation of multi-uprobe PID filtering logic
is broken. It filters by thread, while the promise is filtering by process.
Patch #1 fixes the logic trivially. The rest is testing and mitigations that
are necessary for libbpf to not break users of USDT programs.

v1->v2:
  - fix selftest in last patch (CI);
  - use semicolon in patch #3 (Jiri).
====================

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>

Trivial merge
This page took 0.052645 seconds and 4 git commands to generate.