From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: [PATCH net 0/2] mlxsw: Couple of fixes Date: Mon, 29 Oct 2018 14:26:13 +0000 Message-ID: <20181029142517.1858-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "davem@davemloft.net" , Jiri Pirko , Petr Machata , Shalom Toledo , Alexander Petrovskiy , mlxsw , Ido Schimmel To: "netdev@vger.kernel.org" Return-path: Received: from mail-eopbgr50070.outbound.protection.outlook.com ([40.107.5.70]:29215 "EHLO EUR03-VE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725977AbeJ2XPJ (ORCPT ); Mon, 29 Oct 2018 19:15:09 -0400 Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: First patch makes sure mlxsw does not ignore user requests to delete FDB entries that were learned by the device. Second patch fixes a use-after-free that can be triggered by requesting a reload via devlink when the previous reload failed. Please consider both patches for stable. They apply cleanly to both 4.18.y and 4.19.y. Petr Machata (1): mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs Shalom Toledo (1): mlxsw: core: Fix devlink unregister flow drivers/net/ethernet/mellanox/mlxsw/core.c | 24 +++++++++++++------ .../mellanox/mlxsw/spectrum_switchdev.c | 2 -- 2 files changed, 17 insertions(+), 9 deletions(-) --=20 2.17.2