summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2026-04-07bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen1-3/+0
2026-04-07Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'Alexei Starovoitov3-39/+135
2026-04-07selftests/bpf: Add more tests for loading insn arrays with offsetsAnton Protopopov2-39/+115
2026-04-07bpf: Do not ignore offsets for loads from insn_arraysAnton Protopopov1-0/+20
2026-04-07bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva3-12/+9
2026-04-07Merge branch 'allow-variable-offsets-for-syscall-ptr_to_ctx'Alexei Starovoitov6-93/+703
2026-04-07selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAXKumar Kartikeya Dwivedi1-0/+108
2026-04-07selftests/bpf: Add tests for unaligned syscall ctx accessesKumar Kartikeya Dwivedi1-0/+133
2026-04-07selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTXKumar Kartikeya Dwivedi1-0/+94
2026-04-07selftests/bpf: Add syscall ctx variable offset testsKumar Kartikeya Dwivedi2-6/+267
2026-04-07selftests/bpf: Convert ctx tests from ASM to CKumar Kartikeya Dwivedi2-45/+35
2026-04-07bpf: Enable unaligned accesses for syscall ctxKumar Kartikeya Dwivedi1-2/+1
2026-04-07bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi3-40/+65
2026-04-06bpf: Fix stale offload->prog pointer after constant blindingMingTao Huang1-0/+2
2026-04-06selftests/bpf: remove unused toggle in tc_tunnelAlexis Lothoré (eBPF Foundation)1-10/+5
2026-04-06Merge branch 'bpf-fix-end-of-list-detection-in-cgroup_storage_get_next_key'Alexei Starovoitov2-1/+6
2026-04-06selftests/bpf: add get_next_key boundary test for cgroup_storageWeiming Shi1-0/+5
2026-04-06bpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi1-1/+1
2026-04-06Merge branch 'bpf-fix-torn-writes-in-non-prealloc-htab-with-bpf_f_lock'Alexei Starovoitov3-1/+188
2026-04-06selftests/bpf: Add torn write detection test for htab BPF_F_LOCKMykyta Yatsenko2-1/+184
2026-04-06bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCKMykyta Yatsenko1-0/+4
2026-04-03Merge branch 'bpf-prep-patches-for-static-stack-liveness'Alexei Starovoitov11-98/+1057
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov2-0/+194
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov2-34/+38
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov6-32/+490
2026-04-03selftests/bpf: Add tests for subprog topological orderingAlexei Starovoitov2-0/+228
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov4-5/+98