From: patchwork-bot+netdevbpf@kernel.org
To: Marek Vasut <marex@denx.de>
Cc: netdev@vger.kernel.org, ronald.wahl@raritan.com,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, horms@kernel.org
Subject: Re: [net,PATCH v3] net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
Date: Fri, 03 May 2024 22:30:28 +0000 [thread overview]
Message-ID: <171477542899.22073.9972190380699224946.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240502183436.117117-1-marex@denx.de>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 2 May 2024 20:32:59 +0200 you wrote:
> Currently the driver uses local_bh_disable()/local_bh_enable() in its
> IRQ handler to avoid triggering net_rx_action() softirq on exit from
> netif_rx(). The net_rx_action() could trigger this driver .start_xmit
> callback, which is protected by the same lock as the IRQ handler, so
> calling the .start_xmit from netif_rx() from the IRQ handler critical
> section protected by the lock could lead to an attempt to claim the
> already claimed lock, and a hang.
>
> [...]
Here is the summary with links:
- [net,v3] net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
https://git.kernel.org/netdev/net/c/e0863634bf9f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-05-03 22:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-02 18:32 [net,PATCH v3] net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs Marek Vasut
2024-05-03 7:08 ` Eric Dumazet
2024-05-03 20:03 ` Marek Vasut
2024-05-03 22:30 ` patchwork-bot+netdevbpf [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=171477542899.22073.9972190380699224946.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=marex@denx.de \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=ronald.wahl@raritan.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.