]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf master
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Aug 2025 06:03:21 +0000 (09:03 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Aug 2025 06:03:21 +0000 (09:03 +0300)
Pull bpf fixes from Alexei Starovoitov:

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

* tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
  perf bpf-filter: Enable events manually
  libbpf: Add the ability to suppress perf event enablement
  bpf: Fix memory leak of bpf_scc_info objects


Trivial merge