]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'gve-bug-fixes-for-header-split-and-ptp'
authorJakub Kicinski <kuba@kernel.org>
Wed, 12 Aug 2026 01:26:09 +0000 (18:26 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 12 Aug 2026 01:26:10 +0000 (18:26 -0700)
commit484ec2ab78438b06153fb12b16827992a5ab8204
tree52ea83f7cba7164878f82a029aba576a35a178fe
parentf60b396ee174206fe08ebf997d16cd3801b77b22
parent3992ced109c70b771efad9e51ae68e5c7a04dea3
Merge branch 'gve-bug-fixes-for-header-split-and-ptp'

Harshitha Ramamurthy says:

====================
gve: Bug fixes for header-split and PTP

This series contains 2 bug fixes for gve.

Patch 1 fixes an issue which causes TX timeouts due to HW detection of
an illegal descriptor. This happens when receiving header-only packets
with header split enabled - this produces an SKB with a zero-length
fragment.

Patch 2 prevents a kernel NULL pointer dereference by stubbing the PTP
adjfine callback.
====================

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