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
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2026-04-02
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
1
-3
/
+24
2026-04-02
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
1
-1
/
+2
2026-03-31
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
1
-1
/
+6
2026-03-21
bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
Daniel Borkmann
1
-6
/
+15
2026-03-21
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
1
-1
/
+1
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-1
/
+2
2026-03-10
bpf: Reset register ID for BPF_END value tracking
Yazhou Tang
1
-0
/
+7
2026-03-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-3
/
+34
2026-03-06
bpf: collect only live registers in linked regs
Eduard Zingerman
1
-3
/
+10
2026-03-06
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-0
/
+24
2026-03-06
bpf: drop kthread_exit from noreturn_deny
Christian Loehle
1
-1
/
+0
2026-02-27
bpf: Improve bounds when tnum has a single possible value
Paul Chaignon
1
-0
/
+30
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-32
/
+37
2026-02-13
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
1
-2
/
+4
2026-02-13
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
1
-26
/
+26
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
1
-11
/
+39
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
1
-3
/
+57
2026-02-03
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
1
-18
/
+37
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
1
-1
/
+12
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
1
-12
/
+51
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
1
-8
/
+14
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
1
-0
/
+68
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
1
-0
/
+11
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
1
-0
/
+5
2026-01-30
bpf: Consolidate special map field validation in verifier
Mykyta Yatsenko
1
-59
/
+11
2026-01-30
bpf: Introduce struct bpf_map_desc in verifier
Mykyta Yatsenko
1
-39
/
+40
2026-01-30
bpf: Allow sleepable programs to use tail calls
Jiri Olsa
1
-0
/
+1
2026-01-28
bpf: Fix verifier_bug_if to account for BPF_CALL
Luis Gerhorst
1
-6
/
+8
2026-01-24
bpf: support fsession for bpf_session_cookie
Menglong Dong
1
-0
/
+20
2026-01-24
bpf: support fsession for bpf_session_is_return
Menglong Dong
1
-0
/
+13
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
1
-1
/
+5
2026-01-24
bpf: use the least significant byte for the nr_args in trampoline
Menglong Dong
1
-16
/
+23
2026-01-24
bpf: add fsession support
Menglong Dong
1
-3
/
+9
2026-01-21
bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
Menglong Dong
1
-4
/
+18
2026-01-20
bpf, x86: inline bpf_get_current_task() for x86_64
Menglong Dong
1
-0
/
+22
2026-01-20
bpf: Require ARG_PTR_TO_MEM with memory flag
Zesen Liu
1
-0
/
+17
2026-01-20
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
1
-0
/
+299
2026-01-20
bpf: Remove __prog kfunc arg annotation
Ihor Solodrai
1
-9
/
+2
2026-01-20
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
1
-6
/
+6
2026-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
1
-8
/
+8
2026-01-20
bpf: Verifier support for KF_IMPLICIT_ARGS
Ihor Solodrai
1
-4
/
+54
2026-01-20
bpf: Introduce struct bpf_kfunc_meta
Ihor Solodrai
1
-65
/
+91
2026-01-20
bpf: Refactor btf_kfunc_id_set_contains
Ihor Solodrai
1
-3
/
+3
2026-01-20
bpf/verifier: Optimize ID mapping reset in states_equal
Qiliang Yuan
1
-9
/
+14
2026-01-20
bpf: verifier: Make sync_linked_regs() scratch registers
Puranjay Mohan
1
-6
/
+12
2026-01-16
bpf: Preserve id of register in sync_linked_regs()
Puranjay Mohan
1
-1
/
+3
2026-01-14
bpf: Properly mark live registers for indirect jumps
Anton Protopopov
1
-0
/
+6
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
1
-0
/
+5
2026-01-13
bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
Matt Bobrowski
1
-17
/
+29
[next]