RDMA/mlx5: Assign dev to DM MR
authorMaor Gottlieb <maorg@nvidia.com>
Thu, 3 Dec 2020 19:08:07 +0000 (21:08 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 7 Dec 2020 19:52:54 +0000 (15:52 -0400)
commitca991a7d14d4835b302bcd182fdbf54470f45520
tree949caffc12c0ae35278943ceb03367e2957d750c
parent53ef4999f07d9c75cdc8effb0cc8c581dc39b1a1
RDMA/mlx5: Assign dev to DM MR

Currently, DM MR registration flow doesn't set the mlx5_ib_dev pointer and
can cause a NULL pointer dereference if userspace dumps the MR via rdma
tool.

Assign the IB device together with the other fields and remove the
redundant reference of mlx5_ib_dev from mlx5_ib_mr.

Cc: stable@vger.kernel.org
Fixes: 6c29f57ea475 ("IB/mlx5: Device memory mr registration support")
Link: https://lore.kernel.org/r/20201203190807.127189-1-leon@kernel.org
Signed-off-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/mr.c
drivers/infiniband/hw/mlx5/odp.c
drivers/infiniband/hw/mlx5/restrack.c