]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add extra device reference counting for connections
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Aug 2009 21:19:26 +0000 (14:19 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Aug 2009 21:19:26 +0000 (14:19 -0700)
commitf017dbb82fa8a7d93847ff2685d29afd37448c91
treecd7e40a026475b7e4ddb8bdc944e75bc5a18c250
parent2cd13b201d0263f5c96d68f9526803a4c8839bb5
Bluetooth: Add extra device reference counting for connections

The device model itself has no real usable reference counting at the
moment and this causes problems if parents are deleted before their
children. The device model itself handles the memory details of this
correctly, but the uevent order is not consistent. This causes various
problems for systems like HAL or even X.

So until device_put() does a proper cleanup, the device for Bluetooth
connection will be protected with an extra reference counting to ensure
the correct order of uevents when connections are terminated.

This is not an automatic feature. Higher Bluetooth layers like HIDP or
BNEP should grab this new reference to ensure that their uevents are
send before the ones from the parent device.

Based on a report by Brian Rogers <brian@xyzw.org>

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c