]> Git Repo - J-linux.git/commitdiff
Merge branch 'misdn-don-t-call-dev_kfree_skb-kfree_skb-under-spin_lock_irqsave'
authorJakub Kicinski <[email protected]>
Wed, 14 Dec 2022 03:24:53 +0000 (19:24 -0800)
committerJakub Kicinski <[email protected]>
Wed, 14 Dec 2022 03:24:54 +0000 (19:24 -0800)
Yang Yingliang says:

====================
mISDN: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()

It is not allowed to call kfree_skb() or consume_skb() from hardware
interrupt context or with hardware interrupts being disabled. This
pachset try to avoid calling dev_kfree_skb/kfree_skb()() under
spin_lock_irqsave().
====================

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>

Trivial merge
This page took 0.04516 seconds and 4 git commands to generate.