summaryrefslogtreecommitdiffstats
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2021-11-23 16:23:19 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2021-11-26 00:15:03 +0100
commit486e648cb2f170702fc05f777c7b6b3d8ec662ce (patch)
tree9312bc4266d9c2fb51e405c8fa36eaff39c6e6e9 /include/linux/timerqueue.h
parent593835377f24ca1bb98008ec1dc3baefe491ad6e (diff)
downloadcachepc-linux-486e648cb2f170702fc05f777c7b6b3d8ec662ce.tar.gz
cachepc-linux-486e648cb2f170702fc05f777c7b6b3d8ec662ce.zip
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 <andrii@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20211124002325.1737739-8-andrii@kernel.org
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions