netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 0/3][pull request] Intel Wired LAN Driver Updates 2014-08-15
@ 2014-08-15 11:37 Jeff Kirsher
  2014-08-15 11:37 ` [net 1/3] i40e: Fix for recent kernel panic Jeff Kirsher
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeff Kirsher @ 2014-08-15 11:37 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains fixes to i40e only.

Anjali provides two fixes for i40e, first adds a check for non-active
VF before sending admin queue messages to the VFS.  This resolves a
potential kernel panic which would happen whenever we got a Tx hang and
there were VFS that were not up or enabled.  The second fix adds
additional checks so that we do try to access a VF that is not up or
enabled which would dereference a null pointer.

Jesse fixes a i40e PTP bug where the hang detection routine was never
being run when PTP was enabled.

The following are changes since commit c9d26423e56ce1ab4d786f92aebecf859d419293:
  Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master

Anjali Singhai Jain (2):
  i40e: Fix for recent kernel panic
  i40e: Fix a few potential VF dereferences

Jesse Brandeburg (1):
  i40e: fix PTP bug

 drivers/net/ethernet/intel/i40e/i40e_ptp.c         |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 44 ++++++++++++++++------
 2 files changed, 33 insertions(+), 13 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-17  2:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 11:37 [net 0/3][pull request] Intel Wired LAN Driver Updates 2014-08-15 Jeff Kirsher
2014-08-15 11:37 ` [net 1/3] i40e: Fix for recent kernel panic Jeff Kirsher
2014-08-15 11:37 ` [net 2/3] i40e: Fix a few potential VF dereferences Jeff Kirsher
2014-08-15 11:37 ` [net 3/3] i40e: fix PTP bug Jeff Kirsher
2014-08-17  2:25 ` [net 0/3][pull request] Intel Wired LAN Driver Updates 2014-08-15 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).