mbox series

[net,0/3] mptcp: Fixes for mptcp cleanup/close and a selftest

Message ID 20220805002127.88430-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Fixes for mptcp cleanup/close and a selftest | expand

Message

Mat Martineau Aug. 5, 2022, 12:21 a.m. UTC
Patch 1 fixes an issue with leaking subflow sockets if there's a failure
in a CGROUP_INET_SOCK_CREATE eBPF program.

Patch 2 fixes a syzkaller-detected race at MPTCP socket close.

Patch 3 is a fix for one mode of the mptcp_connect.sh selftest.


Florian Westphal (1):
  selftests: mptcp: make sendfile selftest work

Paolo Abeni (2):
  mptcp: move subflow cleanup in mptcp_destroy_common()
  mptcp: do not queue data on closed subflows

 net/mptcp/protocol.c                          | 47 +++++++++----------
 net/mptcp/protocol.h                          | 13 +++--
 net/mptcp/subflow.c                           |  3 +-
 .../selftests/net/mptcp/mptcp_connect.c       | 26 ++++++----
 4 files changed, 49 insertions(+), 40 deletions(-)


base-commit: 4ae97cae07e15d41e5c0ebabba64c6eefdeb0bbe

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 5, 2022, 8 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu,  4 Aug 2022 17:21:24 -0700 you wrote:
> Patch 1 fixes an issue with leaking subflow sockets if there's a failure
> in a CGROUP_INET_SOCK_CREATE eBPF program.
> 
> Patch 2 fixes a syzkaller-detected race at MPTCP socket close.
> 
> Patch 3 is a fix for one mode of the mptcp_connect.sh selftest.
> 
> [...]

Here is the summary with links:
  - [net,1/3] mptcp: move subflow cleanup in mptcp_destroy_common()
    https://git.kernel.org/netdev/net/c/c0bf3c6aa444
  - [net,2/3] mptcp: do not queue data on closed subflows
    https://git.kernel.org/netdev/net/c/c886d70286bf
  - [net,3/3] selftests: mptcp: make sendfile selftest work
    https://git.kernel.org/netdev/net/c/df9e03aec3b1

You are awesome, thank you!