diff options
author | Bob Pearson <rpearsonhpe@gmail.com> | 2023-05-15 15:10:57 -0500 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2023-05-16 16:52:45 -0300 |
commit | 17eabd6a044b57b2c1b5459eb9d11af3ea909e63 (patch) | |
tree | 39775cb75fe486c1569d5d0a35fe42194bc56a2e /scripts | |
parent | 78b6a9a3f445e121ca08195084206cb8faa6999f (diff) |
RDMA/rxe: Fix double unlock in rxe_qp.c
A recent patch can cause a double spin_unlock_bh() in rxe_qp_to_attr() at
line 715 in rxe_qp.c. Move the 2nd unlock into the if statement.
Fixes: f605f26ea196 ("RDMA/rxe: Protect QP state with qp->state_lock")
Link: https://lore.kernel.org/r/20230515201056.1591140-1-rpearsonhpe@gmail.com
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/27773078-40ce-414f-8b97-781954da9f25@kili.mountain
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions