From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?q?Gajdos_Tam=C3=A1s_=3Ctamas=40rimpianto=2Ecom=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org
Cc: netdev@vger.kernel.org, chris.snook@gmail.com,
andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, gatis@mikrotik.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] net: atl1c/atl1e/atl1: fix soft lockup on out-of-range tx consumer index
Date: Thu, 24 Sep 2026 10:50:06 +0000 [thread overview]
Message-ID: <179024700671.1476028.661746840818666162.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260921091334.3571525-1-tamas@rimpianto.com>
Hello:
This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 21 Sep 2026 11:13:31 +0200 you wrote:
> atl1c_clean_tx() reads a hardware-maintained tx consumer index and
> walks a software index towards it:
>
> while (next_to_clean != hw_next_to_clean) {
> ...
> if (++next_to_clean == tpd_ring->count)
> next_to_clean = 0;
> }
>
> [...]
Here is the summary with links:
- [1/3] net: atl1c: fix soft lockup on out-of-range tpd_cons read
https://git.kernel.org/netdev/net/c/36c2009d90f2
- [2/3] net: atl1e: fix soft lockup on out-of-range hw_next_to_clean read
https://git.kernel.org/netdev/net/c/374bf9e4b90f
- [3/3] net: atl1: fix soft lockup on out-of-range cmb_tpd_next_to_clean read
https://git.kernel.org/netdev/net/c/43e746821f5f
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:[~2026-09-24 10:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-21 9:13 Gajdos Tamás
2026-09-21 9:13 ` [PATCH 1/3] net: atl1c: fix soft lockup on out-of-range tpd_cons read Gajdos Tamás
2026-09-21 9:13 ` [PATCH 2/3] net: atl1e: fix soft lockup on out-of-range hw_next_to_clean read Gajdos Tamás
2026-09-21 9:13 ` [PATCH 3/3] net: atl1: fix soft lockup on out-of-range cmb_tpd_next_to_clean read Gajdos Tamás
2026-09-24 10:50 ` 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=179024700671.1476028.661746840818666162.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc==?utf-8?q?Gajdos_Tam=C3=A1s_=3Ctamas=40rimpianto=2Ecom=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org \
--cc=andrew+netdev@lunn.ch \
--cc=chris.snook@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gatis@mikrotik.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®