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 |
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!