index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_verifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: make test_verifier run most programs
Alexei Starovoitov
2018-01-18
1
-1
/
+49
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-0
/
+40
|
\
|
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-10
1
-0
/
+40
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-28
1
-0
/
+241
|
\
\
|
*
|
bpf: fix max call depth check
Alexei Starovoitov
2017-12-27
1
-0
/
+35
|
*
|
selftests/bpf: additional stack depth tests
Alexei Starovoitov
2017-12-27
1
-0
/
+121
|
*
|
bpf: selftest for late caller stack size increase
Jann Horn
2017-12-27
1
-0
/
+34
|
*
|
bpf: fix stacksafe exploration when comparing states
Gianluca Borello
2017-12-23
1
-0
/
+51
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-22
1
-43
/
+586
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
2017-12-21
1
-27
/
+29
|
*
selftests/bpf: add tests for recent bugfixes
Jann Horn
2017-12-21
1
-16
/
+533
|
*
bpf: add test case for ld_abs and helper changing pkt data
Daniel Borkmann
2017-12-15
1
-0
/
+24
*
|
selftests/bpf: additional bpf_call tests
Daniel Borkmann
2017-12-17
1
-0
/
+597
*
|
selftests/bpf: add tests for stack_zero tracking
Alexei Starovoitov
2017-12-17
1
-2
/
+64
*
|
selftests/bpf: add verifier tests for bpf_call
Alexei Starovoitov
2017-12-17
1
-1
/
+960
|
/
*
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
2017-11-22
1
-7
/
+106
*
bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier
Yonghong Song
2017-11-21
1
-23
/
+16
*
bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change
Yonghong Song
2017-11-14
1
-19
/
+112
*
bpf: add test cases to bpf selftests to cover all meta tests
Daniel Borkmann
2017-11-02
1
-0
/
+442
*
bpf: minor cleanups after merge
Daniel Borkmann
2017-11-02
1
-72
/
+72
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-2
/
+508
|
\
|
*
bpf: add test cases to bpf selftests to cover all access tests
Daniel Borkmann
2017-10-22
1
-0
/
+480
|
*
bpf: remove mark access for SK_SKB program types
John Fastabend
2017-10-20
1
-2
/
+14
|
*
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
1
-0
/
+14
*
|
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2017-10-05
1
-0
/
+72
*
|
bpf: libbpf: Provide basic API support to specify BPF obj name
Martin KaFai Lau
2017-09-29
1
-1
/
+1
*
|
bpf: improve selftests and add tests for meta pointer
Daniel Borkmann
2017-09-26
1
-0
/
+247
|
/
*
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-09-16
1
-0
/
+16
*
bpf: more SK_SKB selftests
John Fastabend
2017-08-28
1
-0
/
+98
*
selftests/bpf: add a test for a pruning bug in the verifier
Alexei Starovoitov
2017-08-24
1
-0
/
+28
*
selftests/bpf: add a test for a bug in liveness-based pruning
Edward Cree
2017-08-24
1
-0
/
+16
*
bpf: selftests: add tests for new __sk_buff members
John Fastabend
2017-08-16
1
-0
/
+152
*
bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions
Daniel Borkmann
2017-08-10
1
-0
/
+313
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-10
1
-9
/
+10
|
\
|
*
bpf: fix byte order test in test_verifier
Daniel Borkmann
2017-08-05
1
-9
/
+10
*
|
selftests/bpf: variable offset negative tests
Edward Cree
2017-08-09
1
-0
/
+41
*
|
selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
Edward Cree
2017-08-09
1
-8
/
+8
*
|
selftests/bpf: change test_verifier expectations
Edward Cree
2017-08-09
1
-180
/
+152
|
/
*
selftests/bpf: subtraction bounds test
Edward Cree
2017-07-24
1
-0
/
+28
*
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
2017-07-21
1
-0
/
+418
*
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
2017-07-21
1
-0
/
+52
*
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
2017-07-21
1
-4
/
+4
*
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2017-07-21
1
-1
/
+1
*
bpf: add various test cases for verifier selftest
Daniel Borkmann
2017-07-03
1
-0
/
+165
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-0
/
+66
|
\
|
*
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-29
1
-0
/
+66
*
|
selftests/bpf: Add test cases to test narrower ctx field loads
Yonghong Song
2017-06-14
1
-0
/
+176
*
|
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-14
1
-79
/
+13
*
|
selftests/bpf: make correct use of exit codes in bpf selftests
Jesper Dangaard Brouer
2017-06-13
1
-1
/
+1
|
/
*
bpf: add various verifier test cases
Daniel Borkmann
2017-05-25
1
-4
/
+235
[next]