mbox series

[iwl-net,0/3] idpf: fix 3 bugs revealed by the Chapter I

Message ID 20240724134024.2182959-1-aleksander.lobakin@intel.com
Headers show
Series idpf: fix 3 bugs revealed by the Chapter I | expand

Message

Alexander Lobakin July 24, 2024, 1:40 p.m. UTC
The libeth conversion revealed 2 serious issues which lead to sporadic
crashes or WARNs under certain configurations. Additional one was found
while debugging these two with kmemleak.
This one is targeted stable, the rest can be backported manually later
if needed. They can be reproduced only after the conversion is applied
anyway.

Alexander Lobakin (2):
  idpf: fix memory leaks and crashes while performing a soft reset
  idpf: fix UAFs when destroying the queues

Michal Kubiak (1):
  idpf: fix memleak in vport interrupt configuration

 drivers/net/ethernet/intel/idpf/idpf_lib.c  | 48 ++++++++++-----------
 drivers/net/ethernet/intel/idpf/idpf_txrx.c | 43 ++++--------------
 2 files changed, 33 insertions(+), 58 deletions(-)