summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-19selftests/bpf: test cases for callchain sensitive live stack trackingEduard Zingerman2-0/+296
2025-09-19selftests/bpf: __not_msg() tag for test_loader frameworkEduard Zingerman4-50/+302
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman3-71/+58
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman19-806/+226
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman2-0/+10
2025-09-19bpf: enable callchain sensitive stack liveness trackingEduard Zingerman1-8/+53
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman3-1/+692
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman2-14/+60
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman2-18/+21
2025-09-19bpf: remove redundant REG_LIVE_READ check in stacksafe()Eduard Zingerman1-7/+0
2025-09-19bpf: use compute_live_registers() info in clean_func_stateEduard Zingerman1-6/+9
2025-09-19bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONEEduard Zingerman3-14/+7
2025-09-19bpf: Move the signature kfuncs to helpers.cKP Singh3-183/+198
2025-09-19bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh6-2/+48
2025-09-19selftests/bpf: Add tests for exclusive mapsKP Singh2-0/+88
2025-09-19libbpf: Support exclusive map creationKP Singh5-2/+101
2025-09-19libbpf: Implement SHA256 internal helperKP Singh2-0/+63
2025-09-19bpf: Implement exclusive map creationKP Singh5-4/+46
2025-09-19bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh3-5/+8
2025-09-19Merge branch 'update-kf_rcu_protected'Alexei Starovoitov7-4/+91
2025-09-19selftests/bpf: Add tests for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi3-0/+60
2025-09-19bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi4-4/+31
2025-09-17bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()Hengqi Chen1-2/+1
2025-09-17selftests/bpf: trigger verifier.c:maybe_exit_scc() for a speculative stateEduard Zingerman1-0/+21
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman1-3/+18
2025-09-17selftests/bpf: Test accesses to ctx paddingPaul Chaignon1-0/+30
2025-09-17selftests/bpf: Move macros to bpf_misc.hPaul Chaignon5-13/+6
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-09-15bpf: potential double-free of env->insn_aux_dataEduard Zingerman1-1/+0
2025-09-15selftests/bpf: More open-coded gettid syscall cleanupAlan Maguire6-5/+8
2025-09-15Merge branch 'remove-use-of-current-cgns-in-bpf_cgroup_from_id'Alexei Starovoitov7-5/+126
2025-09-15selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgnsKumar Kartikeya Dwivedi4-0/+104
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi3-5/+22
2025-09-15selftests/bpf: Fix arena_spin_lock selftest failureSaket Kumar Bhaskar2-1/+17
2025-09-15selftests/bpf: Skip timer_interrupt case when bpf_timer is not supportedLeon Hwang1-0/+4
2025-09-15bpftool: Search for tracefs at /sys/kernel/tracing firstQuentin Monnet1-9/+2
2025-09-15riscv, bpf: Sign extend struct ops return values properlyHengqi Chen1-1/+41
2025-09-15riscv, bpf: Remove duplicated bpf_flush_icache()Hengqi Chen1-1/+0
2025-09-11Merge branch 'bpf-report-arena-faults-to-bpf-streams'Alexei Starovoitov10-112/+491
2025-09-11selftests/bpf: Add tests for arena fault reportingPuranjay Mohan2-0/+190
2025-09-11selftests: bpf: use __stderr in stream error testsPuranjay Mohan2-82/+17
2025-09-11selftests: bpf: introduce __stderr and __stdoutPuranjay Mohan2-0/+100
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan4-5/+176
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan3-3/+5
2025-09-11bpf: arm64: simplify exception table handlingPuranjay Mohan1-22/+3
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov1194-6561/+14835
2025-09-11Merge tag 's390-6.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-7/+5
2025-09-11Merge tag 'pm-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-14/+49
2025-09-11Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-17/+56
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds20-53/+213