Message ID | 20240517-mptcp-doc-v1-0-fc1ef063584e@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | doc: introduce MPTCP global doc | 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: Success! ✅ - KVM Validation: btf (only bpftest_all): Success! ✅ - Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/9132273070 Initiator: Patchew Applier Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/8d1e5a53dec8 Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=854078 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)
The most interesting bit is in the last patch: a new 'mptcp' page in 'networking' documentation. The first patch is a fix (missing sysctl entry), and the second one reorder the sysctl entries. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> --- Matthieu Baerts (NGI0) (3): doc: mptcp: add missing 'available_schedulers' entry doc: mptcp: alphabetical order doc: new 'mptcp' page in 'networking' Documentation/networking/index.rst | 1 + Documentation/networking/mptcp-sysctl.rst | 74 +++++++------- Documentation/networking/mptcp.rst | 155 ++++++++++++++++++++++++++++++ MAINTAINERS | 2 +- 4 files changed, 196 insertions(+), 36 deletions(-) --- base-commit: 2ccd59d4df6aef3f553caf11e00af66300448e63 change-id: 20240517-mptcp-doc-315f909a12c4 Best regards,