mbox series

[net,0/2,pull,request] Intel Wired LAN Driver Updates 2020-07-30

Message ID 20200730170938.3766899-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2020-07-30 | expand

Message

Tony Nguyen July 30, 2020, 5:09 p.m. UTC
This series contains updates to the e1000e and igb drivers.

Aaron Ma allows PHY initialization to continue if ULP disable failed for
e1000e.

Francesco Ruggeri fixes race conditions in igb reset that could cause panics. 

The following are changes since commit 27a2145d6f826d1fad9de06ac541b1016ced3427:
  ibmvnic: Fix IRQ mapping disposal in error path
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 1GbE

Aaron Ma (1):
  e1000e: continue to init PHY even when failed to disable ULP

Francesco Ruggeri (1):
  igb: reinit_locked() should be called with rtnl_lock

 drivers/net/ethernet/intel/e1000e/ich8lan.c | 4 +---
 drivers/net/ethernet/intel/igb/igb_main.c   | 9 +++++++++
 2 files changed, 10 insertions(+), 3 deletions(-)

Comments

Jakub Kicinski July 30, 2020, 11:27 p.m. UTC | #1
On Thu, 30 Jul 2020 10:09:36 -0700 Tony Nguyen wrote:
> This series contains updates to the e1000e and igb drivers.
> 
> Aaron Ma allows PHY initialization to continue if ULP disable failed for
> e1000e.
> 
> Francesco Ruggeri fixes race conditions in igb reset that could cause panics. 

Reviewed-by: Jakub Kicinski <kuba@kernel.org>

In the future please try to add Fixes tags on all net submissions
(patch 2). Also - are similar fixes for other Intel drivers in the
works?
Tony Nguyen July 31, 2020, 3:33 p.m. UTC | #2
On Thu, 2020-07-30 at 16:27 -0700, Jakub Kicinski wrote:
> On Thu, 30 Jul 2020 10:09:36 -0700 Tony Nguyen wrote:
> > This series contains updates to the e1000e and igb drivers.
> > 
> > Aaron Ma allows PHY initialization to continue if ULP disable
> > failed for
> > e1000e.
> > 
> > Francesco Ruggeri fixes race conditions in igb reset that could
> > cause panics. 
> 
> Reviewed-by: Jakub Kicinski <kuba@kernel.org>
> 
> In the future please try to add Fixes tags on all net submissions
> (patch 2). 

Will do.

> Also - are similar fixes for other Intel drivers in the
> works?

Jeff said he had someone looking into it. I'll track down who's working
on it.

Thanks,
Tony
David Miller July 31, 2020, 11:52 p.m. UTC | #3
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: Thu, 30 Jul 2020 10:09:36 -0700

> This series contains updates to the e1000e and igb drivers.
> 
> Aaron Ma allows PHY initialization to continue if ULP disable failed for
> e1000e.
> 
> Francesco Ruggeri fixes race conditions in igb reset that could cause panics. 
 ...
>   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 1GbE

Pulled, thank you.