Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice)
@ 2026-08-12 20:18 Przemek Kitszel
  2026-08-12 20:18 ` [PATCH net 1/2] ice: move ice_vsi_realloc_stat_arrays() up Przemek Kitszel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Przemek Kitszel @ 2026-08-12 20:18 UTC (permalink / raw)
  To: netdev, Jakub Kicinski
  Cc: intel-wired-lan, Tony Nguyen, Przemek Kitszel, Andrew Lunn,
	David S. Miller, Eric Dumazet, Paolo Abeni, Michal Schmidt

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

 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/20260804222205.1580328-1-anthony.l.nguyen@intel.com

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

-- 
2.54.0


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

end of thread, other threads:[~2026-08-17 20:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 20:18 [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice) Przemek Kitszel
2026-08-12 20:18 ` [PATCH net 1/2] ice: move ice_vsi_realloc_stat_arrays() up Przemek Kitszel
2026-08-12 20:18 ` [PATCH net v2 2/2] ice: fix stats array overflow via proper realloc Przemek Kitszel
2026-08-17 20:50   ` [Intel-wired-lan] " Jakub Kicinski
2026-08-17 15:55 ` [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice) Tony Nguyen
2026-08-17 20:51 ` Jakub Kicinski

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