Files
linux/drivers
Niels Dossche 968a668376 IB/rdmavt: add missing locks in rvt_ruc_loopback
[ Upstream commit 22cbc6c268 ]

The documentation of the function rvt_error_qp says both r_lock and
s_lock need to be held when calling that function.
It also asserts using lockdep that both of those locks are held.
rvt_error_qp is called form rvt_send_cq, which is called from
rvt_qp_complete_swqe, which is called from rvt_send_complete, which is
called from rvt_ruc_loopback in two places. Both of these places do not
hold r_lock. Fix this by acquiring a spin_lock of r_lock in both of
these places.
The r_lock acquiring cannot be added in rvt_qp_complete_swqe because
some of its other callers already have r_lock acquired.

Link: https://lore.kernel.org/r/20220228195144.71946-1-dossche.niels@gmail.com
Signed-off-by: Niels Dossche <dossche.niels@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-06-09 10:20:57 +02:00
..
2022-04-08 14:40:12 +02:00
2022-05-25 09:18:01 +02:00
2022-05-09 09:04:56 +02:00
2021-11-18 14:03:51 +01:00
2022-06-06 08:42:40 +02:00
2022-04-13 21:00:55 +02:00