summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
diff options
context:
space:
mode:
authorNiels Dossche <dossche.niels@gmail.com>2022-04-07 21:06:52 +0300
committerMarcel Holtmann <marcel@holtmann.org>2022-05-13 14:05:49 +0300
commit50a3633ae5e98cf1b80ef5b73c9e341aee9ad896 (patch)
tree486c01956e5c0ea0e061d5c1a21cec9fb07d20d8 /net/bluetooth/hci_event.c
parent8b1d66b50437b65ef109f32270bd936ca5437a83 (diff)
downloadlinux-50a3633ae5e98cf1b80ef5b73c9e341aee9ad896.tar.xz
Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoring
hci_is_adv_monitoring's function documentation states that it must be called under the hdev lock. Paths that leads to an unlocked call are: discov_update => start_discovery => interleaved_discov => active_scan and: discov_update => start_discovery => active_scan The solution is to take the lock in active_scan during the duration of the call to hci_is_adv_monitoring. Fixes: c32d624640fd ("Bluetooth: disable filter dup when scan for adv monitor") Signed-off-by: Niels Dossche <dossche.niels@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_event.c')
0 files changed, 0 insertions, 0 deletions