Re: [Intel-wired-lan] [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice)
Tony Nguyen <[email protected]>
| Newsgroups | org.osuosl.intel-wired-lan,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/2026 1:18 PM, Przemek Kitszel wrote: > fix an issue on ice which increasing VF queue count causes > out-of-bounds access of the statistics arrays > > Przemek Kitszel (2): > ice: move ice_vsi_realloc_stat_arrays() up > ice: fix stats array overflow via proper realloc For the series: Acked-by: Tony Nguyen <[email protected]> > drivers/net/ethernet/intel/ice/ice.h | 2 + > drivers/net/ethernet/intel/ice/ice_lib.c | 195 ++++++++++------------- > 2 files changed, 84 insertions(+), 113 deletions(-) > > Previous revision of the fix was part of our last bundle [0], > but here I'm improving only my patches > > [0] https://lore.kernel.org/netdev/[email protected] > > changes: > apply Sashiko feedback for edge cases, see the patch for details > drop the rest of the patches for now - with the caveat that some > could still be merged directly from [0] thread >