diff options
author | Michael Holzheu <[email protected]> | 2015-06-01 22:48:34 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-06-03 19:31:39 -0700 |
commit | bbac1c94880cb8c7e093718897f4822f3933dd3c (patch) | |
tree | 865f56d1af0735c404bccd455322a6db29dc213e /lib/mpi/mpi-inline.h | |
parent | c46a024ea5eb0165114dbbc8c82c29b7bcf66e71 (diff) |
s390/bpf: fix stack allocation
On s390x we have to provide 160 bytes stack space before we can call
the next function. From the 160 bytes that we got from the previous
function we only use 11 * 8 bytes and have 160 - 11 * 8 bytes left.
Currently for BPF we allocate additional 160 - 11 * 8 bytes for the
next function. This is wrong because then the next function only gets:
(160 - 11 * 8) + (160 - 11 * 8) = 2 * 72 = 144 bytes
Fix this and allocate enough memory for the next function.
Fixes: 054623105728 ("s390/bpf: Add s390x eBPF JIT compiler backend")
Signed-off-by: Michael Holzheu <[email protected]>
Acked-by: Heiko Carstens <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions