Merge branch 'mptcp-misc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Dec 2023 20:54:22 +0000 (20:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Dec 2023 20:54:22 +0000 (20:54 +0000)
Matthieu Baerts says:

====================
mptcp: misc. fixes for v6.7

Here are a few fixes related to MPTCP:

Patch 1 avoids skipping some subtests of the MPTCP Join selftest by
mistake when using older versions of GCC. This fixes a patch introduced
in v6.4, backported up to v6.1.

Patch 2 fixes an inconsistent state when using MPTCP + FastOpen. A fix
for v6.2.

Patch 3 adds a description for MPTCP Kunit test modules to avoid a
warning.

Patch 4 adds an entry to the mailmap file for Geliang's email addresses.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Matthieu Baerts <matttbe@kernel.org>

Trivial merge