From: David S. Miller Date: Mon, 12 May 2014 04:25:51 +0000 (-0400) Subject: Merge branch 'filter-next' X-Git-Tag: v3.16-rc1~27^2~254 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=bb399fbd223f478988ede5e6f2dfcc6750bf1f05;p=linux.git Merge branch 'filter-next' Alexei Starovoitov says: ==================== BPF testsuite and cleanup This patchset adds BPF testsuite and improves readability of classic to internal BPF converter. The testsuite helped to find 'negative offset bug' in x64 JIT that was fixed by commit fdfaf64e ("x86: bpf_jit: support negative offsets") It can be very useful for classic and internal JIT compiler developers. Also it serves as performance benchmark. x86_64/i386 pass all tests with and without JIT. arm32 JIT is failing negative offset tests which are unsupported. Internal BPF tests are much larger than classic tests to cover different combinations of registers. Negative tests check correctness of classic BPF verifier which must reject them. ==================== Signed-off-by: David S. Miller --- bb399fbd223f478988ede5e6f2dfcc6750bf1f05