Merge branch 'mptcp-selftest-improvements-and-header-tweak'
authorDavid S. Miller <davem@davemloft.net>
Sat, 9 Jul 2022 11:19:24 +0000 (12:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Jul 2022 11:19:24 +0000 (12:19 +0100)
commitbe587adbf88a064e04eb1e65e5e31a75c2bfc9e2
tree7b4adf7532665e1dd187bee5e554afc274dd7d19
parent9f7cb73ef64b17e9bd97a62a2b18282461abde61
parent65ebc6676d17847dde26dcbe50627a2fe198ca4b
Merge branch 'mptcp-selftest-improvements-and-header-tweak'

Mat Martineau says:

====================
mptcp: Self test improvements and a header tweak

Patch 1 moves a definition to a header so it can be used in a struct
declaration.

Patch 2 adjusts a time threshold for a selftest that runs much slower on
debug kernels (and even more on slow CI infrastructure), to reduce
spurious failures.

Patches 3 & 4 improve userspace PM test coverage.

Patches 5 & 6 clean up output from a test script and selftest helper
tool.
====================

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