]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'gve-stats-reporting-fixes'
authorJakub Kicinski <kuba@kernel.org>
Wed, 4 Feb 2026 03:28:07 +0000 (19:28 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Feb 2026 03:28:08 +0000 (19:28 -0800)
Max Yuan says:

====================
gve: Stats reporting fixes

This series addresses two issues related to statistics in the gve driver.

The first patch fixes a memory corruption issue that occurs when resizing
the stats region during queue count changes. By allocating the maximum
possible size upfront and aligning offset calculations with the NIC,
we ensure stability and accuracy across reconfigurations.

The second patch fixes the 'rx_dropped' counter by removing allocation
failures and incorporating XDP transmit and redirect errors to provide
a more accurate representation of dropped packets.
====================

Link: https://patch.msgid.link/20260202193925.3106272-1-hramamurthy@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge