From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CB12F15CC for ; Thu, 20 Apr 2023 00:46:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1BDDFC433EF; Thu, 20 Apr 2023 00:46:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681951586; bh=c85dxX5VbhX+MDjLca20jOeyW7o9meMS6s/blcJymPc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iY9Yrj0ntKaIHAGUiOIgblBZJm5XOSexme9uDdH43nUc/8KST6FcraX6QN1IS32Dd 4sAqFDjDyXR3MgjSOzrJl+bF9PdeI1kNxyFn/t7F3sd/VwdvjI5oBWynUVSCnOWsnS IG1u5KM3cpeA15tZhq1q/m0BsFXUmw7SUCoojluLlTKe+crAAxzzB+VJ2rLH+p7SES TqAg6w9E1YPNGUQRq1GQbTkabD9EKJ+RGye9nHGeQdh/aQ3OyniWLB4lSwjB3gUIue hd44G1luyLvo4TaJF1T/6NzJs4aeFHkzIx6PPyIZ4plt86uVtQXyhHOWw4VnC0taso KX/0h+tr4e7lg== Date: Wed, 19 Apr 2023 17:46:25 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: Saeed Mahameed , Paul Moore , Leon Romanovsky , Linux regressions mailing list , Shay Drory , netdev@vger.kernel.org, selinux@vger.kernel.org, Tariq Toukan Subject: Re: Potential regression/bug in net/mlx5 driver Message-ID: <20230419174625.280a6ed9@kernel.org> In-Reply-To: References: <20230413152150.4b54d6f4@kernel.org> <20230413155139.22d3b2f4@kernel.org> <20230413202631.7e3bd713@kernel.org> <20230414173445.0800b7cf@kernel.org> <20230417083825.6e034c75@kernel.org> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 19 Apr 2023 17:43:11 -0700 Saeed Mahameed wrote: > So I checked with Arch and we agreed that the only devices that need to > expose this management PF are Bluefield chips, which have dedicated device > IDs, and newer than the affected FW, so we can fix this by making the check > more strict by testing device IDs as well. > > I will provide a patch by tomorrow, will let Paul test it first. What's "by tomorrow"? Today COB or some time tomorrow? Paolo is sending the PR tomorrow, fix needs to be on the list *now*.