mbox series

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

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

Message

Tony Nguyen Sept. 18, 2020, 9:26 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.

The following are changes since commit 5f6857e808a8bd078296575b417c4b9d160b9779:
  nfp: use correct define to return NONE fec
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. 18, 2020, 10:25 p.m. UTC | #1
Tony, there seems to be repeated problems with the patch serieses
you post.

Several of the patches in the series don't make it to the mailing
list and looking at the vger.kernel.org logs I see:

RVeMDj90000w    553 5.4.3 Hello [192.55.52.118], for MAIL FROM address <MAILER-DAEMON@fmsmga104.fm.intel.com> the policy analysis reports DNS error with your source domain.
RVeMDj90001w    553 5.4.3 Hello [192.55.52.118], for MAIL FROM address <MAILER-DAEMON@fmsmga104.fm.intel.com> the policy analysis reports DNS error with your source domain.

For patches 1 and 3 which didn't make it to the lists.

The other patches went through different servers such as mga01.intel.com
which don't have the DNS issues.

I've never seen this happen when Jeff was posting his pull requests.

Please fix this up otherwise we won't be able to review and apply you
patch submissions.

Thank you.