]> www.infradead.org Git - users/jedix/linux-maple.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>
Thu, 14 Nov 2024 20:40:35 +0000 (15:40 -0500)
commit55abbd148dfb604ebf3f72d6c3dd2a8063d40718
treea1f7e4d866e48f6b333ed5d10f4e7b860869a7b3
parent2de33a21a136ccfcf5ebd956537eec0637e067d3
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