summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-11selftests/bpf: Add test for add_const base_id consistencyDaniel Borkmann1-0/+63
2026-04-11bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann1-1/+16
2026-04-11Merge branch 'bpf-static-stack-liveness-data-flow-analysis'Alexei Starovoitov15-736/+4437
2026-04-11bpf: poison dead stack slotsAlexei Starovoitov4-27/+70
2026-04-11selftests/bpf: add new tests for static stack liveness analysisAlexei Starovoitov3-0/+2464
2026-04-11selftests/bpf: adjust verifier_log buffersAlexei Starovoitov1-3/+3
2026-04-11selftests/bpf: update existing tests due to liveness changesAlexei Starovoitov8-86/+79
2026-04-11bpf: change logging scheme for live stack analysisEduard Zingerman2-81/+165
2026-04-11bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman3-566/+254
2026-04-11bpf: record arg tracking results in bpf_liveness masksEduard Zingerman3-63/+245
2026-04-11bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman3-0/+1068
2026-04-11bpf: prepare liveness internal API for static analysis passEduard Zingerman1-25/+23
2026-04-11bpf: 4-byte precise clean_verifier_stateEduard Zingerman2-23/+85
2026-04-11bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman3-66/+115
2026-04-11bpf: Add spis_*() helpers for 4-byte stack slot bitmasksAlexei Starovoitov1-0/+67
2026-04-11bpf: save subprogram name in bpf_subprog_infoEduard Zingerman2-1/+2
2026-04-11bpf: share several utility functions as internal APIEduard Zingerman3-7/+9
2026-04-10Merge branch 'selftests-bpf-test-btf-sanitization'Alexei Starovoitov3-3/+109
2026-04-10selftests/bpf: Add BTF sanitize test covering BTF layoutAlan Maguire1-0/+97
2026-04-10libbpf: Allow use of feature cache for non-token casesAlan Maguire2-3/+12
2026-04-10selftests/bpf: Remove test_access_variable_arrayVenkat Rao Bagalkote2-35/+0
2026-04-10bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim1-1/+3
2026-04-10Merge branch 'bpf-fix-and-improve-open-coded-task_vma-iterator'Alexei Starovoitov1-15/+136
2026-04-10bpf: return VMA snapshot from task_vma iteratorPuranjay Mohan1-12/+30
2026-04-10bpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan1-18/+73
2026-04-10bpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan1-3/+51
2026-04-09bpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen1-6/+4
2026-04-09selftests/bpf: Add test for stale pkt range after scalar arithmeticDaniel Borkmann1-0/+61
2026-04-09bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_takenDaniel Borkmann1-8/+22
2026-04-09selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogsDaniel Borkmann1-0/+142
2026-04-09bpf: Remove static qualifier from local subprog pointerDaniel Borkmann1-2/+2
2026-04-09bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann1-2/+31
2026-04-09bpf: Propagate error from visit_tailcall_insnDaniel Borkmann1-2/+5
2026-04-09selftests/bpf: Add test to ensure kprobe_multi is not sleepableVarun R Mallya2-1/+59
2026-04-09bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi3-42/+39
2026-04-09bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi2-8/+23
2026-04-08Merge branch 'allow-referenced-dynptr-to-be-overwritten-when-siblings-exists'Alexei Starovoitov2-2/+136
2026-04-08selftests/bpf: Test overwriting referenced dynptrAmery Hung1-0/+115
2026-04-08bpf: Allow overwriting referenced dynptr when refcnt > 1Amery Hung1-2/+21
2026-04-08selftests/bpf: Add tests for stale delta leaking through id reassignmentDaniel Borkmann1-0/+55
2026-04-08selftests/bpf: Add tests for delta tracking when src_reg == dst_regDaniel Borkmann1-0/+57
2026-04-08bpf: Clear delta when clearing reg id for non-{add,sub} opsDaniel Borkmann1-28/+28
2026-04-08bpf: Fix linked reg delta tracking when src_reg == dst_regDaniel Borkmann1-1/+2
2026-04-08Merge branch 'tracing-fix-kprobe-attachment-when-module-shadows-vmlinux-symbol'Alexei Starovoitov3-0/+117
2026-04-08selftests/bpf: Add tests for kprobe attachment with duplicate symbolsAndrey Grodzovsky2-0/+109
2026-04-08bpf: Prefer vmlinux symbols over module symbols for unqualified kprobesAndrey Grodzovsky1-0/+8
2026-04-08selftests/bpf: add test for nullable PTR_TO_BUF accessQi Tang2-0/+48
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi5-60/+19
2026-04-07selftests/bpf: Allow prog name matching for tests with __descriptionKumar Kartikeya Dwivedi4-20/+76
2026-04-07bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()Weiming Shi1-0/+2