linux-stable/drivers/bluetooth
Yang Yingliang 0913307bb5 Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()
[ Upstream commit 7b503e339c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-07 12:07:22 +01:00
..
Kconfig Revert "Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV" 2018-11-27 16:09:40 +01:00
Makefile
ath3k.c Bluetooth: Add another AR3012 04ca:3018 device 2017-03-15 10:02:40 +08:00
bcm203x.c
bfusb.c Bluetooth: bfusb: fix division by zero in send path 2022-01-27 08:47:30 +01:00
bluecard_cs.c
bpa10x.c
bt3c_cs.c
btbcm.c Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth 2018-11-13 11:16:50 -08:00
btbcm.h
btintel.c
btintel.h
btmrvl_debugfs.c
btmrvl_drv.h
btmrvl_main.c
btmrvl_sdio.c btmrvl: avoid double-disable_irq() race 2017-10-21 17:21:38 +02:00
btmrvl_sdio.h
btqca.c Bluetooth: btqca: Add a short delay before downloading the NVM 2019-09-10 10:31:00 +01:00
btqca.h
btqcomsmd.c Bluetooth: btqcomsmd: Fix skb double free corruption 2018-03-24 11:00:22 +01:00
btrtl.c
btrtl.h
btsdio.c Bluetooth: btsdio: Do not bind to non-removable BCM43341 2018-02-17 13:21:18 +01:00
btuart_cs.c
btusb.c Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave() 2023-01-07 12:07:22 +01:00
btwilink.c Bluetooth: btwilink: Fix probe return value 2016-10-20 10:14:49 +02:00
dtl1_cs.c
hci_ag6xx.c
hci_ath.c Bluetooth: hci_uart: check for missing tty operations 2019-08-04 09:33:44 +02:00
hci_bcm.c Bluetooth: hci_uart: check for missing tty operations 2019-08-04 09:33:44 +02:00
hci_bcsp.c Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave() 2023-01-07 12:07:22 +01:00
hci_h4.c
hci_h5.c Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave() 2023-01-07 12:07:22 +01:00
hci_intel.c Bluetooth: hci_uart: check for missing tty operations 2019-08-04 09:33:44 +02:00
hci_ldisc.c Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_proto() 2019-11-16 10:29:34 +01:00
hci_ll.c
hci_mrvl.c Bluetooth: hci_uart: check for missing tty operations 2019-08-04 09:33:44 +02:00
hci_qca.c Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave() 2023-01-07 12:07:22 +01:00
hci_uart.h Bluetooth: hci_uart: check for missing tty operations 2019-08-04 09:33:44 +02:00
hci_vhci.c