aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2018-10-01 23:24:26 -0700
committerDavid S. Miller <davem@davemloft.net>2018-10-02 22:17:35 -0700
commit8873c064d1de579ea23412a6d3eee972593f142b (patch)
treec7c1d16fc8403b48ff2b5f0cd8775b9f383ceea5 /Kconfig
parentnet: inet6_rtm_getroute() - use new style struct initializer instead of memset (diff)
downloadlinux-dev-8873c064d1de579ea23412a6d3eee972593f142b.tar.xz
linux-dev-8873c064d1de579ea23412a6d3eee972593f142b.zip
tcp: do not release socket ownership in tcp_close()
syzkaller was able to hit the WARN_ON(sock_owned_by_user(sk)); in tcp_close() While a socket is being closed, it is very possible other threads find it in rtnetlink dump. tcp_get_info() will acquire the socket lock for a short amount of time (slow = lock_sock_fast(sk)/unlock_sock_fast(sk, slow);), enough to trigger the warning. Fixes: 67db3e4bfbc9 ("tcp: no longer hold ehash lock while calling tcp_get_info()") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: syzbot <syzkaller@googlegroups.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions