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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90311C25B48 for ; Thu, 26 Oct 2023 22:52:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344906AbjJZWsS (ORCPT ); Thu, 26 Oct 2023 18:48:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229694AbjJZWsR (ORCPT ); Thu, 26 Oct 2023 18:48:17 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D9341A7 for ; Thu, 26 Oct 2023 15:48:15 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D820C433C7; Thu, 26 Oct 2023 22:48:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698360494; bh=ZUUtoMOmeBlBhtXVE8Cuph61LHIPCHr9OivK6H+jN9U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=T6esuD2BlPH6biLwr8jtZD5TxnvxuRsQMbLxkLknEWrLkjcKo7pi10Llnxe5PNx1E qMtV4YcuRGU8Pypz7aHC8Vr8VAO1mQ9b9lOaSxAqC2nULonFyS/n78aNKyf4l81OuE v3PfRZswkASw0xXVCAYJuyY+qgsUXhIuHazSoffByqiDcxLTfT2tfq1Dr6A8JChVLw dkz3wcO24zWVR7KGPNGMOatGh/1ediUsPcUMyWvrz7mo2RzNCl3vHwDtQYdzLUf6jO iWGHC/2YR7YwWsrUW+bw/idR/c3KdU06o8E4AgAKnXljKctm7rGZrBwAp9n6MfJ85E ysr1S+h7YtyQQ== Date: Thu, 26 Oct 2023 15:48:13 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: Przemek Kitszel , netdev@vger.kernel.org, Saeed Mahameed , "David S. Miller" , Eric Dumazet , Paolo Abeni , Jiri Pirko , linux-kernel@vger.kernel.org, Leon Romanovsky , Tariq Toukan , Danielle Ratson , Ido Schimmel , Petr Machata , Moshe Shemesh , Eran Ben Elisha , Aya Levin , Simon Horman , Dan Carpenter Subject: Re: [PATCH net-next] net/mlx5: fix uninit value use Message-ID: <20231026154813.4682f7b8@kernel.org> In-Reply-To: References: <20231025145050.36114-1-przemyslaw.kitszel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 26 Oct 2023 15:14:37 -0700 Saeed Mahameed wrote: > >Reported-by: Dan Carpenter > >Link: https://lore.kernel.org/netdev/8bd30131-c9f2-4075-a575-7fa2793a1760@moroto.mountain > >Fixes: d17f98bf7cc9 ("net/mlx5: devlink health: use retained error fmsg API") > >Signed-off-by: Przemek Kitszel > > Applied to net-next-mlx5 Given the hold up with your PR I prefer to take this directly, thanks.