aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-133/+357
2026-04-17bpf: Dissociate struct_ops program with map if map_update failsAmery Hung1-3/+4
2026-04-17bpf: Validate node_id in arena_alloc_pages()Puranjay Mohan1-0/+4
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+16
2026-04-16bpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko1-1/+4
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai3-0/+28
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai4-58/+56
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai2-32/+183
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman1-0/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2026-04-15bpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov1-3/+16
2026-04-15bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STXEduard Zingerman1-51/+61
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov1-1/+1
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu1-1/+1
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis1-3/+11
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong1-5/+5
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov3-458/+466
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov3-945/+939
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov3-1746/+1698
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov3-996/+904
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov2-249/+248
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov3-2725/+2688
2026-04-11bpf: Simplify do_check_insn()Alexei Starovoitov1-57/+46
2026-04-11bpf: Move checks for reserved fields out of the main passAlexei Starovoitov1-147/+200
2026-04-11bpf: Delete unused variableAlexei Starovoitov1-3/+1
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung5-51/+18
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung4-118/+18
2026-04-10bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann1-1/+16
2026-04-10bpf: poison dead stack slotsAlexei Starovoitov2-27/+67
2026-04-10bpf: change logging scheme for live stack analysisEduard Zingerman1-76/+165
2026-04-10bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman2-544/+251
2026-04-10bpf: record arg tracking results in bpf_liveness masksEduard Zingerman2-62/+245
2026-04-10bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman2-0/+1064
2026-04-10bpf: prepare liveness internal API for static analysis passEduard Zingerman1-25/+23
2026-04-10bpf: 4-byte precise clean_verifier_stateEduard Zingerman2-23/+85
2026-04-10bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman2-64/+113
2026-04-10bpf: save subprogram name in bpf_subprog_infoEduard Zingerman1-0/+1
2026-04-10bpf: share several utility functions as internal APIEduard Zingerman2-7/+7
2026-04-10bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim1-1/+3
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-09bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_takenDaniel Borkmann1-8/+22
2026-04-08bpf: Remove static qualifier from local subprog pointerDaniel Borkmann1-2/+2
2026-04-08bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann1-2/+31
2026-04-08bpf: Propagate error from visit_tailcall_insnDaniel Borkmann1-2/+5
2026-04-08bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi2-42/+38
2026-04-08bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi1-8/+21
2026-04-07bpf: Allow overwriting referenced dynptr when refcnt > 1Amery Hung1-2/+21