diff options
author | Piotr Krysiuk <[email protected]> | 2021-03-16 08:26:25 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2021-03-17 19:13:22 +0100 |
commit | b5871dca250cd391885218b99cc015aca1a51aea (patch) | |
tree | eeac1e5ab22d5413d02cd040155c8d4c8641634a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 10d2bb2e6b1d8c4576c56a748f697dbeb8388899 (diff) |
bpf: Simplify alu_limit masking for pointer arithmetic
Instead of having the mov32 with aux->alu_limit - 1 immediate, move this
operation to retrieve_ptr_limit() instead to simplify the logic and to
allow for subsequent sanity boundary checks inside retrieve_ptr_limit().
This avoids in future that at the time of the verifier masking rewrite
we'd run into an underflow which would not sign extend due to the nature
of mov32 instruction.
Signed-off-by: Piotr Krysiuk <[email protected]>
Co-developed-by: Daniel Borkmann <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions