From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3195C433E0 for ; Thu, 21 May 2020 12:12:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AA8962072C for ; Thu, 21 May 2020 12:12:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b="M7o6mJRQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727997AbgEUML7 (ORCPT ); Thu, 21 May 2020 08:11:59 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60099 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727949AbgEUML7 (ORCPT ); Thu, 21 May 2020 08:11:59 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 36DEF5C0089; Thu, 21 May 2020 08:11:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 21 May 2020 08:11:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=h7Nx2Wv2Fpq0G2fux vSN7Yr8/I33I3D2JUK/HekUyJM=; b=M7o6mJRQUc3smiylgyy+PDqai9BGdQhwQ 7psAXGeZDFWtWahIQSReFcxkAODKTxMHWlqgZnusaFrXQsUYgSBdfdXhxrjIep1c c6qI/ocfXoBOIRGhZG94BTTjLtD0w3sZauEa/SHKcplJPbprhgTYW78G8dDbc15L cNAYAoztuhLs7WGB5vM3Z0vcHuuW/TuRAxlfQpg24hFgxNYwxGBlhMXgQqesxdlu PpL85GUceM5mrmp9wQhFC+Y1DAE/Btaf4XLrk9nkHsMOyDD2+TnrDQRh2FVE+yAP +vj0ID9S74heDudDB7zHXDMPjNl4SfF80/AdbfW+LrelV8sRTcREQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudduuddggeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepkfguohcuufgthhhimhhmvghluceoihguohhstghhsehiughoshgt hhdrohhrgheqnecuggftrfgrthhtvghrnhepteevgefhvefggfffkeeuffeuvdfhueehhe etffeikeegheevfedvgeelvdffudfhnecukfhppeejledrudejiedrvdegrddutdejnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepihguohhstg hhsehiughoshgthhdrohhrgh X-ME-Proxy: Received: from splinter.mtl.com (bzq-79-176-24-107.red.bezeqint.net [79.176.24.107]) by mail.messagingengine.com (Postfix) with ESMTPA id 439E8306647D; Thu, 21 May 2020 08:11:56 -0400 (EDT) From: Ido Schimmel To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, jiri@mellanox.com, mlxsw@mellanox.com, Ido Schimmel Subject: [PATCH net 0/2] mlxsw: Various fixes Date: Thu, 21 May 2020 15:11:43 +0300 Message-Id: <20200521121145.1076075-1-idosch@idosch.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Ido Schimmel Patch #1 from Jiri fixes a use-after-free discovered while fuzzing mlxsw / devlink with syzkaller. Patch #2 from Amit works around a limitation in new versions of arping, which is used in several selftests. Amit Cohen (1): selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer Jiri Pirko (1): mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload fails drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 14 ++++++++++++-- drivers/net/ethernet/mellanox/mlxsw/switchx2.c | 8 ++++++++ .../selftests/drivers/net/mlxsw/qos_mc_aware.sh | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) -- 2.26.2