Re: [PATCH v1] bluetooth: hci_qca: disable irqs when spinlock is acquired

2019-09-04 Thread Marcel Holtmann
Hi Harish, > 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-b

[PATCH v1] bluetooth: hci_qca: disable irqs when spinlock is acquired

2019-09-03 Thread Harish Bandi
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 --- driv