From: Matthieu Baerts <matttbe@kernel.org>
To: Geliang Tang <geliang@kernel.org>,
MPTCP Upstream <mptcp@lists.linux.dev>
Cc: Marco Angaroni <marco.angaroni@italtel.com>
Subject: Re: [PATCH mptcp-net v2 00/11] mptcp: avoid dup events + error + misc.
Date: Tue, 27 Jan 2026 13:21:12 +0100 [thread overview]
Message-ID: <8a307148-07cc-4b6d-974f-6ddec371f2e2@kernel.org> (raw)
In-Reply-To: <2ce6fadb135d3d2227032c8b5f553f328f5c96ce.camel@kernel.org>
Hi Geliang,
On 27/01/2026 07:49, Geliang Tang wrote:
> Hi Matt,
>
> Thanks for this v2.
>
> On Mon, 2026-01-26 at 20:18 +0100, Matthieu Baerts (NGI0) wrote:
>> There are two fixes with their tests:
>>
>> - a subflow closed event can be visible multiple times, see issue
>> #603
>>
>> - the subflow closed event didn't contain the error as expected.
>>
>> The 4 first patches are for -net, the rest are small fixes and
>> improvements for net-next. Some tests should be quicker now.
>>
>> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
>
> Looks good to me.
>
> Reviewed-by: Geliang Tang <geliang@kernel.org>
Thank you for the review!
Now in our tree:
New patches for t/upstream-net and t/upstream:
- e00c1cde2f33: mptcp: avoid dup SUB_CLOSED events after disconnect
- 2690dee1d1c2: selftests: mptcp: check no dup close events after error
- b00ab6a1c0a3: mptcp: only reset subflow errors when propagated
- 16cfe3e8f86d: selftests: mptcp: check subflow errors in close events
- Results: e2aed0b16078..b9ebb632c0c5 (export-net)
- Results: f35d5bacc3d9..3a7897f294e0 (export)
New patches for t/upstream:
- 3a865473b8fc: selftests: mptcp: join: wait for estab event instead of MPJ
- 0e605a03b612: selftests: mptcp: join: fix wait_mpj helper
- 7ba1f3ed5a69: selftests: mptcp: join: userspace: wait for new events
- 9c01b3c47ce3: selftests: mptcp: join chk_stale_nr: avoid dup stats
- 29d0083334ab: selftests: mptcp: join: avoid declaring i if not used
- e6a4afd1527a: selftests: mptcp: connect: fix maybe-uninitialize warn
- 983eaf267fa4: selftests: mptcp: connect cleanup TFO setup
- Results: 3a7897f294e0..7db9a30f8664 (export)
Tests are now in progress:
- export-net:
https://github.com/multipath-tcp/mptcp_net-next/commit/f4278db6305ce32da9f5d541d3034ef2358f38e1/checks
- export:
https://github.com/multipath-tcp/mptcp_net-next/commit/954a6c81672b5ff22af3066565cbbc8631fd70f6/checks
- export:
https://github.com/multipath-tcp/mptcp_net-next/commit/8ad88e01fe8c2c5b0a6c897b0cf72bba60594b9a/checks
Cheers,
Matt
--
Sponsored by the NGI0 Core fund.
prev parent reply other threads:[~2026-01-27 12:21 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-26 19:18 [PATCH mptcp-net v2 00/11] mptcp: avoid dup events + error + misc Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 01/11] mptcp: avoid dup SUB_CLOSED events after disconnect Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 02/11] selftests: mptcp: check no dup close events after error Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 03/11] mptcp: only reset subflow errors when propagated Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 04/11] selftests: mptcp: check subflow errors in close events Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 05/11] selftests: mptcp: join: wait for estab event instead of MPJ Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 06/11] selftests: mptcp: join: fix wait_mpj helper Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 07/11] selftests: mptcp: join: userspace: wait for new events Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 08/11] selftests: mptcp: join chk_stale_nr: avoid dup stats Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 09/11] selftests: mptcp: join: avoid declaring i if not used Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 10/11] selftests: mptcp: connect: fix maybe-uninitialize warn Matthieu Baerts (NGI0)
2026-01-26 19:18 ` [PATCH mptcp-net v2 11/11] selftests: mptcp: connect cleanup TFO setup Matthieu Baerts (NGI0)
2026-01-26 20:34 ` [PATCH mptcp-net v2 00/11] mptcp: avoid dup events + error + misc MPTCP CI
2026-01-27 6:49 ` Geliang Tang
2026-01-27 12:21 ` Matthieu Baerts [this message]
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=8a307148-07cc-4b6d-974f-6ddec371f2e2@kernel.org \
--to=matttbe@kernel.org \
--cc=geliang@kernel.org \
--cc=marco.angaroni@italtel.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox