All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Yang Yingliang <yangyingliang@huawei.com>
Cc: <netdev@vger.kernel.org>, <davem@davemloft.net>,
	<edumazet@google.com>, <pabeni@redhat.com>,
	Joe Perches <joe@perches.com>
Subject: Re: [PATCH net v2 0/4] net: don't call dev_kfree_skb() under spin_lock_irqsave()
Date: Wed, 7 Dec 2022 18:50:02 -0800	[thread overview]
Message-ID: <20221207185002.5ed72235@kernel.org> (raw)
In-Reply-To: <20221207135258.34193-1-yangyingliang@huawei.com>

On Wed, 7 Dec 2022 21:52:54 +0800 Yang Yingliang wrote:
> 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() in some drivers, or
> move dev_kfree_skb() after spin_unlock_irqrestore().

You must CC all authors / reviewers of commits under Fixes:
Run get_maintainer on the _patch file_ not on the path.

      parent reply	other threads:[~2022-12-08  2:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07 13:52 [PATCH net v2 0/4] net: don't call dev_kfree_skb() under spin_lock_irqsave() Yang Yingliang
2022-12-07 13:52 ` [PATCH net v2 1/4] net: emaclite: " Yang Yingliang
2022-12-07 13:52   ` Yang Yingliang
2022-12-07 13:52 ` [PATCH net v2 2/4] net: ethernet: dnet: " Yang Yingliang
2022-12-07 13:52 ` [PATCH net v2 3/4] hamradio: " Yang Yingliang
2022-12-07 13:52 ` [PATCH net v2 4/4] net: amd: lance: " Yang Yingliang
2022-12-08  2:50 ` Jakub Kicinski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221207185002.5ed72235@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=joe@perches.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=yangyingliang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.