1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-20 05:13:55 +00:00
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: 1da177e4c3f4 ("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-25 17:50:57 -08:00
2022-12-02 15:35:21 -08:00
2022-12-08 12:37:42 -08:00
2022-12-04 12:18:37 -08:00
2022-11-18 13:59:45 -08:00
2022-12-02 16:27:15 -08:00
2022-12-07 12:37:35 -08:00
2022-11-25 13:54:48 -08:00
2022-11-25 12:32:42 -08:00
2022-11-23 11:19:06 -08:00
2022-11-18 10:59:52 -08:00
2022-12-12 11:39:12 +01:00
2022-11-16 10:49:06 -08:00