bpf, x86_64/arm64: remove old ldimm64 artifacts from jits
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 26 Apr 2017 23:39:31 +0000 (01:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Apr 2017 19:48:14 +0000 (15:48 -0400)
commit7e56fbd27b4bd6ab7d641f45bf23d2af654412f6
treed3064278073bfeac9b34c0d0bffa46ef3e8b063f
parentcd5487fb9485934dfa0ad9d6b52c4da8e38318e6
bpf, x86_64/arm64: remove old ldimm64 artifacts from jits

For both cases, the verifier is already rejecting such invalid
formed instructions. Thus, remove these artifacts from old times
and align it with ppc64, sparc64 and s390x JITs that don't have
them in the first place.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm64/net/bpf_jit_comp.c
arch/x86/net/bpf_jit_comp.c