mbox series

[net,v3,0/2] mlxsw: Fixes

Message ID cover.1718954012.git.petrm@nvidia.com (mailing list archive)
Headers show
Series mlxsw: Fixes | expand

Message

Petr Machata June 21, 2024, 7:19 a.m. UTC
This patchset fixes an issue with mlxsw driver initialization, and a
memory corruption issue in shared buffer occupancy handling.

v3:
- Drop the core thermal fix, it's not relevant anymore.

Ido Schimmel (2):
  mlxsw: pci: Fix driver initialization with Spectrum-4
  mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems

 drivers/net/ethernet/mellanox/mlxsw/pci.c     | 18 ++++++++++++++---
 drivers/net/ethernet/mellanox/mlxsw/reg.h     |  2 ++
 .../mellanox/mlxsw/spectrum_buffers.c         | 20 +++++++++++++------
 3 files changed, 31 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 21, 2024, 1:40 p.m. UTC | #1
Hello:

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

On Fri, 21 Jun 2024 09:19:12 +0200 you wrote:
> This patchset fixes an issue with mlxsw driver initialization, and a
> memory corruption issue in shared buffer occupancy handling.
> 
> v3:
> - Drop the core thermal fix, it's not relevant anymore.
> 
> Ido Schimmel (2):
>   mlxsw: pci: Fix driver initialization with Spectrum-4
>   mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems
> 
> [...]

Here is the summary with links:
  - [net,v3,1/2] mlxsw: pci: Fix driver initialization with Spectrum-4
    https://git.kernel.org/netdev/net/c/0602697d6f4d
  - [net,v3,2/2] mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems
    https://git.kernel.org/netdev/net/c/c28947de2bed

You are awesome, thank you!