commit | 7e56fbd27b4bd6ab7d641f45bf23d2af654412f6 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Thu Apr 27 01:39:31 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 28 15:48:14 2017 -0400 |
tree | d3064278073bfeac9b34c0d0bffa46ef3e8b063f | |
parent | cd5487fb9485934dfa0ad9d6b52c4da8e38318e6 [diff] |
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>