diff options
author | Jason Gunthorpe <jgg@nvidia.com> | 2020-11-30 10:58:35 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2020-12-07 21:06:22 +0300 |
commit | b9653b31d7767b7dccc8b24b660301be90449036 (patch) | |
tree | 678c813c850aab69d2ce8c399879b0d11588fcbf /include/rdma | |
parent | 87524494a7d939e6e120e893e2bdcc35599dfda1 (diff) | |
download | linux-b9653b31d7767b7dccc8b24b660301be90449036.tar.xz |
RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()
Unknown flags should be EOPNOTSUPP, only zero flags is EINVAL. Flags is
actually the rereg action to perform.
The checking of the start/hca_va/etc is also redundant and ib_umem_get()
does these checks and returns proper error codes.
Fixes: 7e6edb9b2e0b ("IB/core: Add user MR re-registration support")
Link: https://lore.kernel.org/r/20201130075839.278575-2-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/rdma')
0 files changed, 0 insertions, 0 deletions