commit | e1cf4befa297b149149f633eff746593e400c030 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Fri May 04 01:08:22 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu May 03 16:49:20 2018 -0700 |
tree | 87403e02c6c2db7888e0fc29be2e2b7847e7aae8 | |
parent | dbf44daf7c88bb0b378e3cb9dc101ae0c5b33832 [diff] |
bpf, s390x: remove ld_abs/ld_ind Since LD_ABS/LD_IND instructions are now removed from the core and reimplemented through a combination of inlined BPF instructions and a slow-path helper, we can get rid of the complexity from s390x JIT. Tested on s390x instance on LinuxONE. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>