commit | 38036629cded6b96a9f9689758a88d067c4d4d44 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue May 17 17:44:08 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 19 11:36:49 2016 -0700 |
tree | 419a1d0d02014f0fc416939a93792d1c4aee24f6 | |
parent | e1daca289a36965d923ec26647b5668e023eb0ac [diff] |
rds: tcp: block BH in TCP callbacks TCP stack can now run from process context. Use read_lock_bh(&sk->sk_callback_lock) variant to restore previous assumption. Fixes: 5413d1babe8f ("net: do not block BH while processing socket backlog") Fixes: d41a69f1d390 ("tcp: make tcp_sendmsg() aware of socket backlog") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>