Merge branch 'mptcp-locking-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 22 Dec 2022 02:06:01 +0000 (18:06 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Dec 2022 02:06:02 +0000 (18:06 -0800)
commit43ae218f69a66a4998ca2f99b9a1887ccc61fd4f
tree700c8c2147933deb7f63f0bc6d40fa0bd7da41f0
parente20aa071cd955aabc15be0ec1e914283592ddef4
parentfec3adfd754ccc99a7230e8ab9f105b65fb07bcc
Merge branch 'mptcp-locking-fixes'

Mat Martineau says:

====================
mptcp: Locking fixes

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.
====================

Link: https://lore.kernel.org/r/20221220195215.238353-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>