All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v4 net 0/3] i40e: re-init and UAF fixes
@ 2026-06-25 15:14 ` Maciej Fijalkowski
  0 siblings, 0 replies; 14+ messages in thread
From: Maciej Fijalkowski @ 2026-06-25 15:14 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: netdev, magnus.karlsson, kuba, pabeni, horms, przemyslaw.kitszel,
	jacob.e.keller, Maciej Fijalkowski

v4:
- add preceding patch that fixes a case when some of re-init allocations
  failed and we missed de-registering netdev at failure path
- pull out i40e_vsi_setup() changes onto separate patch
v3:
- address UAF when ring arrays were freed before q_vector's ring
  containers (Sashiko, Jacob)
- remove bool params from alloc/free array routines (Simon)
v2:
- NULL vsi->tx_rings in i40e_vsi_alloc_arrays() (Sashiko)

Maciej Fijalkowski (3):
  i40e: unregister netdev before clearing VSI on reinit failure
  i40e: fix potential UAF in i40e_vsi_setup()'s error path
  i40e: keep q_vectors array in sync with channel count changes

 drivers/net/ethernet/intel/i40e/i40e_main.c | 76 ++++++++++++---------
 1 file changed, 45 insertions(+), 31 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-06-30 11:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 15:14 [Intel-wired-lan] [PATCH v4 net 0/3] i40e: re-init and UAF fixes Maciej Fijalkowski
2026-06-25 15:14 ` Maciej Fijalkowski
2026-06-25 15:14 ` [Intel-wired-lan] [PATCH v4 net 1/3] i40e: unregister netdev before clearing VSI on reinit failure Maciej Fijalkowski
2026-06-25 15:14   ` Maciej Fijalkowski
2026-06-26  6:45   ` [Intel-wired-lan] " Loktionov, Aleksandr
2026-06-26  6:45     ` Loktionov, Aleksandr
2026-06-30 11:11   ` Maciej Fijalkowski
2026-06-30 11:11     ` [Intel-wired-lan] " Maciej Fijalkowski
2026-06-25 15:14 ` [Intel-wired-lan] [PATCH v4 net 2/3] i40e: fix potential UAF in i40e_vsi_setup()'s error path Maciej Fijalkowski
2026-06-25 15:14   ` Maciej Fijalkowski
2026-06-26  6:45   ` [Intel-wired-lan] " Loktionov, Aleksandr
2026-06-26  6:45     ` Loktionov, Aleksandr
2026-06-25 15:14 ` [Intel-wired-lan] [PATCH v4 net 3/3] i40e: keep q_vectors array in sync with channel count changes Maciej Fijalkowski
2026-06-25 15:14   ` Maciej Fijalkowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.