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/IB: Introduce bit_flag routines with memory-barrier for bit flags
'set_bit()' and 'clear_bit()' do not imply a memory barrier and should
be surrounded by 'smp_mb__before_atomic()' and 'smp_mb__after_atomic()'.
Orabug: 28388725
Fixes: a44b8b0ad261 ("net/rds: RDS connection shutdown stuck after CQ access violation error")
Signed-off-by: Hans Westgaard Ry <[email protected]>
Reviewed-by: William Kucharski <[email protected]>
0 commit comments