diff options
author | Ilya Lesokhin <ilyal@mellanox.com> | 2017-09-24 21:46:35 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-09-25 11:47:24 -0400 |
commit | fbcd49838d9094ca45772356e7b33afe4b7c93e7 (patch) | |
tree | 4e96b51fe57c888f867eb0285af6383a1ac9d180 /drivers/regulator | |
parent | d67bc5d4e3e100d762c0f57ea67f28bc219698a6 (diff) | |
download | linux-fbcd49838d9094ca45772356e7b33afe4b7c93e7.tar.bz2 |
IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failure
mlx5_ib_reg_user_mr called mlx5_ib_dereg_mr in case of MR population
failure. This resulted in a NULL dereference as ibmr->device wasn't
initialized yet.
We address this by adding an internal dereg_mr function that can handle
partially initialized MRs, and fixing clean_mr to work on partially
initialized MRs.
Fixes: ff740aefecb9 ("IB/mlx5: Decouple MR allocation and population flows")
Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/regulator')
0 files changed, 0 insertions, 0 deletions