[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1542297915-9442-1-git-send-email-tariqt@mellanox.com>
Date: Thu, 15 Nov 2018 18:05:12 +0200
From: Tariq Toukan <tariqt@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Eran Ben Elisha <eranbe@...lanox.com>,
Tariq Toukan <tariqt@...lanox.com>
Subject: [PATCH net 0/3] mlx4 fixes for 4.20-rc
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
Powered by blists - more mailing lists