Merge branch 'bpf-improve-test-verifier-coverage'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 18 Jan 2018 21:38:59 +0000 (22:38 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 18 Jan 2018 21:39:40 +0000 (22:39 +0100)
Alexei Starovoitov says:

====================
BPF verifier has 700+ tests used to check correctness of the verifier.
Beyond checking the verifier log tell kernel to run accepted programs
as well via bpf_prog_test_run() command. That improves quality of the
tests and increases bpf test coverage.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

Trivial merge