diff options
| author | Andrii Nakryiko <[email protected]> | 2021-11-23 16:23:19 -0800 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2021-11-26 00:15:03 +0100 |
| commit | 486e648cb2f170702fc05f777c7b6b3d8ec662ce (patch) | |
| tree | 9312bc4266d9c2fb51e405c8fa36eaff39c6e6e9 /tools/perf/scripts/python | |
| parent | 593835377f24ca1bb98008ec1dc3baefe491ad6e (diff) | |
selftests/bpf: Fix UBSan complaint about signed __int128 overflow
Test is using __int128 variable as unsigned and highest order bit can be
set to 1 after bit shift. Use unsigned __int128 explicitly and prevent
UBSan from complaining.
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions