Revision 13a9499e833387fcc7a53915bbe5cddf3c336b59 authored by Paolo Abeni on 14 January 2021, 15:37:37 UTC, committed by Jakub Kicinski on 14 January 2021, 19:25:21 UTC
tcp_disconnect() expects the caller acquires the sock lock,
but mptcp_disconnect() is not doing that. Add the missing
required lock.

Reported-by: Eric Dumazet <eric.dumazet@gmail.com>
Fixes: 76e2a55d1625 ("mptcp: better msk-level shutdown.")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Link: https://lore.kernel.org/r/f818e82b58a556feeb71dcccc8bf1c87aafc6175.1610638176.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 25537d7
History
File Mode Size
ccids
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 878 bytes
ackvec.c -rw-r--r-- 12.3 KB
ackvec.h -rw-r--r-- 4.5 KB
ccid.c -rw-r--r-- 5.1 KB
ccid.h -rw-r--r-- 8.6 KB
dccp.h -rw-r--r-- 15.6 KB
diag.c -rw-r--r-- 2.1 KB
feat.c -rw-r--r-- 47.4 KB
feat.h -rw-r--r-- 4.4 KB
input.c -rw-r--r-- 21.7 KB
ipv4.c -rw-r--r-- 28.3 KB
ipv6.c -rw-r--r-- 29.9 KB
ipv6.h -rw-r--r-- 608 bytes
minisocks.c -rw-r--r-- 7.3 KB
options.c -rw-r--r-- 16.3 KB
output.c -rw-r--r-- 20.3 KB
proto.c -rw-r--r-- 29.8 KB
qpolicy.c -rw-r--r-- 3.3 KB
sysctl.c -rw-r--r-- 2.6 KB
timer.c -rw-r--r-- 7.1 KB
trace.h -rw-r--r-- 2.2 KB

back to top