mbox series

[net,0/3] mptcp: Fixes and maintainer email update for v6.6

Message ID 20231004-send-net-20231004-v1-0-28de4ac663ae@kernel.org (mailing list archive)
Headers show
Series mptcp: Fixes and maintainer email update for v6.6 | expand

Message

Mat Martineau Oct. 4, 2023, 8:38 p.m. UTC
Patch 1 addresses a race condition in MPTCP "delegated actions"
infrastructure. Affects v5.19 and later.

Patch 2 removes an unnecessary restriction that did not allow additional
outgoing subflows using the local address of the initial MPTCP subflow.
v5.16 and later.

Patch 3 updates Matthieu's email address.

Signed-off-by: Mat Martineau <martineau@kernel.org>
---
Geliang Tang (1):
      mptcp: userspace pm allow creating id 0 subflow

Matthieu Baerts (1):
      MAINTAINERS: update Matthieu's email address

Paolo Abeni (1):
      mptcp: fix delegated action races

 .mailmap                 |  1 +
 MAINTAINERS              |  2 +-
 net/mptcp/pm_userspace.c |  6 ------
 net/mptcp/protocol.c     | 28 ++++++++++++++--------------
 net/mptcp/protocol.h     | 35 ++++++++++++-----------------------
 net/mptcp/subflow.c      | 10 ++++++++--
 6 files changed, 36 insertions(+), 46 deletions(-)
---
base-commit: 0add5c597f3253a9c6108a0a81d57f44ab0d9d30
change-id: 20231004-send-net-20231004-7e1422eddf40

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 5, 2023, 4:40 p.m. UTC | #1
Hello:

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

On Wed, 04 Oct 2023 13:38:10 -0700 you wrote:
> Patch 1 addresses a race condition in MPTCP "delegated actions"
> infrastructure. Affects v5.19 and later.
> 
> Patch 2 removes an unnecessary restriction that did not allow additional
> outgoing subflows using the local address of the initial MPTCP subflow.
> v5.16 and later.
> 
> [...]

Here is the summary with links:
  - [net,1/3] mptcp: fix delegated action races
    https://git.kernel.org/netdev/net/c/a5efdbcece83
  - [net,2/3] mptcp: userspace pm allow creating id 0 subflow
    https://git.kernel.org/netdev/net/c/e5ed101a6028
  - [net,3/3] MAINTAINERS: update Matthieu's email address
    https://git.kernel.org/netdev/net/c/8eed6ee362b0

You are awesome, thank you!