[PATCH net-next] doc: mptcp: fix Netlink specs link

Matthieu Baerts (NGI0) posted 1 patch 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20250909-net-next-mptcp-pm-link-v1-1-0f1c4b8439c6@kernel.org
Documentation/networking/mptcp.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Re: [PATCH net-next] doc: mptcp: fix Netlink specs link
Posted by patchwork-bot+netdevbpf@kernel.org 6 days, 12 hours ago
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 09 Sep 2025 19:46:09 +0200 you wrote:
> The Netlink specs RST files are no longer generated inside the source
> tree.
> 
> In other words, the path to mptcp_pm.rst has changed, and needs to be
> updated to the new location.
> 
> Fixes: 1ce4da3dd99e ("docs: use parser_yaml extension to handle Netlink specs")
> Reported-by: Kory Maincent <kory.maincent@bootlin.com>
> Closes: https://lore.kernel.org/20250828185037.07873d04@kmaincent-XPS-13-7390
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
> 
> [...]

Here is the summary with links:
  - [net-next] doc: mptcp: fix Netlink specs link
    https://git.kernel.org/netdev/net-next/c/1f24a2409745

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] doc: mptcp: fix Netlink specs link
Posted by MPTCP CI 1 week ago
Hi Matthieu,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal: Unstable: 1 failed test(s): selftest_mptcp_connect_checksum 🔴
- KVM Validation: debug: 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/17591544452

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


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)