]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/ucma: Correct option size check using optlen
authorChien Tin Tung <chien.tin.tung@intel.com>
Wed, 21 Mar 2018 18:09:25 +0000 (13:09 -0500)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 21 Mar 2018 20:22:22 +0000 (14:22 -0600)
commit0485404b7e6aa635b16a47643aeff961e9dbcfa4
tree2a33788bc07a22f5d022ed476b3b177a4a061b00
parent6f1149cc9fe17164c5296ee9d6e703d10a2fd47e
RDMA/ucma: Correct option size check using optlen

The option size check is using optval instead of optlen
causing the set option call to fail. Use the correct
field, optlen, for size check.

Fixes: ca81c24adc24 ("RDMA/ucma: Limit possible option size")
Signed-off-by: Chien Tin Tung <chien.tin.tung@intel.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/ucma.c