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
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 372 bytes
acl.c -rw-r--r-- 5.6 KB
addr.c -rw-r--r-- 55.4 KB
cache.c -rw-r--r-- 8.6 KB
cache.h -rw-r--r-- 4.2 KB
caps.c -rw-r--r-- 121.3 KB
ceph_frag.c -rw-r--r-- 401 bytes
debugfs.c -rw-r--r-- 11.8 KB
dir.c -rw-r--r-- 51.1 KB
export.c -rw-r--r-- 13.2 KB
file.c -rw-r--r-- 64.8 KB
inode.c -rw-r--r-- 66.1 KB
io.c -rw-r--r-- 4.5 KB
io.h -rw-r--r-- 387 bytes
ioctl.c -rw-r--r-- 7.5 KB
ioctl.h -rw-r--r-- 3.6 KB
locks.c -rw-r--r-- 12.9 KB
mds_client.c -rw-r--r-- 136.0 KB
mds_client.h -rw-r--r-- 17.3 KB
mdsmap.c -rw-r--r-- 10.2 KB
metric.c -rw-r--r-- 8.4 KB
metric.h -rw-r--r-- 4.1 KB
quota.c -rw-r--r-- 13.9 KB
snap.c -rw-r--r-- 31.7 KB
strings.c -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 32.6 KB
super.h -rw-r--r-- 38.7 KB
util.c -rw-r--r-- 2.4 KB
xattr.c -rw-r--r-- 34.7 KB

back to top