[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230717175205.3217774-1-anthony.l.nguyen@intel.com>
Date: Mon, 17 Jul 2023 10:51:57 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2023-07-17 (iavf)
This series contains updates to iavf driver only.
Ding Hui fixes use-after-free issue by calling netif_napi_del() for all
allocated q_vectors. He also resolves out-of-bounds issue by not
updating to new values when timeout is encountered.
Marcin and Ahmed change the way resets are handled so that the callback
operating under the RTNL lock will wait for the reset to finish, the
rtnl_lock sensitive functions in reset flow will schedule the netdev update
for later in order to remove circular dependency with the critical lock.
The following are changes since commit 162d626f3013215b82b6514ca14f20932c7ccce5:
r8169: fix ASPM-related problem for chip version 42 and 43
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE
Ahmed Zaki (3):
iavf: use internal state to free traffic IRQs
iavf: fix a deadlock caused by rtnl and driver's lock circular
dependencies
iavf: fix reset task race with iavf_remove()
Ding Hui (2):
iavf: Fix use-after-free in free_netdev
iavf: Fix out-of-bounds when setting channels on remove
Marcin Szycik (3):
iavf: Wait for reset in callbacks which trigger it
Revert "iavf: Detach device during reset task"
Revert "iavf: Do not restart Tx queues after reset task failure"
drivers/net/ethernet/intel/iavf/iavf.h | 6 +-
.../net/ethernet/intel/iavf/iavf_ethtool.c | 39 ++-
drivers/net/ethernet/intel/iavf/iavf_main.c | 237 +++++++++++-------
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 5 +-
4 files changed, 176 insertions(+), 111 deletions(-)
--
2.38.1
Powered by blists - more mailing lists