Merge branch 'mptcp-subflow-accounting-fix'
authorJakub Kicinski <kuba@kernel.org>
Sat, 14 May 2022 00:04:33 +0000 (17:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 14 May 2022 00:04:34 +0000 (17:04 -0700)
commitd40dcaa4c91a9b2510d3660066b8e4a2ed17f713
tree0b15d38f9988ecedeb2dde7cdba5498c1d5c1f70
parent04c494e68a1340cb5c70d4704ac32d863dc64293
parente274f71540082b015568eaf0b08ec70ac08dc4ad
Merge branch 'mptcp-subflow-accounting-fix'

Mat Martineau says:

====================
mptcp: Subflow accounting fix

This series contains a bug fix affecting the in-kernel path manager
(patch 1), where closing subflows would sometimes not adjust the PM's
count of active subflows. Patch 2 updates the selftests to exercise the
new code.
====================

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