lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 9 May 2024 14:29:46 +0300
From: Tariq Toukan <tariqt@...dia.com>
To: "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
	Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>
CC: <netdev@...r.kernel.org>, Saeed Mahameed <saeedm@...dia.com>, Gal Pressman
	<gal@...dia.com>, Leon Romanovsky <leonro@...dia.com>, Tariq Toukan
	<tariqt@...dia.com>
Subject: [PATCH net 0/5] mlx5 misc fixes

Hi,

This patchset provides bug fixes to mlx5 driver.

Patch 1 by Shay fixes the error flow in mlx5e_suspend().
Patch 2 by Shay aligns the peer devlink set logic with the register devlink flow.
Patch 3 by Maher solves a deadlock in lag enable/disable.
Patches 4 and 5 by Akiva address issues in command interface corner cases.

Series generated against:
commit 393ceeb9211e ("Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'")

Thanks,
Tariq.

Akiva Goldberger (2):
  net/mlx5: Add a timeout to acquire the command queue semaphore
  net/mlx5: Discard command completions in internal error

Maher Sanalla (1):
  net/mlx5: Reload only IB representors upon lag disable/enable

Shay Drory (2):
  net/mlx5e: Fix netif state handling
  net/mlx5: Fix peer devlink set for SF representor devlink port

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 44 +++++++++++++++----
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 10 ++---
 .../net/ethernet/mellanox/mlx5/core/eswitch.h |  4 +-
 .../mellanox/mlx5/core/eswitch_offloads.c     | 28 +++++++-----
 .../net/ethernet/mellanox/mlx5/core/lag/lag.c |  6 +--
 .../ethernet/mellanox/mlx5/core/lag/mpesw.c   |  4 +-
 .../net/ethernet/mellanox/mlx5/core/main.c    | 14 +++---
 .../mellanox/mlx5/core/sf/dev/driver.c        | 19 ++++----
 include/linux/mlx5/driver.h                   |  1 +
 9 files changed, 79 insertions(+), 51 deletions(-)

-- 
2.31.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ