diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2019-11-14 16:18:20 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-11-15 22:25:54 +0100 |
commit | fcf35131396ace1339e2ca89b45a6b12eed17105 (patch) | |
tree | e9b48ba5045a3f20f17f25feb4ef9ceed227757f /block | |
parent | b7b3fc8dd95bc02bd30680da258e09dda55270db (diff) |
s390/bpf: Make sure JIT passes do not increase code size
The upcoming s390 branch length extension patches rely on "passes do
not increase code size" property in order to consistently choose between
short and long branches. Currently this property does not hold between
the first and the second passes for register save/restore sequences, as
well as various code fragments that depend on SEEN_* flags.
Generate the code during the first pass conservatively: assume register
save/restore sequences have the maximum possible length, and that all
SEEN_* flags are set.
Also refuse to JIT if this happens anyway (e.g. due to a bug), as this
might lead to verifier bypass once long branches are introduced.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20191114151820.53222-1-iii@linux.ibm.com
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions