]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
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)
commit3b04cba7add093d0d8267cf70a333ca8fe8233ca
tree65446d1ed1c352092f390758f324cfdf4fc56f29
parent3e1308a7c88ba149baa08ddffedee30c6b3224a0
parent30e51b923e436b631e8d5b77fa5e318c6b066dc7
Merge branch 'mptcp-properly-clean-up-unaccepted-subflows'

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>