Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>: On Tue, 13 Sep 2022 16:31:57 -0700 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > Due to change to switch to use lock_sock inside rfcomm_sk_state_change > the socket shutdown/release procedure can cause a deadlock: > > rfcomm_sock_shutdown(): > lock_sock(); > __rfcomm_sock_close(): > rfcomm_dlc_close(): > __rfcomm_dlc_close(): > rfcomm_dlc_lock(); > rfcomm_sk_state_change(): > lock_sock(); > > [...] Here is the summary with links: - Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release https://git.kernel.org/bluetooth/bluetooth-next/c/812e92b824c1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html