Message ID | 20221220195215.238353-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: Locking fixes | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 20 Dec 2022 11:52:13 -0800 you wrote: > 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. > > [...] Here is the summary with links: - [net,1/2] mptcp: fix deadlock in fastopen error path https://git.kernel.org/netdev/net/c/7d803344fdc3 - [net,2/2] mptcp: fix lockdep false positive https://git.kernel.org/netdev/net/c/fec3adfd754c You are awesome, thank you!