]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'mlx4-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Nov 2016 20:33:47 +0000 (15:33 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Nov 2016 20:33:47 +0000 (15:33 -0500)
Tariq Toukan says:

====================
mlx4 bug fixes for 4.9

This patchset includes 2 bug fixes:
* In patch 1 we revert the commit that avoids invoking unregister_netdev
in shutdown flow, as it introduces netdev presence issues where
it can be accessed unsafely by ndo operations during the flow.
* Patch 2 is a simple fix for a variable uninitialization issue.

Series generated against net commit:
6998cc6ec237 tipc: resolve connection flow control compatibility problem
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge