Re: [PATCH net 0/2] gve: fix crashes on invalid TX queue indices
From: Jakub Kicinski
Date: Tue Jan 06 2026 - 21:22:45 EST
On Mon, 5 Jan 2026 15:25:02 -0800 Joshua Washington wrote:
> This series fixes a kernel panic in the GVE driver caused by
> out-of-bounds array access when the network stack provides an invalid
> TX queue index.
Do you know how? I seem to recall we had such issues due to bugs
in the qdisc layer, most of which were fixed.
Fixing this at the source, if possible, would be far preferable
to sprinkling this condition to all the drivers.