]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbddf7562e7f306402096a9124063ec5df0327443
tree0b15d38f9988ecedeb2dde7cdba5498c1d5c1f70
parentc52b94522de3b2e8d6a5467361ff87f12fe219ca
parent2d4faa4fb071c7d4709b22e4bece0cb1d1e67988
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>