MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH net 0/3] mptcp: Fixes for mptcp cleanup/close and a selftest
@ 2022-08-05  0:21 Mat Martineau
  2022-08-05  0:21 ` [PATCH net 1/3] mptcp: move subflow cleanup in mptcp_destroy_common() Mat Martineau
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mat Martineau @ 2022-08-05  0:21 UTC (permalink / raw)
  To: netdev
  Cc: Mat Martineau, davem, kuba, pabeni, edumazet, matthieu.baerts, fw,
	dcaratti, mptcp

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-05  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-05  0:21 [PATCH net 0/3] mptcp: Fixes for mptcp cleanup/close and a selftest Mat Martineau
2022-08-05  0:21 ` [PATCH net 1/3] mptcp: move subflow cleanup in mptcp_destroy_common() Mat Martineau
2022-08-05  0:21 ` [PATCH net 2/3] mptcp: do not queue data on closed subflows Mat Martineau
2022-08-05  0:21 ` [PATCH net 3/3] selftests: mptcp: make sendfile selftest work Mat Martineau
2022-08-05  8:00 ` [PATCH net 0/3] mptcp: Fixes for mptcp cleanup/close and a selftest patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox