[PATCH bpf-next] tools/bpf: fix a test failure in selftests prog test_verifier

2018-01-22 Thread Yonghong Song
Commit 111e6b45315c ("selftests/bpf: make test_verifier run most programs") enables tools/testing/selftests/bpf/test_verifier unit cases to run via bpf_prog_test_run command. With the latest code base, test_verifier had one test case failure: ... #473/p check deducing bounds from const, 2 FAIL

Re: [PATCH bpf-next] tools/bpf: fix a test failure in selftests prog test_verifier

2018-01-23 Thread Daniel Borkmann
On 01/23/2018 07:10 AM, Yonghong Song wrote: > Commit 111e6b45315c ("selftests/bpf: make test_verifier run most programs") > enables tools/testing/selftests/bpf/test_verifier unit cases to run > via bpf_prog_test_run command. With the latest code base, > test_verifier had one test case failure: >