Hi Dave,
This series introduces some fixes to mlx5 driver.
Please pull and let me know if there is any problem.
For -stable v4.13:
('net/mlx5: Allocate root ns memory using kzalloc to match kfree')
For -stable v4.16:
('net/mlx5: Avoid double free in fs init error unwinding path')
For -stable v4.18:
('net/mlx5e: Disable rxhash when CQE compress is enabled')
Thanks,
Saeed.
---
The following changes since commit a6cd0d2d493ab7806b49f738b4f66362437cc09e:
Documentation: net-sysfs: Remove duplicate PHY device documentation
(2019-05-28 17:26:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git
tags/mlx5-fixes-2019-05-28
for you to fetch changes up to c0194e2d0ef0e5ce5e21a35640d23a706827ae28:
net/mlx5e: Disable rxhash when CQE compress is enabled (2019-05-28 18:25:42
-0700)
----------------------------------------------------------------
mlx5-fixes-2019-05-28
----------------------------------------------------------------
Parav Pandit (3):
net/mlx5: Avoid double free of root ns in the error flow path
net/mlx5: Avoid double free in fs init error unwinding path
net/mlx5: Allocate root ns memory using kzalloc to match kfree
Saeed Mahameed (2):
net/mlx5: Fix error handling in mlx5_load()
net/mlx5e: Disable rxhash when CQE compress is enabled
wenxu (1):
net/mlx5e: restrict the real_dev of vlan device is the same as uplink
device
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 13 ++++++++++++
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 24 ++++++++---------------
drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
4 files changed, 23 insertions(+), 18 deletions(-)