summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
7 daysbpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
7 daysbpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
7 daysbpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
7 daysbpf: Fix OOB in pcpu_init_valueLang Xu
7 daysbpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
7 daysbpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
7 daysbpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
7 daysbpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
7 daysbpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
7 daysbpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan
7 daysbpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
7 daysbpf: Remove static qualifier from local subprog pointerDaniel Borkmann
7 daysbpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann
7 daysbpf: Propagate error from visit_tailcall_insnDaniel Borkmann
7 daysbpf: Fix linked reg delta tracking when src_reg == dst_regDaniel Borkmann
7 daysbpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
7 daysbpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
7 daysbpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
7 daysbpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCKMykyta Yatsenko
7 daysbpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang
7 daysbpf: Fix variable length stack write over spilled pointersAlexei Starovoitov
7 daysbpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
7 daysbpf: Fix refcount check in check_struct_ops_btf_id()Keisuke Nishimura
7 daysbpf: Switch CONFIG_CFI_CLANG to CONFIG_CFICarlos Llamas
7 daysbpf: Do not allow deleting local storage in NMIAmery Hung
2026-05-14bpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-03-21bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagationDaniel Borkmann
2026-03-21bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade
2026-03-21bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai
2026-03-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-03-10bpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar
2026-03-10bpf: Reset register ID for BPF_END value trackingYazhou Tang
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman
2026-03-06bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman
2026-03-06bpf: drop kthread_exit from noreturn_denyChristian Loehle
2026-03-03bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu
2026-02-27bpf: Improve bounds when tnum has a single possible valuePaul Chaignon
2026-02-27bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan
2026-02-27bpf: Fix race in devmap on PREEMPT_RTJiayuan Chen
2026-02-27bpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen
2026-02-27bpf: Retire rcu_trace_implies_rcu_gp() from local storageKumar Kartikeya Dwivedi
2026-02-27bpf: Delay freeing fields in local storageKumar Kartikeya Dwivedi
2026-02-27bpf: Lose const-ness of map in map_check_btf()Kumar Kartikeya Dwivedi
2026-02-27bpf: Register dtor for freeing special fieldsKumar Kartikeya Dwivedi