mbox series

[net-next,0/4] mlx5: Trust lockdown health syndrome

Message ID 20250226122543.147594-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5: Trust lockdown health syndrome | expand

Message

Tariq Toukan Feb. 26, 2025, 12:25 p.m. UTC
Hi,

This series introduces a new error type in the health syndrome,
specifically for trust lock-down.  Additionally, it exposes the CRR bit
in the health buffer, which, when set, indicates that the error cannot
be recovered without a process involving a cold reset. We add The CRR
bit value to the health buffer info log and update it to be logged on
any syndrome.

Regards,
Tariq


Moshe Shemesh (2):
  net/mlx5: Avoid report two health errors on same syndrome
  net/mlx5: Log health buffer data on any syndrome

Shahar Shitrit (2):
  net/mlx5: Expose crr in health buffer
  net/mlx5: Add trust lockdown error to health syndrome print function

 drivers/net/ethernet/mellanox/mlx5/core/health.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)


base-commit: 91c8d8e4b7a38dc099b26e14b22f814ca4e75089

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 28, 2025, 9 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 26 Feb 2025 14:25:39 +0200 you wrote:
> Hi,
> 
> This series introduces a new error type in the health syndrome,
> specifically for trust lock-down.  Additionally, it exposes the CRR bit
> in the health buffer, which, when set, indicates that the error cannot
> be recovered without a process involving a cold reset. We add The CRR
> bit value to the health buffer info log and update it to be logged on
> any syndrome.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net/mlx5: Avoid report two health errors on same syndrome
    https://git.kernel.org/netdev/net-next/c/b5d7b2f04ebc
  - [net-next,2/4] net/mlx5: Log health buffer data on any syndrome
    https://git.kernel.org/netdev/net-next/c/6bdce277a326
  - [net-next,3/4] net/mlx5: Expose crr in health buffer
    https://git.kernel.org/netdev/net-next/c/63f26199721f
  - [net-next,4/4] net/mlx5: Add trust lockdown error to health syndrome print function
    https://git.kernel.org/netdev/net-next/c/680173b6bb6b

You are awesome, thank you!