diff options
| author | Yang Yingliang <[email protected]> | 2022-12-06 12:59:10 +0000 |
|---|---|---|
| committer | Luiz Augusto von Dentz <[email protected]> | 2022-12-12 22:19:25 +0000 |
| commit | b15a6bd3c80c77faec8317319b97f976b1a08332 (patch) | |
| tree | a285533610247ea37be61d5794d4cf2fa0f2fa45 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
| parent | Bluetooth: btintel: Fix missing free skb in btintel_setup_combined() (diff) | |
| download | kernel-b15a6bd3c80c77faec8317319b97f976b1a08332.tar.gz kernel-b15a6bd3c80c77faec8317319b97f976b1a08332.zip | |
Bluetooth: btusb: 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: 803b58367ffb ("Bluetooth: btusb: Implement driver internal packet reassembly")
Signed-off-by: Yang Yingliang <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions
