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

Mat Martineau posted 3 patches 1 year, 7 months ago
Failed in applying to current master (apply log)
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(-)
[PATCH net 0/3] mptcp: Fixes for mptcp cleanup/close and a selftest
Posted by Mat Martineau 1 year, 7 months ago
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
-- 
2.37.1