commit | d1242b10ff03a40ae095e6dd54aac4a6f0f547d5 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Mon Nov 18 19:03:40 2019 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Mon Nov 18 19:51:16 2019 -0800 |
tree | eac6b55040cf06b2d4e3c2fb1836e019ceaf70d5 | |
parent | b25c57b6b7dda3799aaebc5f463776e4a0555927 [diff] |
s390/bpf: Remove JITed image size limitations Now that jump and long displacement ranges are no longer a problem, remove the limit on JITed image size. In practice it's still limited by 2G, but with verifier allowing "only" 1M instructions, it's not an issue. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191118180340.68373-7-iii@linux.ibm.com