Message ID | 20250117-mptcp-issue-540-v2-0-a194740fb380@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: pm: only set fullmesh for subflow endp | expand |
Hi Matthieu, Thank you for your modifications, that's great! Our CI did some validations and here is its report: - KVM Validation: normal: Success! ✅ - KVM Validation: debug: Critical: 1 Call Trace(s) ❌ - 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/12826636303 Initiator: Patchew Applier Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/0abf0f42d0e0 Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=926404 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)
Here are a few patches linked to the 'set-flags' interface with the in-kernel path-manager. Patch 1: a fix for an issue reported by syzbot. For -net. Patch 2: a small cleanup. For -next. Patch 3: a small optimisation not to iterate over all subflows to do nothing. For -next. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> --- Changes in v2: - patch 1: check the two flags in one instruction. (Paolo) - patch 2-3: new patches, for next. - Link to v1: https://lore.kernel.org/r/20250116-mptcp-issue-540-v1-1-b0ba2c126eb8@kernel.org --- Matthieu Baerts (NGI0) (3): mptcp: pm: only set fullmesh for subflow endp mptcp: pm: remove unused ret value to set flags mptcp: pm: change to fullmesh only for 'subflow' net/mptcp/pm_netlink.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) --- base-commit: c466642ac4d22d6f294d669d8a1a3535610cb45c change-id: 20250116-mptcp-issue-540-49d1db3346a9 Best regards,