aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/umem.c
diff options
context:
space:
mode:
authorJack Morgenstein <jackm@dev.mellanox.co.il>2018-05-23 15:30:31 +0300
committerJason Gunthorpe <jgg@mellanox.com>2018-05-28 11:41:39 -0600
commitd8f9cc328c8888369880e2527e9186d745f2bbf6 (patch)
tree5c03f8b0a44d508768a7ef694273bc84165c5eff /drivers/infiniband/core/umem.c
parentIB/core: Make testing MR flags for writability a static inline function (diff)
downloadlinux-dev-d8f9cc328c8888369880e2527e9186d745f2bbf6.tar.xz
linux-dev-d8f9cc328c8888369880e2527e9186d745f2bbf6.zip
IB/mlx4: Mark user MR as writable if actual virtual memory is writable
To allow rereg_user_mr to modify the MR from read-only to writable without using get_user_pages again, we needed to define the initial MR as writable. However, this was originally done unconditionally, without taking into account the writability of the underlying virtual memory. As a result, any attempt to register a read-only MR over read-only virtual memory failed. To fix this, do not add the writable flag bit when the user virtual memory is not writable (e.g. const memory). However, when the underlying memory is NOT writable (and we therefore do not define the initial MR as writable), the IB core adds a "force writable" flag to its user-pages request. If this succeeds, the reg_user_mr caller gets a writable copy of the original pages. If the user-space caller then does a rereg_user_mr operation to enable writability, this will succeed. This should not be allowed, since the original virtual memory was not writable. Cc: <stable@vger.kernel.org> Fixes: 9376932d0c26 ("IB/mlx4_ib: Add support for user MR re-registration") Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'drivers/infiniband/core/umem.c')
0 files changed, 0 insertions, 0 deletions