Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorJakub Kicinski <kuba@kernel.org>
Tue, 16 Aug 2022 03:14:39 +0000 (20:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 16 Aug 2022 03:14:39 +0000 (20:14 -0700)
commitae806c7805571a9813e41bf6763dd08d0706f4ed
treecbf7a71ea3510e4b4f861d519ed44b5896db7ab6
parent5b22f62724a0a09e00d301abf5b57b0c12be8a16
parentcbe9e51126305832cf407ee6bb556ce831488ffe
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-08-12 (iavf)

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.

* '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  iavf: Fix deadlock in initialization
  iavf: Fix reset error handling
  iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
  iavf: Fix adminq error handling
====================

Link: https://lore.kernel.org/r/20220812172309.853230-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>