From: Alexei Starovoitov Date: Tue, 28 Oct 2014 22:11:43 +0000 (-0700) Subject: test: bpf: add a testcase reduced from nmap X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~318^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21ab36a80c2e011a14149fecdd654b8b47d3e8c;p=pandora-kernel.git test: bpf: add a testcase reduced from nmap nmap generates classic BPF programs to filter ARP packets with given target MAC which triggered a bug in eBPF x64 JIT. The bug was fixed in commit e0ee9c12157d ("x86: bpf_jit: fix two bugs in eBPF JIT compiler") This patch is adding a testcase in eBPF instructions (those that were generated by classic->eBPF converter) to be processed by JIT. The test is primarily targeting JIT compiler. Signed-off-by: Alexei Starovoitov Signed-off-by: David S. Miller --- Reading git-diff-tree failed