mbox series

[net,0/3] mptcp: fix races on accept()

Message ID cover.1587389294.git.pabeni@redhat.com
Headers show
Series mptcp: fix races on accept() | expand

Message

Paolo Abeni April 20, 2020, 2:25 p.m. UTC
This series includes some fixes for accept() races which may cause inconsistent
MPTCP socket status and oops. Please see the individual patches for the
technical details.

Florian Westphal (1):
  mptcp: handle mptcp listener destruction via rcu

Paolo Abeni (2):
  mptcp: avoid flipping mp_capable field in syn_recv_sock()
  mptcp: drop req socket remote_key* fields

 net/mptcp/protocol.c | 11 ++++++--
 net/mptcp/protocol.h |  8 +++---
 net/mptcp/subflow.c  | 66 +++++++++++++++++++++++++++-----------------
 3 files changed, 52 insertions(+), 33 deletions(-)