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-- 3.2 KB
Makefile -rw-r--r-- 701 bytes
README -rw-r--r-- 7.9 KB
acl.h -rw-r--r-- 1.8 KB
bitmap.c -rw-r--r-- 39.6 KB
dir.c -rw-r--r-- 9.0 KB
do_balan.c -rw-r--r-- 54.0 KB
file.c -rw-r--r-- 7.4 KB
fix_node.c -rw-r--r-- 77.3 KB
hashes.c -rw-r--r-- 3.5 KB
ibalance.c -rw-r--r-- 34.3 KB
inode.c -rw-r--r-- 92.2 KB
ioctl.c -rw-r--r-- 5.3 KB
item_ops.c -rw-r--r-- 18.1 KB
journal.c -rw-r--r-- 120.1 KB
lbalance.c -rw-r--r-- 41.2 KB
lock.c -rw-r--r-- 2.6 KB
namei.c -rw-r--r-- 43.9 KB
objectid.c -rw-r--r-- 6.8 KB
prints.c -rw-r--r-- 21.4 KB
procfs.c -rw-r--r-- 13.2 KB
reiserfs.h -rw-r--r-- 116.7 KB
resize.c -rw-r--r-- 6.3 KB
stree.c -rw-r--r-- 63.8 KB
super.c -rw-r--r-- 70.0 KB
tail_conversion.c -rw-r--r-- 9.2 KB
xattr.c -rw-r--r-- 25.3 KB
xattr.h -rw-r--r-- 3.7 KB
xattr_acl.c -rw-r--r-- 9.6 KB
xattr_security.c -rw-r--r-- 2.7 KB
xattr_trusted.c -rw-r--r-- 1.2 KB
xattr_user.c -rw-r--r-- 1.1 KB

README

back to top