Merge branch 'split-test_verifier'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 28 Jan 2019 05:37:46 +0000 (21:37 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 28 Jan 2019 05:37:46 +0000 (21:37 -0800)
commit20600f3e9d3fca7e35eb5d46e525895535a85c8b
treee90c7ee9b0cdb7eb51de8544f2ee80ddc4715aae
parentae575c8a9868c2247c6ba287b91f0420e27aad4b
parent48729226238d4d56bdb8de9d54b911f179dd54b7
Merge branch 'split-test_verifier'

Jakub Kicinski says:

====================
The tools/testing/selftests/bpf/test_verifier.c file is
way too large, and since most people add their at the
end of the list it's very prone to conflicts.

Break it up in the simplest possible way - slice the
array up into smaller C files and include them in the
right spot.

Tested:
$ make -C tools/testing/selftests/bpf/
$ cd tools/testing/selftests/bpf/ ; make

v2:

The indentation is reduced further as discussed and lines folded.
The conversion was scripted, and double checked by hand.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>