diff options
author | Ilya Leoshkevich <[email protected]> | 2021-09-07 13:41:16 +0200 |
---|---|---|
committer | Vasily Gorbik <[email protected]> | 2021-09-16 10:39:55 +0200 |
commit | 6e61dc9da0b7a0d91d57c2e20b5ea4fd2d4e7e53 (patch) | |
tree | 2b051b7314963b0b9aa5a1af02490712b2f41c3a /drivers/usb/cdns3/cdns3-trace.c | |
parent | 1511df6f5e9ef32826f20db2ee81f8527154dc14 (diff) |
s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant
The JIT uses agfi for subtracting constants, but -(-0x80000000) cannot
be represented as a 32-bit signed binary integer. Fix by using algfi in
this particular case.
Reported-by: Johan Almbladh <[email protected]>
Fixes: 054623105728 ("s390/bpf: Add s390x eBPF JIT compiler backend")
Reviewed-by: Heiko Carstens <[email protected]>
Signed-off-by: Ilya Leoshkevich <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions