OSDN Git Service

Merge branch 'mptcp-refactor-inet_accept-and-mib-updates'
authorJakub Kicinski <kuba@kernel.org>
Fri, 19 May 2023 03:06:34 +0000 (20:06 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 19 May 2023 03:06:34 +0000 (20:06 -0700)
Mat Martineau says:

====================
mptcp: Refactor inet_accept() and MIB updates

Patches 1 and 2 refactor inet_accept() to provide a new __inet_accept()
that's usable with locked sockets, and then make use of that helper to
simplify mptcp_stream_accept().

Patches 3 and 4 add some new MIBS related to MPTCP address advertisement
and update related selftest scripts.

Patch 5 modifies the selftests to ensure MIBS are only printed once when
a test case fails.
====================

Link: https://lore.kernel.org/r/20230516-send-net-next-20220516-v1-0-e91822b7b6e0@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge