[PATCH mptcp-net 0/4] Squash to "mptcp: misc fixes for v7.2-rc6"

Matthieu Baerts (NGI0) posted 4 patches 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20260731-mptcp-squash-fix-7-2rc6-v1-0-cfe460beb666@kernel.org
net/mptcp/options.c  | 16 ++++++++++++----
net/mptcp/protocol.c |  3 +--
net/mptcp/subflow.c  |  5 -----
3 files changed, 13 insertions(+), 11 deletions(-)
[PATCH mptcp-net 0/4] Squash to "mptcp: misc fixes for v7.2-rc6"
Posted by Matthieu Baerts (NGI0) 2 weeks, 1 day ago
Addressing comments from Clashiko.

Note that patches 2 and 4/5 of this series will get a few more
precisions in the commit message to ignore more silly comments from
Clashiko.

Link: https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260728-net-mptcp-misc-fixes-7-2-rc6-v1-0-f7e2d229159d%40kernel.org
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (4):
      Squash to "mptcp: avoid combining some incoming suboptions"
      Squash to "mptcp: reclaim forward-allocated memory on RX path errors"
      mptcp: options: reset DSS fields in case of unexpected size
      [mptcp-next] mptcp: remove MPC && MPJ check

 net/mptcp/options.c  | 16 ++++++++++++----
 net/mptcp/protocol.c |  3 +--
 net/mptcp/subflow.c  |  5 -----
 3 files changed, 13 insertions(+), 11 deletions(-)
---
base-commit: 23c7cb4262d954b810468b0e661d48af82b418d5
change-id: 20260731-mptcp-squash-fix-7-2rc6-edc6ba026efc

Best regards,
--  
Matthieu Baerts (NGI0) <matttbe@kernel.org>
Re: [PATCH mptcp-net 0/4] Squash to "mptcp: misc fixes for v7.2-rc6"
Posted by MPTCP CI 2 weeks, 1 day ago
Hi Matthieu,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal (except selftest_mptcp_join): Success! ✅
- KVM Validation: normal (only selftest_mptcp_join): Success! ✅
- KVM Validation: debug (except selftest_mptcp_join): Success! ✅
- KVM Validation: debug (only selftest_mptcp_join): Success! ✅
- KVM Validation: btf-normal (only bpftest_all): Success! ✅
- KVM Validation: btf-debug (only bpftest_all): Success! ✅
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/30636651226

Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/0090c801f5d3
Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=1138152


If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:

    $ cd [kernel source code]
    $ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
        --pull always mptcp/mptcp-upstream-virtme-docker:latest \
        auto-normal

For more details:

    https://github.com/multipath-tcp/mptcp-upstream-virtme-docker


Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)

Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (NGI0 Core)