Message ID | 20211123075256.3083281-1-idosch@idosch.org (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Two small fixes | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 23 Nov 2021 09:52:54 +0200 you wrote: > From: Ido Schimmel <idosch@nvidia.com> > > Patch #1 fixes a recent regression that prevents the driver from loading > with old firmware versions. > > Patch #2 protects the driver from a NULL pointer dereference when > working on top of a buggy firmware. This was never observed in an actual > system, only on top of an emulator during development. > > [...] Here is the summary with links: - [net,1/2] mlxsw: spectrum: Allow driver to load with old firmware versions https://git.kernel.org/netdev/net/c/ce4995bc6c8e - [net,2/2] mlxsw: spectrum: Protect driver from buggy firmware https://git.kernel.org/netdev/net/c/63b08b1f6834 You are awesome, thank you!
From: Ido Schimmel <idosch@nvidia.com> Patch #1 fixes a recent regression that prevents the driver from loading with old firmware versions. Patch #2 protects the driver from a NULL pointer dereference when working on top of a buggy firmware. This was never observed in an actual system, only on top of an emulator during development. Amit Cohen (1): mlxsw: spectrum: Protect driver from buggy firmware Danielle Ratson (1): mlxsw: spectrum: Allow driver to load with old firmware versions drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)