[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<176429643103.114872.3644233989627611671.git-patchwork-notify@kernel.org>
Date: Fri, 28 Nov 2025 02:20:31 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Alexey Kodanev <aleksei.kodanev@...l-sw.com>
Cc: netdev@...r.kernel.org, andrew+netdev@...n.ch, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
mcoquelin.stm32@...il.com, alexandre.torgue@...s.st.com, ast@...nel.org,
daniel@...earbox.net, hawk@...nel.org, john.fastabend@...il.com,
sdf@...ichev.me, rmk+kernel@...linux.org.uk, 0x1207@...il.com,
hayashi.kunihiko@...ionext.com, vladimir.oltean@....com,
boon.leong.ong@...el.com, linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, jh@...neberg-systemdesign.com,
piotr.raczynski@...el.com
Subject: Re: [PATCH net-next] net: stmmac: fix rx limit check in
stmmac_rx_zc()
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 26 Nov 2025 10:43:27 +0000 you wrote:
> The extra "count >= limit" check in stmmac_rx_zc() is redundant and
> has no effect because the value of "count" doesn't change after the
> while condition at this point.
>
> However, it can change after "read_again:" label:
>
> while (count < limit) {
> ...
>
> [...]
Here is the summary with links:
- [net-next] net: stmmac: fix rx limit check in stmmac_rx_zc()
https://git.kernel.org/netdev/net-next/c/8048168df56e
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