diff options
| author | 2022-12-12 09:56:17 +0000 | |
|---|---|---|
| committer | 2022-12-12 09:56:17 +0000 | |
| commit | 1b1661f68b5f2b8ead9de3510cf6c1c7751863a4 (patch) | |
| tree | d1df316f32d72e295953e90db3283b6d71be8e92 /security/integrity/git:/ssh:/git@git.zx2c4.com | |
| parent | net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave() (diff) | |
| parent | net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave() (diff) | |
Merge branch 'net-dev_kfree_skb_irq'
Yang Yingliang says:
====================
net: don't call dev_kfree_skb() under spin_lock_irqsave()
It is not allowed to call consume_skb() from hardware interrupt context
or with interrupts being disabled. This patchset replace dev_kfree_skb()
with dev_kfree_skb_irq/dev_consume_skb_irq() under spin_lock_irqsave()
in some drivers, or move dev_kfree_skb() after spin_unlock_irqrestore().
v2 -> v3:
Update commit message, and change to use dev_kfree_skb_irq() in patch #1, #3.
v1 -> v2:
patch #2 Move dev_kfree_skb() after spin_unlock_irqrestore()
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/integrity/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
