From: Zi Shen Lim Date: Tue, 16 Sep 2014 18:37:35 +0000 (+0100) Subject: arm64: bpf: add 'shift by register' instructions X-Git-Tag: fixes-against-v3.18-rc2~7^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d65a634a0acefd6b6e8718e2399b6771ccb17b24;p=pandora-kernel.git arm64: bpf: add 'shift by register' instructions Commit 72b603ee8cfc ("bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT") noted support for 'shift by register' in eBPF and added support for it for x64. Let's enable this for arm64 as well. The arm64 eBPF JIT compiler now passes the new 'shift by register' test case introduced in the same commit 72b603ee8cfc. 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