Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 09 Mar 2023 15:49:56 +0100 you wrote:
Patch 1 fixes a possible deadlock in subflow_error_report() reported by lockdep. The report was in fact a false positive but the modification makes sense and silences lockdep to allow syzkaller to find real issues. The regression has been introduced in v5.12.
Patch 2 is a refactoring needed to be able to fix the two next issues. It improves the situation and can be backported up to v6.0.
[...]
Here is the summary with links: - [net,v2,1/8] mptcp: fix possible deadlock in subflow_error_report https://git.kernel.org/netdev/net/c/b7a679ba7c65 - [net,v2,2/8] mptcp: refactor passive socket initialization https://git.kernel.org/netdev/net/c/3a236aef280e - [net,v2,3/8] mptcp: use the workqueue to destroy unaccepted sockets https://git.kernel.org/netdev/net/c/b6985b9b8295 - [net,v2,4/8] mptcp: fix UaF in listener shutdown https://git.kernel.org/netdev/net/c/0a3f4f1f9c27 - [net,v2,5/8] selftests: mptcp: userspace pm: fix printed values https://git.kernel.org/netdev/net/c/840742b7ed0e - [net,v2,6/8] mptcp: add ro_after_init for tcp{,v6}_prot_override https://git.kernel.org/netdev/net/c/822467a48e93 - [net,v2,7/8] mptcp: avoid setting TCP_CLOSE state twice https://git.kernel.org/netdev/net/c/3ba14528684f - [net,v2,8/8] mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket() https://git.kernel.org/netdev/net/c/cee4034a3db1
You are awesome, thank you!