]> www.infradead.org Git - users/dwmw2/linux.git/commit
Bluetooth: hci_core: Fix calling mgmt_device_connected
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 8 Nov 2024 16:19:54 +0000 (11:19 -0500)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 12 Nov 2024 16:39:12 +0000 (11:39 -0500)
commit7967dc8f797f454d4f4acec15c7df0cdf4801617
treef5be9711a96001883ad90555d2dac5c07bff725f
parent20bbe5b802494444791beaf2c6b9597fcc67ff49
Bluetooth: hci_core: Fix calling mgmt_device_connected

Since 61a939c68ee0 ("Bluetooth: Queue incoming ACL data until
BT_CONNECTED state is reached") there is no long the need to call
mgmt_device_connected as ACL data will be queued until BT_CONNECTED
state.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219458
Link: https://github.com/bluez/bluez/issues/1014
Fixes: 333b4fd11e89 ("Bluetooth: L2CAP: Fix uaf in l2cap_connect")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_core.c