aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
diff options
context:
space:
mode:
authorYishai Hadas <yishaih@nvidia.com>2021-03-04 15:05:00 +0200
committerJason Gunthorpe <jgg@nvidia.com>2021-03-11 20:20:36 -0400
commit2904bb37b35d07be7bfa3fb4a0fc1a3daa6678b3 (patch)
tree13b31401b907cc38deebf0327e1ab35d76b40c66 /drivers/infiniband/hw/qib
parentIB/core: Drop WARN_ON() from ib_umem_find_best_pgsz() (diff)
downloadlinux-dev-2904bb37b35d07be7bfa3fb4a0fc1a3daa6678b3.tar.xz
linux-dev-2904bb37b35d07be7bfa3fb4a0fc1a3daa6678b3.zip
IB/core: Split uverbs_get_const/default to consider target type
Change uverbs_get_const/uverbs_get_const_default to work properly with both signed/unsigned parameters. Current APIs mix s64 and u64 which leads to incorrect check when u64 value was supplied and its upper bit was set. In that case uverbs_get_const() / uverbs_get_const_default() lower bound check may fail unexpectedly, target is unsigned (lower bound is 0) but value became negative as of the s64 usage. Split to have two different APIs, no change to callers as the required API will be called internally according to the target type. Link: https://lore.kernel.org/r/20210304130501.1102577-3-leon@kernel.org Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/qib')
0 files changed, 0 insertions, 0 deletions