diff options
author | 2023-08-23 11:46:37 +0800 | |
---|---|---|
committer | 2023-08-24 12:24:37 -0700 | |
commit | 2a05334d7f91ff189692089c05fc48cc1d8204de (patch) | |
tree | 16338f75d42cfe90056b035c0ca6bc25214ff577 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Bluetooth: btusb: Fix quirks table naming (diff) | |
download | wireguard-linux-2a05334d7f91ff189692089c05fc48cc1d8204de.tar.xz wireguard-linux-2a05334d7f91ff189692089c05fc48cc1d8204de.zip |
Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()
It is not allowed to call kfree_skb() from hardware interrupt
context or with hardware interrupts being disabled.
So replace kfree_skb() with dev_kfree_skb_irq() under
spin_lock_irqsave(). Compile tested only.
Fixes: baac6276c0a9 ("Bluetooth: btusb: handle mSBC audio over USB Endpoints")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions