index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-29
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
1
-5
/
+5
2020-05-29
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
1
-13
/
+11
2020-05-15
bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
Daniel Borkmann
1
-1
/
+3
2020-05-14
bpf: Enforce returning 0 for fentry/fexit progs
Yonghong Song
1
-0
/
+17
2020-04-25
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
1
-0
/
+8
2020-04-21
bpf: Fix handling of XADD on BTF memory
Jann Horn
1
-1
/
+1
2020-04-21
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
1
-2
/
+1
2020-03-31
bpf: Verifier, refine 32bit bound in do_refine_retval_range
John Fastabend
1
-0
/
+1
2020-03-31
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
1
-281
/
+837
2020-03-31
bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly
John Fastabend
1
-8
/
+11
2020-03-30
bpf: Simplify reg_set_min_max_inv handling
Jann Horn
1
-86
/
+22
2020-03-30
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
1
-36
/
+72
2020-03-30
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
1
-19
/
+0
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
1
-4
/
+15
2020-03-28
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
1
-6
/
+10
2020-03-26
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
John Fastabend
1
-0
/
+1
2020-03-26
bpf: Verifer, refactor adjust_scalar_min_max_vals
John Fastabend
1
-164
/
+239
2020-03-13
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
1
-1
/
+3
2020-03-06
bpf: Remove unnecessary CAP_MAC_ADMIN check
KP Singh
1
-10
/
+3
2020-03-05
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
1
-0
/
+31
2020-03-05
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
1
-0
/
+1
2020-02-25
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
1
-4
/
+9
2020-02-25
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
1
-11
/
+28
2020-02-22
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
1
-3
/
+7
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-99
/
+405
2020-01-23
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
1
-0
/
+24
2020-01-23
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-20
/
+65
2020-01-22
bpf: Fix error path under memory pressure
Alexei Starovoitov
1
-2
/
+7
2020-01-16
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
1
-3
/
+10
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
1
-50
/
+202
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-0
/
+5
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-30
/
+104
2020-01-09
bpf: Save PTR_TO_BTF_ID register state when spilling to stack
Martin KaFai Lau
1
-0
/
+1
2020-01-07
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2019-12-23
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
1
-21
/
+22
2019-12-20
bpf: Fix record_func_key to perform backtracking on r3
Daniel Borkmann
1
-1
/
+7
2019-12-17
bpf: Fix cgroup local storage prog tracking
Daniel Borkmann
1
-1
/
+1
2019-12-16
bpf: Fix missing prog untrack in release_maps
Daniel Borkmann
1
-12
/
+2
2019-12-05
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
1
-1
/
+4
2019-11-25
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
1
-9
/
+111
2019-11-25
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
1
-0
/
+19
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-5
/
+1
2019-11-16
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
1
-15
/
+68
2019-11-16
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
1
-3
/
+15
2019-11-16
bpf: Annotate context types
Alexei Starovoitov
1
-1
/
+1
2019-11-16
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
1
-5
/
+3
2019-11-16
bpf: Introduce BPF trampoline
Alexei Starovoitov
1
-0
/
+42
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
1
-10
/
+24
2019-10-30
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
1
-0
/
+5
[next]