diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-04-14 17:32:19 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2016-04-20 16:28:28 +0200 |
commit | c7c999cb18da88a881e10e07f0724ad0bfaff770 (patch) | |
tree | f211ce1476402b62d2395b04684ec86391fd0722 /MAINTAINERS | |
parent | at86rf230: increase sleep to off timings (diff) | |
download | linux-c7c999cb18da88a881e10e07f0724ad0bfaff770.tar.xz linux-c7c999cb18da88a881e10e07f0724ad0bfaff770.zip |
Bluetooth: vhci: Fix race at creating hci device
hci_vhci driver creates a hci device object dynamically upon each
HCI_VENDOR_PKT write. Although it checks the already created object
and returns an error, it's still racy and may build multiple hci_dev
objects concurrently when parallel writes are performed, as the device
tracks only a single hci_dev object.
This patch introduces a mutex to protect against the concurrent device
creations.
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions