Merge branch 'mlx4-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Mar 2019 22:00:15 +0000 (15:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Mar 2019 22:00:15 +0000 (15:00 -0700)
commit4d09d8d8f91db575cf0f34f35d712fc66655fbe5
treed8197932975c97dfc16f358c65e843105d0867da
parentc7fce569fd954d527643f48f5645ccf8fd51813e
parent8511a653e9250ef36b95803c375a7be0e2edb628
Merge branch 'mlx4-fixes'

Tariq Toukan says:

====================
mlx4_core misc fixes

This patchset by Jack contains misc fixes to the mlx4 Core driver.

Patch 1 fixes a use-after-free situation by marking (nullifying) the pointer,
  please queue for -stable >= v4.0.
Patch 2 adds a missing lock acquire and release in SRIOV command interface,
  please queue for -stable >= v4.9.
Patch 3 avoids calling roundup_pow_of_two when argument is zero,
  please queue for -stable >= v3.3.

Series generated against net commit:
a3b1933d34d5 Merge tag 'mlx5-fixes-2019-03-11' of
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
====================

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