diff options
author | Leon Romanovsky <[email protected]> | 2020-07-20 20:56:27 +0300 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2020-07-24 16:53:02 -0300 |
commit | 9b8d846924856570625b93f83ae0624391193bce (patch) | |
tree | c2967e01c075b1a6d804622fc41485330d2e7a5b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 29f3fe1d6854053b32432d01f9810d6fff152ece (diff) |
RDMA/uverbs: Silence shiftTooManyBitsSigned warning
Fix reported by kbuild warning.
drivers/infiniband/core/uverbs_cmd.c:1897:47: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
BUILD_BUG_ON(IB_USER_LAST_QP_ATTR_MASK == (1 << 31));
^
Link: https://lore.kernel.org/r/[email protected]
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions