Re: [net-next 00/12][pull request] Intel Wired LAN Driver Updates 2018-11-07

2018-11-07 Thread David Miller
From: Jeff Kirsher Date: Wed, 7 Nov 2018 14:48:18 -0800 > This series contains updates to almost all of the Intel wired LAN > drivers. ... > The following are changes since commit > 7c588c7468ea3f9b2fc8fa6840bed6262b5d1b00: > Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-even

[net-next 00/12][pull request] Intel Wired LAN Driver Updates 2018-11-07

2018-11-07 Thread Jeff Kirsher
This series contains updates to almost all of the Intel wired LAN drivers. Lance Roy replaces a spin lock with lockdep_assert_held() for igbvf driver in move toward trying to remove spin_is_locked(). Colin Ian King fixes a potential null pointer dereference by adding a check in ixgbe. Also fixed