]> git.dujemihanovic.xyz Git - linux.git/commitdiff
Merge branch 'mptcp-properly-clean-up-unaccepted-subflows'
authorJakub Kicinski <kuba@kernel.org>
Thu, 29 Sep 2022 02:05:39 +0000 (19:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Sep 2022 02:05:40 +0000 (19:05 -0700)
Mat Martineau says:

====================
mptcp: Properly clean up unaccepted subflows

Patch 1 factors out part of the mptcp_close() function for use by a caller
that already owns the socket lock. This is a prerequisite for patch 2.

Patch 2 is the fix that fully cleans up the unaccepted subflow sockets.
====================

Link: https://lore.kernel.org/r/20220927193158.195729-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge