Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/2] gve: Bug fixes for header-split and PTP
@ 2026-08-07 22:43 Harshitha Ramamurthy
  2026-08-07 22:43 ` [PATCH net 1/2] gve: fix zero-length skb frag with header-split Harshitha Ramamurthy
  2026-08-07 22:43 ` [PATCH net 2/2] gve: fix NULL dereference due to missing ptp adjfine Harshitha Ramamurthy
  0 siblings, 2 replies; 3+ messages in thread
From: Harshitha Ramamurthy @ 2026-08-07 22:43 UTC (permalink / raw)
  To: netdev
  Cc: joshwash, hramamurthy, andrew+netdev, davem, edumazet, kuba,
	pabeni, richardcochran, thostet, jordanrhee, ziweixiao, willemb,
	nktgrg, pkaligineedi, linux-kernel, stable

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.

Jordan Rhee (2):
  gve: fix zero-length skb frag with header-split
  gve: fix NULL dereference due to missing ptp adjfine

 drivers/net/ethernet/google/gve/gve_ptp.c    | 6 ++++++
 drivers/net/ethernet/google/gve/gve_rx_dqo.c | 5 +++++
 2 files changed, 11 insertions(+)

-- 
2.55.0.679.g6767b8d81c-goog


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-07 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 22:43 [PATCH net 0/2] gve: Bug fixes for header-split and PTP Harshitha Ramamurthy
2026-08-07 22:43 ` [PATCH net 1/2] gve: fix zero-length skb frag with header-split Harshitha Ramamurthy
2026-08-07 22:43 ` [PATCH net 2/2] gve: fix NULL dereference due to missing ptp adjfine Harshitha Ramamurthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox