netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6] mlxsw fixes
@ 2020-07-29  9:26 Ido Schimmel
  2020-07-29  9:26 ` [PATCH net 1/6] mlxsw: spectrum_router: Allow programming link-local host routes Ido Schimmel
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ido Schimmel @ 2020-07-29  9:26 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, jiri, amitc, alexve, mlxsw, Ido Schimmel

From: Ido Schimmel <idosch@mellanox.com>

This patch set contains various fixes for mlxsw.

Patches #1-#2 fix two trap related issues introduced in previous cycle.

Patches #3-#5 fix rare use-after-frees discovered by syzkaller. After
over a week of fuzzing with the fixes, the bugs did not reproduce.

Patch #6 from Amit fixes an issue in the ethtool selftest that was
recently discovered after running the test on a new platform that
supports only 1Gbps and 10Gbps speeds.

Amit Cohen (1):
  selftests: ethtool: Fix test when only two speeds are supported

Ido Schimmel (5):
  mlxsw: spectrum_router: Allow programming link-local host routes
  mlxsw: spectrum: Use different trap group for externally routed
    packets
  mlxsw: core: Increase scope of RCU read-side critical section
  mlxsw: core: Free EMAD transactions using kfree_rcu()
  mlxsw: spectrum_router: Fix use-after-free in router init / de-init

 .../networking/devlink/devlink-trap.rst       |  4 ++
 drivers/net/ethernet/mellanox/mlxsw/core.c    |  8 ++-
 drivers/net/ethernet/mellanox/mlxsw/reg.h     |  1 +
 .../ethernet/mellanox/mlxsw/spectrum_router.c | 59 ++++++++-----------
 .../ethernet/mellanox/mlxsw/spectrum_trap.c   | 14 ++++-
 include/net/devlink.h                         |  3 +
 net/core/devlink.c                            |  1 +
 .../selftests/net/forwarding/ethtool.sh       |  2 -
 8 files changed, 51 insertions(+), 41 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-29 19:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29  9:26 [PATCH net 0/6] mlxsw fixes Ido Schimmel
2020-07-29  9:26 ` [PATCH net 1/6] mlxsw: spectrum_router: Allow programming link-local host routes Ido Schimmel
2020-07-29  9:26 ` [PATCH net 2/6] mlxsw: spectrum: Use different trap group for externally routed packets Ido Schimmel
2020-07-29  9:26 ` [PATCH net 3/6] mlxsw: core: Increase scope of RCU read-side critical section Ido Schimmel
2020-07-29  9:26 ` [PATCH net 4/6] mlxsw: core: Free EMAD transactions using kfree_rcu() Ido Schimmel
2020-07-29  9:26 ` [PATCH net 5/6] mlxsw: spectrum_router: Fix use-after-free in router init / de-init Ido Schimmel
2020-07-29  9:26 ` [PATCH net 6/6] selftests: ethtool: Fix test when only two speeds are supported Ido Schimmel
2020-07-29 19:16 ` [PATCH net 0/6] mlxsw fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).