index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
1
-3
/
+24
3 days
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
1
-1
/
+2
3 days
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
1
-1
/
+6
13 days
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-0
/
+24
13 days
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
1
-1
/
+1
13 days
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-1
/
+2
13 days
bpf: Reset register ID for BPF_END value tracking
Yazhou Tang
1
-0
/
+7
2026-03-19
bpf: drop kthread_exit from noreturn_deny
Christian Loehle
1
-1
/
+0
2026-03-12
bpf: collect only live registers in linked regs
Eduard Zingerman
1
-3
/
+10
2026-03-12
bpf: Improve bounds when tnum has a single possible value
Paul Chaignon
1
-0
/
+30
2026-03-12
bpf: Add bitwise tracking for BPF_END
Tianci Cao
1
-3
/
+57
2026-03-04
bpf: Properly mark live registers for indirect jumps
Anton Protopopov
1
-0
/
+6
2026-03-04
bpf: Recognize special arithmetic shift in the verifier
Alexei Starovoitov
1
-0
/
+39
2026-03-04
bpf: verifier improvement in 32bit shift sign extension pattern
Cupertino Miranda
1
-11
/
+7
2026-02-26
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
1
-2
/
+4
2026-02-26
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
1
-26
/
+26
2026-02-26
bpf: Fix verifier_bug_if to account for BPF_CALL
Luis Gerhorst
1
-6
/
+8
2026-02-26
bpf: Preserve id of register in sync_linked_regs()
Puranjay Mohan
1
-1
/
+3
2026-02-26
bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
Eduard Zingerman
1
-4
/
+9
2026-01-07
bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()
Deepanshu Kartikey
1
-0
/
+5
2025-11-28
bpf: check for insn arrays in check_ptr_alignment
Anton Protopopov
1
-3
/
+3
2025-11-28
bpf: force BPF_F_RDONLY_PROG on insn array creation
Anton Protopopov
1
-7
/
+6
2025-11-24
bpf: cleanup aux->used_maps after jit
Anton Protopopov
1
-0
/
+9
2025-11-21
bpf: support nested rcu critical sections
Puranjay Mohan
1
-25
/
+22
2025-11-21
bpf: correct stack liveness for tail calls
Eduard Zingerman
1
-2
/
+27
2025-11-21
bpf: properly verify tail call behavior
Martin Teichmann
1
-3
/
+28
2025-11-21
bpf: Add a check to make static analysers happy
Anton Protopopov
1
-1
/
+7
2025-11-14
bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()
Puranjay Mohan
1
-19
/
+35
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
1
-8
/
+10
2025-11-14
bpf: Add missing checks to avoid verbose verifier log
Eduard Zingerman
1
-4
/
+6
2025-11-14
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
1
-2
/
+4
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
1
-6
/
+367
2025-11-05
bpf: support instructions arrays with constants blinding
Anton Protopopov
1
-1
/
+10
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
1
-0
/
+45
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
1
-6
/
+6
2025-11-03
bpf: Skip bounds adjustment for conditional jumps on same scalar register
KaFai Wan
1
-0
/
+31
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
1
-3
/
+7
2025-10-27
bpf: verifier: refactor kfunc specialization
Mykyta Yatsenko
1
-46
/
+51
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
1
-6
/
+25
2025-10-27
bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
Mykyta Yatsenko
1
-8
/
+9
2025-10-21
bpf: make bpf_insn_successors to return a pointer
Anton Protopopov
1
-20
/
+40
2025-10-21
bpf: save the start of functions in bpf_prog_aux
Anton Protopopov
1
-0
/
+1
2025-10-21
bpf: fix the return value of push_stack
Anton Protopopov
1
-40
/
+40
2025-10-18
bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null
Yafang Shao
1
-0
/
+6
2025-10-18
bpf: mark mm->owner as __safe_rcu_or_null
Yafang Shao
1
-0
/
+3
2025-10-10
bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wq
Mykyta Yatsenko
1
-5
/
+12
2025-10-10
bpf: Refactor storage_get_func_atomic to generic non_sleepable flag
Kumar Kartikeya Dwivedi
1
-16
/
+17
2025-10-10
bpf: Fix sleepable context for async callbacks
Kumar Kartikeya Dwivedi
1
-11
/
+30
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
1
-2
/
+2
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
1
-1
/
+2
[next]