Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>: On Wed, 12 Feb 2025 18:59:46 +0300 you wrote: > Do not set 'HCI_UART_PROTO_READY' before call 'hci_uart_register_dev()'. > Possible race is when someone calls 'hci_tty_uart_close()' after this bit > is set, but 'hci_uart_register_dev()' wasn't done. This leads to access > to uninitialized fields. To fix it let's set this bit after device was > registered (as before patch c411c62cc133) and to fix previous problem let's > add one more bit in addition to 'HCI_UART_PROTO_READY' which allows to > perform power up without original bit set (pls see commit c411c62cc133). > > [...] Here is the summary with links: - [RESEND,v1] Bluetooth: hci_uart: fix race during initialization https://git.kernel.org/bluetooth/bluetooth-next/c/e2040fe3b82b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html