index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-20
bpf: test case to check whether src/dst regs got mangled by xadd
Daniel Borkmann
1
-0
/
+40
2018-07-12
bpf: fix panic due to oob in bpf_prog_test_run_skb
Daniel Borkmann
1
-1
/
+22
2018-06-07
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
1
-1
/
+57
2018-06-03
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
1
-27
/
+158
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+115
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2018-05-18
bpf: add sk_msg prog sk access tests to test_verifier
John Fastabend
1
-0
/
+115
2018-05-17
selftests/bpf: check return value of fopen in test_verifier.c
Jesper Dangaard Brouer
1
-0
/
+5
2018-05-15
bpf: add ld64 imm test cases
Daniel Borkmann
1
-0
/
+62
2018-05-04
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
1
-7
/
+259
2018-04-29
tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
Yonghong Song
1
-0
/
+45
2018-04-24
tools/bpf: add verifier tests for accesses to map values
Paul Chaignon
1
-0
/
+266
2018-03-19
bpf: add verifier tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
1
-0
/
+54
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+58
2018-02-27
bpf: add tail call tests to test_verifier
Daniel Borkmann
1
-7
/
+110
2018-02-27
bpf: unify rlimit handling in selftests
Daniel Borkmann
1
-5
/
+1
2018-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+123
2018-02-24
bpf: add various jit test cases
Daniel Borkmann
1
-0
/
+89
2018-02-24
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-0
/
+58
2018-02-23
bpf, arm64: fix out of bounds access in tail call
Daniel Borkmann
1
-0
/
+26
2018-02-15
selftests/bpf: Only run tests if !bpf_disabled
Joe Stringer
1
-1
/
+25
2018-02-15
selftests/bpf: Count tests skipped by unpriv
Joe Stringer
1
-3
/
+7
2018-02-15
selftests/bpf: Print unexpected output on fail
Joe Stringer
1
-1
/
+2
2018-02-01
bpf: fix null pointer deref in bpf_prog_test_run_xdp
Daniel Borkmann
1
-0
/
+14
2018-01-27
bpf: add further test cases around div/mod and others
Daniel Borkmann
1
-13
/
+330
2018-01-23
tools/bpf: fix a test failure in selftests prog test_verifier
Yonghong Song
1
-0
/
+1
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+136
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+149
2018-01-20
bpf: add couple of test cases for div/mod by zero
Daniel Borkmann
1
-0
/
+87
2018-01-19
selftests/bpf: make test_verifier run most programs
Alexei Starovoitov
1
-1
/
+49
2018-01-18
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-1
/
+122
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+40
2018-01-17
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-2
/
+27
2018-01-11
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+40
2017-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+241
2017-12-27
bpf: fix max call depth check
Alexei Starovoitov
1
-0
/
+35
2017-12-27
selftests/bpf: additional stack depth tests
Alexei Starovoitov
1
-0
/
+121
2017-12-27
bpf: selftest for late caller stack size increase
Jann Horn
1
-0
/
+34
2017-12-23
bpf: fix stacksafe exploration when comparing states
Gianluca Borello
1
-0
/
+51
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-43
/
+586
2017-12-21
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
1
-27
/
+29
2017-12-21
selftests/bpf: add tests for recent bugfixes
Jann Horn
1
-16
/
+533
2017-12-17
selftests/bpf: additional bpf_call tests
Daniel Borkmann
1
-0
/
+597
2017-12-17
selftests/bpf: add tests for stack_zero tracking
Alexei Starovoitov
1
-2
/
+64
2017-12-17
selftests/bpf: add verifier tests for bpf_call
Alexei Starovoitov
1
-1
/
+960
2017-12-15
bpf: add test case for ld_abs and helper changing pkt data
Daniel Borkmann
1
-0
/
+24
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
1
-7
/
+106
2017-11-21
bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier
Yonghong Song
1
-23
/
+16
2017-11-14
bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change
Yonghong Song
1
-19
/
+112
2017-11-02
bpf: add test cases to bpf selftests to cover all meta tests
Daniel Borkmann
1
-0
/
+442
[next]