]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
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)
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>

Trivial merge