From: Alexei Starovoitov Date: Mon, 28 Jan 2019 05:37:46 +0000 (-0800) Subject: Merge branch 'split-test_verifier' X-Git-Tag: v5.1-rc1~178^2~404^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=20600f3e9d3fca7e35eb5d46e525895535a85c8b;p=linux-block.git 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 --- 20600f3e9d3fca7e35eb5d46e525895535a85c8b