commit | 31fb1bbdabb34d53e3d83f0353085d9b79977786 | [log] [tgz] |
---|---|---|
author | Harish Bandi <c-hbandi@codeaurora.org> | Wed Sep 04 10:04:16 2019 +0530 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Sep 04 16:06:08 2019 +0200 |
tree | 982aefa39f39656fa5c568e0bdabd5885462f7e6 | |
parent | 6d0762b19c5963ff9e178e8af3626532ee04d93d [diff] |
Bluetooth: hci_qca: disable irqs when spinlock is acquired Looks like Deadlock is observed in hci_qca while performing stress and stability tests. Since same lock is getting acquired from qca_wq_awake_rx and hci_ibs_tx_idle_timeout seeing spinlock recursion, irqs should be disable while acquiring the spinlock always. Signed-off-by: Harish Bandi <c-hbandi@codeaurora.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>