]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
RDMA/ucma: Add missing locking around rdma_leave_multicast()
authorJason Gunthorpe <jgg@nvidia.com>
Tue, 18 Aug 2020 12:05:22 +0000 (15:05 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 08:55:16 +0000 (09:55 +0100)
commit0beef934d50822b1cb884f1e7bb115fe0a36a974
treeaf8f6a55125c97ea14fb8b95221426f2264c19c7
parentc62998f154356a6708070538ed4221f18ff6be02
RDMA/ucma: Add missing locking around rdma_leave_multicast()

[ Upstream commit 38e03d092699891c3237b5aee9e8029d4ede0956 ]

All entry points to the rdma_cm from a ULP must be single threaded,
even this error unwinds. Add the missing locking.

Fixes: 7c11910783a1 ("RDMA/ucma: Put a lock around every call to the rdma_cm layer")
Link: https://lore.kernel.org/r/20200818120526.702120-11-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/infiniband/core/ucma.c