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
rds: Protect __rds_send_complete() with correct lock
Commit ad31046 ("rds: Add per peer RDS socket send buffer")
incorrectly changed the lock guarding __rds_send_complete from rs_lock
to rs_snd_lock. This leads to list corruption in
rds_rdma_send_complete().
Fixed by restoring said hunks.
Orabug: 30694458
Fixes: ad31046 ("rds: Add per peer RDS socket send buffer")
Signed-off-by: Håkon Bugge <[email protected]>
Tested-by: Jun Yang <[email protected]>
Reviewed-by: Ka-Cheong Poon <[email protected]>
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments