[PATCH mptcp-next 0/3] display "last time" actions info

Geliang Tang posted 3 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1710748923.git.tanggeliang@kylinos.cn
There is a newer version of this series
include/uapi/linux/mptcp.h                    |  3 +++
net/mptcp/options.c                           |  1 +
net/mptcp/protocol.c                          |  5 +++++
net/mptcp/protocol.h                          |  3 +++
net/mptcp/sockopt.c                           |  5 +++++
.../testing/selftests/net/mptcp/mptcp_join.sh | 21 +++++++++++++++++++
6 files changed, 38 insertions(+)
[PATCH mptcp-next 0/3] display "last time" actions info
Posted by Geliang Tang 1 month, 1 week ago
From: Geliang Tang <tanggeliang@kylinos.cn>

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/446

Geliang Tang (3):
  mptcp: add last time fields in mptcp_sock
  mptcp: add last time fields in mptcp_info
  selftests: mptcp: add last time actions tests

 include/uapi/linux/mptcp.h                    |  3 +++
 net/mptcp/options.c                           |  1 +
 net/mptcp/protocol.c                          |  5 +++++
 net/mptcp/protocol.h                          |  3 +++
 net/mptcp/sockopt.c                           |  5 +++++
 .../testing/selftests/net/mptcp/mptcp_join.sh | 21 +++++++++++++++++++
 6 files changed, 38 insertions(+)

-- 
2.40.1
Re: [PATCH mptcp-next 0/3] display "last time" actions info
Posted by MPTCP CI 1 month, 1 week ago
Hi Geliang,

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: Unstable: 2 failed test(s): packetdrill_sockopts selftest_mptcp_join 🔴
- KVM Validation: btf (only bpftest_all): Success! ✅
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/8323279037

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


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)