]> git.baikalelectronics.ru Git - kernel.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)
commit0e4e31cbec08395a28e5df45644bb3a8a781142d
treef2c496beb7a6d0ed0c59c77f2942c008cdf47528
parentd795c120e613db53144da1b31c111678f76ca52d
parentd717d71e339fc2ab53a679b1ca2a45e49624545a
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:
2ff269be1c7a tipc: resolve connection flow control compatibility problem
====================

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