IB/mlx5: Verify DEVX object type
authorYishai Hadas <yishaih@mellanox.com>
Sun, 7 Oct 2018 09:06:34 +0000 (12:06 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 16 Oct 2018 06:19:59 +0000 (00:19 -0600)
commit2351776e87a18318b5f4732e7790f0c726cc37a0
tree37a3f988772fcc50b5851b8521ad78ef493bb83e
parent68a997c5d28c581ae23594eb8a1420d834c30d24
IB/mlx5: Verify DEVX object type

Verify that the input DEVX object type matches the created object.

As the obj_id in the firmware is not globally unique the object type must
be considered upon checking for a valid object id.

Once both the type and the id match we know that the lock was taken on the
correct object by the uverbs layer.

Fixes: e662e14d801b ("IB/mlx5: Add DEVX support for modify and query commands")
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
Reviewed-by: Artemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/devx.c