mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2017-11-27

Message ID 20171128092218.84541-1-jeffrey.t.kirsher@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2017-11-27 | expand

Message

Kirsher, Jeffrey T Nov. 28, 2017, 9:22 a.m. UTC
This series contains updates to e1000, e1000e and i40e.

Gustavo A. R. Silva fixes a sizeof() issue where we were taking the size of
the pointer (which is always the size of the pointer).

Sasha does a follow up fix to a previous fix for buffer overrun, to resolve
community feedback from David Laight and the use of magic numbers.

Amritha fixes the reporting of error codes for when adding a cloud filter
fails.

Ahmad Fatoum brushes the dust off the e1000 driver to fix a code comment
and debug message which was incorrect about what the code was really doing.

The following are changes since commit d3fe1e0185cffabc9b6f73f246a5552b46af7131:
  Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE

Ahmad Fatoum (1):
  e1000: Fix off-by-one in debug message

Amritha Nambiar (1):
  i40e: Fix reporting incorrect error codes

Gustavo A R Silva (1):
  i40e/virtchnl: fix application of sizeof to pointer

Sasha Neftin (1):
  e1000e: fix the use of magic numbers for buffer overrun issue

 drivers/net/ethernet/intel/e1000/e1000_hw.c        | 6 ++++--
 drivers/net/ethernet/intel/e1000e/ich8lan.h        | 3 ++-
 drivers/net/ethernet/intel/e1000e/netdev.c         | 9 ++++++---
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 1 -
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 +-
 5 files changed, 13 insertions(+), 8 deletions(-)

Comments

David Miller Nov. 28, 2017, 2:52 p.m. UTC | #1
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Tue, 28 Nov 2017 01:22:14 -0800

> This series contains updates to e1000, e1000e and i40e.
> 
> Gustavo A. R. Silva fixes a sizeof() issue where we were taking the size of
> the pointer (which is always the size of the pointer).
> 
> Sasha does a follow up fix to a previous fix for buffer overrun, to resolve
> community feedback from David Laight and the use of magic numbers.
> 
> Amritha fixes the reporting of error codes for when adding a cloud filter
> fails.
> 
> Ahmad Fatoum brushes the dust off the e1000 driver to fix a code comment
> and debug message which was incorrect about what the code was really doing.

Pulled, thanks Jeff.