Hi Dave, The follwoing series includes some fixes for mlx5 core and etherent driver.
Sorry for the late submission but as you can see i have some very critical fixes below that i would like them merged into this RC. Please pull and let me know if there is any problem. For -stable: ('net/mlx5e: Set page to null in case dma mapping fails') kernels >= 4.13 ('net/mlx5: FPGA, return -EINVAL if size is zero') kernels >= 4.13 ('net/mlx5: Cancel health poll before sending panic teardown command') kernels >= 4.13 V1->V2: - Fix Reviewed-by tag of the 2nd patch. - Drop the FPGA 0 size fix, it needs some more change log info. Thanks, Saeed. --- The following changes since commit 1cb483a5cc84b497afb51a6c5dfb5a38a0b67086: rds: ib: Fix NULL pointer dereference in debug code (2017-11-10 14:54:47 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2017-11-08 for you to fetch changes up to d1c61e6d79ea0d4d53dc18bcd2db30ef2d99cfa7: net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEs (2017-11-10 15:39:21 +0900) ---------------------------------------------------------------- mlx5-fixes-2017-11-08 This series includes some fixes for mlx5 core and ethernet driver. ---------------------------------------------------------------- Eugenia Emantayev (1): net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEs Huy Nguyen (2): net/mlx5: Loop over temp list to release delay events net/mlx5: Cancel health poll before sending panic teardown command Inbar Karmy (1): net/mlx5e: Set page to null in case dma mapping fails Saeed Mahameed (1): net/mlx5e: Fix napi poll with zero budget drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 12 +++++------- drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c | 10 ++++++---- drivers/net/ethernet/mellanox/mlx5/core/main.c | 7 +++++++ 5 files changed, 20 insertions(+), 13 deletions(-)