public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] mISDN: don't call dev_kfree_skb() under spin_lock_irqsave()
@ 2022-12-07  9:32 Yang Yingliang
  2022-12-07  9:32 ` [PATCH net 1/3] mISDN: hfcsusb: " Yang Yingliang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Yang Yingliang @ 2022-12-07  9:32 UTC (permalink / raw)
  To: netdev; +Cc: isdn, davem

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_consume_skb_irq() under spin_lock_irqsave().

Yang Yingliang (3):
  mISDN: hfcsusb: don't call dev_kfree_skb() under spin_lock_irqsave()
  mISDN: hfcpci: don't call dev_kfree_skb() under spin_lock_irqsave()
  mISDN: hfcmulti: don't call dev_kfree_skb() under spin_lock_irqsave()

 drivers/isdn/hardware/mISDN/hfcmulti.c | 8 ++++----
 drivers/isdn/hardware/mISDN/hfcpci.c   | 4 ++--
 drivers/isdn/hardware/mISDN/hfcsusb.c  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-12-12  1:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07  9:32 [PATCH net 0/3] mISDN: don't call dev_kfree_skb() under spin_lock_irqsave() Yang Yingliang
2022-12-07  9:32 ` [PATCH net 1/3] mISDN: hfcsusb: " Yang Yingliang
2022-12-07 14:54   ` Jiri Pirko
2022-12-09 23:57   ` Jakub Kicinski
2022-12-12  1:58     ` Yang Yingliang
2022-12-07  9:32 ` [PATCH net 2/3] mISDN: hfcpci: " Yang Yingliang
2022-12-07 14:58   ` Jiri Pirko
2022-12-07  9:32 ` [PATCH net 3/3] mISDN: hfcmulti: " Yang Yingliang
2022-12-07 14:59   ` Jiri Pirko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox