All of lore.kernel.org
 help / color / mirror / Atom feed
From: MPTCP CI <wpasupplicant.patchew@gmail.com>
To: Geliang Tang <geliang.tang@linux.dev>
Cc: mptcp@lists.linux.dev
Subject: Re: selftests: mptcp: flush userspace addrs list: Tests Results
Date: Wed, 10 Jan 2024 14:59:44 +0000	[thread overview]
Message-ID: <80d2aed8-d830-a1fa-c3f2-05b2318b44d5@gmail.com> (raw)
In-Reply-To: <45d5b581a58e29f4afebf09c685623be3108524a.1704892316.git.geliang.tang@linux.dev>

Hi Geliang,

Thank you for your modifications, that's great!

Our CI (Cirrus) did some validations with a debug kernel and here is its report:

- KVM Validation: debug (except selftest_mptcp_join):
  - Unstable: 1 failed test(s): selftest_diag 🔴:
  - Task: https://cirrus-ci.com/task/5560485303549952
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5560485303549952/summary/summary.txt

- KVM Validation: debug (only selftest_mptcp_join):
  - Unstable: 1 failed test(s): selftest_mptcp_join - Critical: KMemLeak ❌:
  - Task: https://cirrus-ci.com/task/4530609280778240
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/4530609280778240/summary/summary.txt

Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/3e911cc5cc90


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-debug

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)

  parent reply	other threads:[~2024-01-10 14:59 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-10 13:19 [PATCH mptcp-next v8 00/23] dump for userspace pm Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 01/23] mptcp: add mptcp_pm_parse_needs_id helper Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 02/23] mptcp: add needs_id for userspace appending addr Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 03/23] mptcp: add needs_id for netlink " Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 04/23] mptcp: map v4 address to v6 when destroying subflow Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 05/23] selftests: mptcp: rm subflow with v4/v4mapped addr Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 06/23] mptcp: export mptcp_genl_family & mptcp_nl_fill_addr Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 07/23] mptcp: implement mptcp_userspace_pm_dump_addr Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 08/23] mptcp: add token for get-addr in yaml Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 09/23] mptcp: dump addrs in userspace pm list Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 10/23] mptcp: check userspace pm subflow flag Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 11/23] selftests: mptcp: add " Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 12/23] selftests: mptcp: add token for dump_addr Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 13/23] selftests: mptcp: add check_output helper Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 14/23] selftests: mptcp: dump after creating id 0 subflow Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 15/23] selftests: mptcp: dump userspace addrs list Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 16/23] mptcp: add userspace_pm_lookup_addr_by_id helper Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 17/23] mptcp: implement mptcp_userspace_pm_get_addr Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 18/23] mptcp: get addr in userspace pm list Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 19/23] selftests: mptcp: add token for get_addr Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 20/23] selftests: mptcp: userspace pm get addr tests Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 21/23] mptcp: update set_flags interfaces Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 22/23] mptcp: set error messages for set_flags Geliang Tang
2024-01-10 13:19 ` [PATCH mptcp-next v8 23/23] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-10 14:23   ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-10 14:59   ` MPTCP CI [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-22  8:03 [PATCH mptcp-next v2 7/7] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-02-22  8:51 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-02-21  6:31 [PATCH mptcp-next 8/8] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-02-21 15:47 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-18  6:12 [PATCH mptcp-next v10 23/23] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-18  7:24 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-18  8:03 ` MPTCP CI
2024-01-16  3:35 [PATCH mptcp-next v9 23/23] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-16  4:45 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-16  5:00 ` MPTCP CI
2023-12-30  2:48 [PATCH mptcp-next v7 24/24] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-02 11:58 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-02 11:59   ` Matthieu Baerts
2024-01-02 14:14 ` MPTCP CI
2024-01-06  2:55 ` MPTCP CI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=80d2aed8-d830-a1fa-c3f2-05b2318b44d5@gmail.com \
    --to=wpasupplicant.patchew@gmail.com \
    --cc=geliang.tang@linux.dev \
    --cc=mptcp@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.