From: Alexei Starovoitov Date: Mon, 25 Aug 2014 19:27:02 +0000 (-0700) Subject: bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT X-Git-Tag: fixes-against-v3.18-rc2~81^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b603ee8cfc6be587f301568d79ce38e7ed735d;p=pandora-kernel.git bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT 'shift by register' operations are supported by eBPF interpreter, but were accidently left out of x64 JIT compiler. Fix it and add a testcase. Reported-by: Brendan Gregg Signed-off-by: Alexei Starovoitov Fixes: 622582786c9e ("net: filter: x86: internal BPF JIT") Signed-off-by: David S. Miller --- Reading git-diff-tree failed