> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Aleksandr Loktionov > Sent: Monday, April 13, 2026 9:31 AM > To: [email protected]; Nguyen, Anthony L > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Cc: [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-net 0/5] iavf: five correctness fixes > > Small batch of iavf bug fixes. Patches address a NULL-pointer dereference > crash > in the hung-tx detector, a spurious free_irq() call in the misc-IRQ error > path, a VSI- > state-corruption race when ethtool changes ring parameters during an active > reset, an inverted TC-boundary comparison that silently steered frames to non- > existing traffic classes, and an -EINVAL that confused upper layers when a TC > flower filter was looked up after its qdisc had already been torn down. > > All five are genuine correctness fixes with no functional changes for the > common > path. Best routed via net. > > Signed-off-by: Aleksandr Loktionov <[email protected]> > > Avinash Dayanand (1): > iavf: fix TC boundary check in iavf_handle_tclass > > Kiran Patil (2): > iavf: fix null pointer dereference in iavf_detect_recover_hung > iavf: return 0 when TC flower filter not found after qdisc teardown > > Piotr Gardocki (1): > iavf: fix error path in iavf_request_misc_irq > > Sylwester Dziedziuch (1): > iavf: prevent VSI corruption when ring params changed during reset > > drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 5 +++++ > drivers/net/ethernet/intel/iavf/iavf_main.c | 14 +++++++++++--- > drivers/net/ethernet/intel/iavf/iavf_txrx.c | 8 +++++--- > 3 files changed, 21 insertions(+), 6 deletions(-) > > -- > 2.52.0
Tested-by: Rafal Romanowski <[email protected]>
