summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
6 daysbpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh
8 daysbpf: Check global subprog exception pathsKumar Kartikeya Dwivedi
11 daysbpf: make bpf_session_is_return() reference optionalArnd Bergmann
12 daysbpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang
2026-05-09bpf: Fix off-by-one boundary validation in arena direct-value accessJunyoung Jang
2026-05-09bpf: Don't run arg-tracking analysis twice on main subprogPaul Chaignon
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-17bpf: Dissociate struct_ops program with map if map_update failsAmery Hung
2026-04-17bpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
2026-04-16bpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-15bpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov
2026-04-15bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STXEduard Zingerman
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov
2026-04-11bpf: Simplify do_check_insn()Alexei Starovoitov
2026-04-11bpf: Move checks for reserved fields out of the main passAlexei Starovoitov
2026-04-11bpf: Delete unused variableAlexei Starovoitov
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung
2026-04-10bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
2026-04-10bpf: poison dead stack slotsAlexei Starovoitov
2026-04-10bpf: change logging scheme for live stack analysisEduard Zingerman
2026-04-10bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman
2026-04-10bpf: record arg tracking results in bpf_liveness masksEduard Zingerman
2026-04-10bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman
2026-04-10bpf: prepare liveness internal API for static analysis passEduard Zingerman
2026-04-10bpf: 4-byte precise clean_verifier_stateEduard Zingerman
2026-04-10bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman
2026-04-10bpf: save subprogram name in bpf_subprog_infoEduard Zingerman
2026-04-10bpf: share several utility functions as internal APIEduard Zingerman
2026-04-10bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
2026-04-10bpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
2026-04-10bpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
2026-04-10bpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan