Files
linux/drivers
Yang Yingliang 7b503e339c Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()
It is not allowed to call kfree_skb() from hardware interrupt
context or with interrupts being disabled. So replace kfree_skb()
with dev_kfree_skb_irq() under spin_lock_irqsave().

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2022-12-12 14:19:26 -08:00
..
2022-11-04 16:03:43 -07:00
2022-09-21 20:33:49 +02:00
2022-10-22 03:29:32 +00:00
2022-12-12 11:39:12 +01:00