mbox series

[net,v2,0/4,pull,request] Intel Wired LAN Driver Updates 2020-09-25

Message ID 20200925210930.4049734-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2020-09-25 | expand

Message

Tony Nguyen Sept. 25, 2020, 9:09 p.m. UTC
This series contains updates to the iavf and ice driver.

Sylwester fixes a crash with iavf resume due to getting the wrong pointers.

Ani fixes a call trace in ice resume by calling pci_save_state().

Jakes fixes memory leaks in case of register_netdev() failure or
ice_cfg_vsi_lan() failure for the ice driver.

v2: Rebased; no other changes

The following are changes since commit ad2b9b0f8d0107602bdc1f3b1ab90719842ace11:
  tcp: skip DSACKs with dubious sequence ranges
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 100GbE

Anirudh Venkataramanan (1):
  ice: Fix call trace on suspend

Jacob Keller (2):
  ice: fix memory leak if register_netdev_fails
  ice: fix memory leak in ice_vsi_setup

Sylwester Dziedziuch (1):
  iavf: Fix incorrect adapter get in iavf_resume

 drivers/net/ethernet/intel/iavf/iavf_main.c |  4 ++--
 drivers/net/ethernet/intel/ice/ice_lib.c    | 20 ++++++++++++++++----
 drivers/net/ethernet/intel/ice/ice_lib.h    |  6 ------
 drivers/net/ethernet/intel/ice/ice_main.c   | 14 ++++----------
 4 files changed, 22 insertions(+), 22 deletions(-)

Comments

David Miller Sept. 25, 2020, 11:24 p.m. UTC | #1
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: Fri, 25 Sep 2020 14:09:26 -0700

> This series contains updates to the iavf and ice driver.
> 
> Sylwester fixes a crash with iavf resume due to getting the wrong pointers.
> 
> Ani fixes a call trace in ice resume by calling pci_save_state().
> 
> Jakes fixes memory leaks in case of register_netdev() failure or
> ice_cfg_vsi_lan() failure for the ice driver.
> 
> v2: Rebased; no other changes

Pulled, thanks Tony.