lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20220927193158.195729-1-mathew.j.martineau@linux.intel.com> Date: Tue, 27 Sep 2022 12:31:56 -0700 From: Mat Martineau <mathew.j.martineau@...ux.intel.com> To: netdev@...r.kernel.org Cc: Mat Martineau <mathew.j.martineau@...ux.intel.com>, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, edumazet@...gle.com, fw@...len.de, matthieu.baerts@...sares.net, mptcp@...ts.linux.dev Subject: [PATCH net 0/2] mptcp: Properly clean up unaccepted subflows Patch 1 factors out part of the mptcp_close() function for use by a caller that already owns the socket lock. This is a prerequisite for patch 2. Patch 2 is the fix that fully cleans up the unaccepted subflow sockets. Menglong Dong (2): mptcp: factor out __mptcp_close() without socket lock mptcp: fix unreleased socket in accept queue net/mptcp/protocol.c | 16 +++++++++++++--- net/mptcp/protocol.h | 2 ++ net/mptcp/subflow.c | 33 +++++++-------------------------- 3 files changed, 22 insertions(+), 29 deletions(-) base-commit: 797666cd5af041ffb66642fff62f7389f08566a2 -- 2.37.3
Powered by blists - more mailing lists