]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx4-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Nov 2018 00:09:31 +0000 (16:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Nov 2018 00:09:31 +0000 (16:09 -0800)
commitc0c321e1004a61fb3db9387225979d20196c3820
tree824d23c2ec65e42a6656221b6f749880455cbaca
parentf36532deba106c707b5f0a523f1c7f602ddf455a
parent721c9caba2fc53333ea978e768abce9a43a13626
Merge branch 'mlx4-fixes'

Tariq Toukan says:

====================
mlx4 fixes for 4.20-rc

This patchset includes small fixes for mlx4_core driver.

First patch by Jack zeros a field in a FW communication
command, to match the FW spec.
Please queue it to -stable >= v3.17.

In the second patch I zero-initialize a variable to silence
a compliation warning.
Please queue it to -stable >= v3.19.

Third patch by Aya replaces int fields with unsigned int,
to fix a UBSAN warning.
Please queue it to -stable >= v3.13.

Series generated against net commit:
7b152f5820e8 Merge branch 'qed-Miscellaneous-bug-fixes'
====================

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