Hi Dave, 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: db8ddde766ad Merge branch 'qed-Miscellaneous-bug-fixes' Thanks, Tariq. Aya Levin (1): net/mlx4: Fix UBSAN warning of signed integer overflow Jack Morgenstein (1): net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command Tariq Toukan (1): net/mlx4_core: Fix uninitialized variable compilation warning drivers/net/ethernet/mellanox/mlx4/alloc.c | 2 +- drivers/net/ethernet/mellanox/mlx4/mlx4.h | 4 ++-- drivers/net/ethernet/mellanox/mlx4/mr.c | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) -- 1.8.3.1