Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-08-12 (iavf)
@ 2022-08-12 17:23 Tony Nguyen
  2022-08-12 17:23 ` [PATCH net 1/4] iavf: Fix adminq error handling Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2022-08-12 17:23 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to iavf driver only.

Przemyslaw frees memory for admin queues in initialization error paths,
prevents freeing of vf_res which is causing null pointer dereference,
and adjusts calls in error path of reset to avoid iavf_close() which
could cause deadlock.

Ivan Vecera avoids deadlock that can occur when driver if part of
failover.

The following are changes since commit 40b4ac880e21d917da7f3752332fa57564a4c202:
  net: lan966x: fix checking for return value of platform_get_irq_byname()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Ivan Vecera (1):
  iavf: Fix deadlock in initialization

Przemyslaw Patynowski (3):
  iavf: Fix adminq error handling
  iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
  iavf: Fix reset error handling

 drivers/net/ethernet/intel/iavf/iavf_adminq.c | 15 +++++++++++--
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 22 ++++++++++++++-----
 2 files changed, 30 insertions(+), 7 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-08-16  7:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-12 17:23 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-08-12 (iavf) Tony Nguyen
2022-08-12 17:23 ` [PATCH net 1/4] iavf: Fix adminq error handling Tony Nguyen
2022-08-12 17:23 ` [PATCH net 2/4] iavf: Fix NULL pointer dereference in iavf_get_link_ksettings Tony Nguyen
2022-08-12 17:23 ` [PATCH net 3/4] iavf: Fix reset error handling Tony Nguyen
2022-08-12 17:23 ` [PATCH net 4/4] iavf: Fix deadlock in initialization Tony Nguyen
2022-08-16  4:00 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-08-12 (iavf) patchwork-bot+netdevbpf

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