[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<176429642154.114872.15685538167774885821.git-patchwork-notify@kernel.org>
Date: Fri, 28 Nov 2025 02:20:21 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Harshitha Ramamurthy <hramamurthy@...gle.com>
Cc: netdev@...r.kernel.org, joshwash@...gle.com, andrew+netdev@...n.ch,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
willemb@...gle.com, pkaligineedi@...gle.com, linux-kernel@...r.kernel.org,
maxyuan@...gle.com, jordanrhee@...gle.com
Subject: Re: [PATCH net-next] gve: Fix race condition on tx->dropped_pkt
update
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 27 Nov 2025 00:07:51 +0000 you wrote:
> From: Max Yuan <maxyuan@...gle.com>
>
> The tx->dropped_pkt counter is a 64-bit integer that is incremented
> directly. On 32-bit architectures, this operation is not atomic and
> can lead to read/write tearing if a reader accesses the counter during
> the update. This can result in incorrect values being reported for
> dropped packets.
>
> [...]
Here is the summary with links:
- [net-next] gve: Fix race condition on tx->dropped_pkt update
https://git.kernel.org/netdev/net-next/c/858b1d07e491
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