From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Cc: mptcp@lists.linux.dev, martineau@kernel.org, geliang@kernel.org,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, shuah@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
stable@vger.kernel.org
Subject: Re: [PATCH net 00/14] mptcp: pm: fix IDs not being reusable
Date: Wed, 21 Aug 2024 01:30:34 +0000 [thread overview]
Message-ID: <172420383401.1291081.11218145851509520450.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240819-net-mptcp-pm-reusing-id-v1-0-38035d40de5b@kernel.org>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 19 Aug 2024 21:45:18 +0200 you wrote:
> Here are more fixes for the MPTCP in-kernel path-manager. In this
> series, the fixes are around the endpoint IDs not being reusable for
> on-going connections when re-creating endpoints with previously used IDs.
>
> - Patch 1 fixes this case for endpoints being used to send ADD_ADDR.
> Patch 2 validates this fix. The issue is present since v5.10.
>
> [...]
Here is the summary with links:
- [net,01/14] mptcp: pm: re-using ID of unused removed ADD_ADDR
https://git.kernel.org/netdev/net/c/e255683c06df
- [net,02/14] selftests: mptcp: join: check re-using ID of unused ADD_ADDR
https://git.kernel.org/netdev/net/c/a13d5aad4dd9
- [net,03/14] mptcp: pm: re-using ID of unused removed subflows
https://git.kernel.org/netdev/net/c/edd8b5d868a4
- [net,04/14] selftests: mptcp: join: check re-using ID of closed subflow
https://git.kernel.org/netdev/net/c/65fb58afa341
- [net,05/14] mptcp: pm: re-using ID of unused flushed subflows
https://git.kernel.org/netdev/net/c/ef34a6ea0cab
- [net,06/14] selftests: mptcp: join: test for flush/re-add endpoints
https://git.kernel.org/netdev/net/c/e06959e9eebd
- [net,07/14] mptcp: pm: remove mptcp_pm_remove_subflow()
https://git.kernel.org/netdev/net/c/f448451aa62d
- [net,08/14] mptcp: pm: only mark 'subflow' endp as available
https://git.kernel.org/netdev/net/c/322ea3778965
- [net,09/14] mptcp: pm: only decrement add_addr_accepted for MPJ req
https://git.kernel.org/netdev/net/c/1c1f72137598
- [net,10/14] mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
https://git.kernel.org/netdev/net/c/0137a3c7c2ea
- [net,11/14] mptcp: pm: only in-kernel cannot have entries with ID 0
https://git.kernel.org/netdev/net/c/ca6e55a703ca
- [net,12/14] mptcp: pm: fullmesh: select the right ID later
https://git.kernel.org/netdev/net/c/09355f7abb9f
- [net,13/14] selftests: mptcp: join: validate fullmesh endp on 1st sf
https://git.kernel.org/netdev/net/c/4878f9f8421f
- [net,14/14] mptcp: pm: avoid possible UaF when selecting endp
https://git.kernel.org/netdev/net/c/48e50dcbcbaa
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-08-21 1:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-19 19:45 Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 01/14] mptcp: pm: re-using ID of unused removed ADD_ADDR Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 02/14] selftests: mptcp: join: check re-using ID of unused ADD_ADDR Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 03/14] mptcp: pm: re-using ID of unused removed subflows Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 04/14] selftests: mptcp: join: check re-using ID of closed subflow Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 05/14] mptcp: pm: re-using ID of unused flushed subflows Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 06/14] selftests: mptcp: join: test for flush/re-add endpoints Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 07/14] mptcp: pm: remove mptcp_pm_remove_subflow() Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 08/14] mptcp: pm: only mark 'subflow' endp as available Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 09/14] mptcp: pm: only decrement add_addr_accepted for MPJ req Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 10/14] mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 11/14] mptcp: pm: only in-kernel cannot have entries with ID 0 Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 12/14] mptcp: pm: fullmesh: select the right ID later Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 13/14] selftests: mptcp: join: validate fullmesh endp on 1st sf Matthieu Baerts (NGI0)
2024-08-19 19:45 ` [PATCH net 14/14] mptcp: pm: avoid possible UaF when selecting endp Matthieu Baerts (NGI0)
2024-08-21 1:30 ` patchwork-bot+netdevbpf [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=172420383401.1291081.11218145851509520450.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=geliang@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=martineau@kernel.org \
--cc=matttbe@kernel.org \
--cc=mptcp@lists.linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
/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
all inboxes | Powered by JetHome®