From: Zi Shen Lim Date: Tue, 16 Sep 2014 20:29:23 +0000 (+0100) Subject: arm64: bpf: add 'load 64-bit immediate' instruction X-Git-Tag: fixes-against-v3.18-rc2~7^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d3d94cc3d507a23dcb09e5c365464e4aa9f580;p=pandora-kernel.git arm64: bpf: add 'load 64-bit immediate' instruction Commit 02ab695bb37e (net: filter: add "load 64-bit immediate" eBPF instruction) introduced a new eBPF instruction. Let's add support for this for arm64 as well. Our arm64 eBPF JIT compiler now passes the new "load 64-bit immediate" test case introduced in the same commit 02ab695bb37e. Signed-off-by: Zi Shen Lim Cc: Will Deacon Cc: David S. Miller Cc: Alexei Starovoitov Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed