You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDMA/cm: Allow ib_send_cm_dreq() to be done under lock
The first thing ib_send_cm_dreq() does is obtain the lock, so use the
usual unlocked wrapper, locked actor pattern here.
This avoids a sketchy lock/unlock sequence (which could allow state to
change) during cm_destroy_id().
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Orabug: 31483278
(cherry picked from commit e029fdc)
cherry-pick-repo=linux/kernel/git/torvalds/linux.git
unmodified-from-upstream: e029fdc
Signed-off-by: Ka-Cheong Poon <[email protected]>
Tested-by: June Wang <[email protected]>
Reviewed-by: Sharath Srinivasan <[email protected]>
0 commit comments