Message ID | 20200730170938.3766899-1-anthony.l.nguyen@intel.com |
---|---|
Headers | show |
Series | Intel Wired LAN Driver Updates 2020-07-30 | expand |
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?
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
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.