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