OSDN Git Service

Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 12:28:01 +0000 (12:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 12:28:01 +0000 (12:28 +0000)
Mat Martineau says:

====================
mptcp: Fix address advertisement races and stabilize tests

Patches 1, 2, and 7 modify two self tests to give consistent, accurate
results by fixing timing issues and accounting for syncookie behavior.

Paches 3-6 fix two races in overlapping address advertisement send and
receive. Associated self tests are updated, including addition of two
MIBs to enable testing and tracking dropped address events.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge