[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167099041836.9337.2731638909527627370.git-patchwork-notify@kernel.org>
Date: Wed, 14 Dec 2022 04:00:18 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yang Yingliang <yangyingliang@...wei.com>
Cc: netdev@...r.kernel.org, isdn@...ux-pingi.de, davem@...emloft.net,
kuba@...nel.org, jiri@...nulli.us
Subject: Re: [PATCH net v2 0/3] mISDN: don't call dev_kfree_skb/kfree_skb() under
spin_lock_irqsave()
Hello:
This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 12 Dec 2022 16:41:36 +0800 you wrote:
> 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().
>
> v1 -> v2:
> Use skb_queue_splice_init() to move the 'squeue' to a free queue, then purge it.
>
> [...]
Here is the summary with links:
- [net,v2,1/3] mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
https://git.kernel.org/netdev/net/c/ddc9648db162
- [net,v2,2/3] mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
https://git.kernel.org/netdev/net/c/f0f596bd75a9
- [net,v2,3/3] mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
https://git.kernel.org/netdev/net/c/1232946cf522
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists