[PATCH net 0/2] mptcp: Locking fixes

Mat Martineau posted 2 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
net/mptcp/protocol.c | 20 ++++++++++++++++----
net/mptcp/protocol.h |  4 ++--
net/mptcp/subflow.c  | 19 +++++++++++++++++--
3 files changed, 35 insertions(+), 8 deletions(-)
[PATCH net 0/2] mptcp: Locking fixes
Posted by Mat Martineau 1 year, 4 months ago
Two separate locking fixes for the networking tree:

Patch 1 addresses a MPTCP fastopen error-path deadlock that was found
with syzkaller.

Patch 2 works around a lockdep false-positive between MPTCP listening and
non-listening sockets at socket destruct time.


Paolo Abeni (2):
  mptcp: fix deadlock in fastopen error path
  mptcp: fix lockdep false positive

 net/mptcp/protocol.c | 20 ++++++++++++++++----
 net/mptcp/protocol.h |  4 ++--
 net/mptcp/subflow.c  | 19 +++++++++++++++++--
 3 files changed, 35 insertions(+), 8 deletions(-)


base-commit: 4be84df38a6f49b81e5909ede78242ba1538c1e6
-- 
2.39.0