[PATCH net-next 7/7] bpf: remove test map scaffolding and use proper types

2014-11-03 Thread Alexei Starovoitov
proper types and function helpers are ready. Use them in verifier testsuite. Remove temporary stubs Signed-off-by: Alexei Starovoitov --- kernel/bpf/test_stub.c | 56 +++ samples/bpf/test_verifier.c | 14 +-- 2 files changed, 16

[PATCH net-next 7/7] bpf: remove test map scaffolding and use proper types

2014-11-03 Thread Alexei Starovoitov
proper types and function helpers are ready. Use them in verifier testsuite. Remove temporary stubs Signed-off-by: Alexei Starovoitov a...@plumgrid.com --- kernel/bpf/test_stub.c | 56 +++ samples/bpf/test_verifier.c | 14 +-- 2 files