Hi Linus, The following changes since commit a6923c06a3b2e2c534ae28c53a7531e76cc95cfa: Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2025-08-01 17:13:26 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git tags/bpf-fixes for you to fetch changes up to 0e260fc798bfef6b0dd24627afa01879f901e23e: Merge branch 'perf-s390-regression-move-uid-filtering-to-bpf-filters' (2025-08-07 09:04:34 -0700) ---------------------------------------------------------------- - Fix memory leak of bpf_scc_info objects (Eduard Zingerman) - Fix a regression in the 'perf' tool caused by moving UID filtering to BPF (Ilya Leoshkevich) Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> ---------------------------------------------------------------- Alexei Starovoitov (1): Merge branch 'perf-s390-regression-move-uid-filtering-to-bpf-filters' Eduard Zingerman (1): bpf: Fix memory leak of bpf_scc_info objects Ilya Leoshkevich (2): libbpf: Add the ability to suppress perf event enablement perf bpf-filter: Enable events manually kernel/bpf/verifier.c | 3 +++ tools/lib/bpf/libbpf.c | 13 ++++++++----- tools/lib/bpf/libbpf.h | 4 +++- tools/perf/util/bpf-filter.c | 5 ++++- 4 files changed, 18 insertions(+), 7 deletions(-)