Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/2] mptcp: Locking fixes
@ 2022-12-20 19:52 Mat Martineau
  2022-12-20 19:52 ` [PATCH net 1/2] mptcp: fix deadlock in fastopen error path Mat Martineau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mat Martineau @ 2022-12-20 19:52 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, davem, kuba, pabeni, edumazet, imagedong, mptcp

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


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

end of thread, other threads:[~2022-12-22  2:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 19:52 [PATCH net 0/2] mptcp: Locking fixes Mat Martineau
2022-12-20 19:52 ` [PATCH net 1/2] mptcp: fix deadlock in fastopen error path Mat Martineau
2022-12-20 19:52 ` [PATCH net 2/2] mptcp: fix lockdep false positive Mat Martineau
2022-12-22  2:10 ` [PATCH net 0/2] mptcp: Locking fixes 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