Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorJakub Kicinski <kuba@kernel.org>
Tue, 25 Jul 2023 00:12:06 +0000 (17:12 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Jul 2023 00:12:06 +0000 (17:12 -0700)
commitf0291103d23276bc38d9b91f327e8dc3cecfdb0e
tree625c6c3beee9c3b07203ec3b2fb8be51ac8e9e3c
parentac2a7b13176157833baf5db0db20cfb370bd7779
parent91896c8acce23d33ed078cffd46a9534b1f82be5
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-07-21 (i40e, iavf)

This series contains updates to i40e and iavf drivers.

Wang Ming corrects an error check on i40e.

Jake unlocks crit_lock on allocation failure to prevent deadlock and
stops re-enabling of interrupts when it's not intended for iavf.

* '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED
  iavf: fix potential deadlock on allocation failure
  i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
====================

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