index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-07
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
1
-0
/
+1
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
1
-11
/
+24
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-67
/
+129
2022-01-19
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
1
-1
/
+5
2022-01-19
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
1
-0
/
+6
2022-01-19
bpf: Generally fix helper register offset check
Daniel Borkmann
1
-11
/
+28
2022-01-19
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
1
-3
/
+6
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
1
-10
/
+11
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
1
-10
/
+42
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
1
-45
/
+79
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
1
-12
/
+8
2022-01-11
bpf: Fix incorrect integer literal used for marking scratched stack.
Christy Lee
1
-3
/
+3
2022-01-05
bpf: Fix verifier support for validation of async callbacks
Kris Van Hees
1
-0
/
+1
2022-01-05
bpf: Don't promote bogus looking registers after null check.
Daniel Borkmann
1
-6
/
+6
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-281
/
+415
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
1
-0
/
+3
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-3
/
+17
2021-12-18
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
1
-4
/
+26
2021-12-18
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
1
-1
/
+1
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
1
-34
/
+50
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
1
-173
/
+125
2021-12-18
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
1
-26
/
+26
2021-12-18
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
1
-25
/
+14
2021-12-16
Only output backtracking information in log level 2
Christy Lee
1
-3
/
+3
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
1
-21
/
+36
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
1
-14
/
+69
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+36
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
1
-0
/
+1
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
1
-9
/
+15
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
1
-0
/
+4
2021-12-14
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
1
-1
/
+8
2021-12-14
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
1
-3
/
+9
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
1
-5
/
+72
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-41
/
+139
2021-12-10
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
1
-4
/
+0
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-04
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
1
-3
/
+3
2021-12-03
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
1
-0
/
+76
2021-12-01
bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log level
Hou Tao
1
-4
/
+6
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
1
-34
/
+54
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+25
2021-11-15
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
1
-1
/
+16
2021-11-15
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
1
-0
/
+7
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+34
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
1
-1
/
+1
2021-11-12
bpf: Fix inner map state pruning regression.
Alexei Starovoitov
1
-1
/
+2
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
1
-0
/
+34
2021-11-06
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
1
-23
/
+14
2021-11-03
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
1
-12
/
+6
[prev]
[next]