mbox series

[net,0/8] mlx5 misc fixes 2024-07-30

Message ID 20240730061638.1831002-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5 misc fixes 2024-07-30 | expand

Message

Tariq Toukan July 30, 2024, 6:16 a.m. UTC
Hi,

This patchset provides misc bug fixes from the team to the mlx5 core and
Eth drivers.

Series generated against:
commit 301927d2d2eb ("Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth")

Thanks,
Tariq.

Chris Mi (1):
  net/mlx5e: Fix CT entry update leaks of modify header context

Mark Bloch (1):
  net/mlx5: Lag, don't use the hardcoded value of the first port

Moshe Shemesh (1):
  net/mlx5: Fix missing lock on sync reset reload

Rahul Rameshbabu (1):
  net/mlx5e: Require mlx5 tc classifier action support for IPsec prio
    capability

Shahar Shitrit (1):
  net/mlx5e: Add a check for the return value from
    mlx5_port_set_eth_ptys

Shay Drory (2):
  net/mlx5: Always drain health in shutdown callback
  net/mlx5: Fix error handling in irq_pool_request_irq

Yevgeny Kliteynik (1):
  net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule

 drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c     |  1 +
 .../mellanox/mlx5/core/en_accel/ipsec_offload.c        |  7 ++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c   |  7 ++++++-
 drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c     |  5 ++++-
 drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c | 10 +++++++---
 drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c      |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c         |  2 +-
 .../net/ethernet/mellanox/mlx5/core/sf/dev/driver.c    |  1 +
 .../net/ethernet/mellanox/mlx5/core/steering/dr_rule.c |  2 +-
 9 files changed, 26 insertions(+), 11 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 1, 2024, 1:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 30 Jul 2024 09:16:29 +0300 you wrote:
> Hi,
> 
> This patchset provides misc bug fixes from the team to the mlx5 core and
> Eth drivers.
> 
> Series generated against:
> commit 301927d2d2eb ("Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth")
> 
> [...]

Here is the summary with links:
  - [net,1/8] net/mlx5: Always drain health in shutdown callback
    https://git.kernel.org/netdev/net/c/1b75da22ed1e
  - [net,2/8] net/mlx5: Fix error handling in irq_pool_request_irq
    https://git.kernel.org/netdev/net/c/a4557b0b57c4
  - [net,3/8] net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
    https://git.kernel.org/netdev/net/c/94a3ad6c0813
  - [net,4/8] net/mlx5: Lag, don't use the hardcoded value of the first port
    https://git.kernel.org/netdev/net/c/3fda84dc0903
  - [net,5/8] net/mlx5: Fix missing lock on sync reset reload
    https://git.kernel.org/netdev/net/c/572f9caa9e72
  - [net,6/8] net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
    https://git.kernel.org/netdev/net/c/06827e27fdcd
  - [net,7/8] net/mlx5e: Fix CT entry update leaks of modify header context
    https://git.kernel.org/netdev/net/c/025f2b85a5e5
  - [net,8/8] net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
    https://git.kernel.org/netdev/net/c/3f8e82a020a5

You are awesome, thank you!