]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit2fc8d112d73f604936712c02780b9a8fb402b67c
treef2c496beb7a6d0ed0c59c77f2942c008cdf47528
parentfaa1fa54fd25a59a6c4b731ac652a2b7cd21ace8
parent44b911e77793d686b481608770d0c55c18055ba0
Merge branch 'mlx4-fixes'

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>