]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc62d7faffac6bb6c9936f50df331f479ac493958
treee90c7ee9b0cdb7eb51de8544f2ee80ddc4715aae
parent2621c4e37f26539cf15634e4af1af47e7f85666d
parentb4f90dd20ddb34c31d653ef4c86c849f46d97303
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>