]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'mptcp-improve-code-coverage-and-small-optimisations'
authorJakub Kicinski <kuba@kernel.org>
Wed, 5 Mar 2025 00:57:40 +0000 (16:57 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Mar 2025 00:57:40 +0000 (16:57 -0800)
commita144da586c6bdf345c80598533673e1150c90b25
tree020f7be452665126604159b58afe45df8296ca89
parent71f8992e34a9f358a53da6bfcd8b00226df177a2
parentf0de92479a098ba930506ed2e715a7aad3887ec1
Merge branch 'mptcp-improve-code-coverage-and-small-optimisations'

Matthieu Baerts says:

====================
mptcp: improve code coverage and small optimisations

This small series have various unrelated patches:

- Patch 1 and 2: improve code coverage by validating mptcp_diag_dump_one
  thanks to a new tool displaying MPTCP info for a specific token.

- Patch 3: a fix for a commit which is only in net-next.

- Patch 4: reduce parameters for one in-kernel PM helper.

- Patch 5: exit early when processing an ADD_ADDR echo to avoid unneeded
  operations.
====================

Link: https://patch.msgid.link/20250228-net-next-mptcp-coverage-small-opti-v1-0-f933c4275676@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>