From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1F76FA0093; Mon, 7 Mar 2022 23:14:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1BD541238; Mon, 7 Mar 2022 23:13:59 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 8D7924122E; Mon, 7 Mar 2022 23:13:58 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 380115C0326; Mon, 7 Mar 2022 17:13:58 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Mon, 07 Mar 2022 17:13:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; bh=jXgwHXLR+3oAz3 9wjMJdXdc1RXr4woblyIEzVFZrSqQ=; b=EFCdBm8ztz/TX+bbLOeWkLxCSqWFAv /h4nM6H9De+Xj7sl3nt0fxdpmK+iRurLscISBbyx6tzNHIhQ1dVP5d2ejD5IC7Z6 Z2Q3ei+NzK6Fn0LIyPAMdZUyZPuSgBNoT70iQeLnQsY/f5/cwMNZcLdhqtuDpffI U/3KY1g7OlYeMKMkQanB9x6c+jZje/Ql2i+wKQxd6qf0uje/cqTUwGchHljVvl7b dl7Dp4dv5mVSm/yn689vNsGXzwbRAwDLdDpJdAcjiS2Ymlvin5dKO6pr8xRiAQ/O QGeLlwkzhhr7ub2ik3Trm/iuue79FvGfURaOIszp1EhY5rzR8xtChr0g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=jXgwHXLR+3oAz39wjMJdXdc1RXr4woblyIEzVFZrS qQ=; b=BucKtpxAlFSfQUmUZeSfe9+ddsPPn2Bk22TMJwDWeq10mI3fKJroXtizP eZOJLobo3q2ohWYfxtBOsSfJWPHyDJkra23cQeuPijjxXElapi3StYlRFn1HtwxG 3kGIwojPWLLd8OWiiRmu0R45JtC8gidWNyARXCPgea+6ozKbMGaPDpaIotvfPeyu uFJk1uKcgNtzOyweMxr1d9T1pjIqCn/GSl5zHmpDhrhfFOcYNjVutcJ8NEAHzXlZ FAeLwLUvGM/M+mgSSS/ADLr/KqR38lOQrOZFfANCieV11Sdt2t452BO5Vmd15VPc /EH700UNRESLRcvHCS4Guobq3fXRg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddruddugedgudehkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 7 Mar 2022 17:13:56 -0500 (EST) From: Thomas Monjalon To: "Huang, Wei" , "Zhang, Tianfei" Cc: "dev@dpdk.org" , "Xu, Rosen" , "Zhang, Qi Z" , "nipun.gupta@nxp.com" , "hemant.agrawal@nxp.com" , "stable@dpdk.org" , "Yigit, Ferruh" Subject: Re: [PATCH v5] raw/ifpga: initialize scalar variable before using Date: Mon, 07 Mar 2022 23:13:55 +0100 Message-ID: <5919453.fW5hKsROvD@thomas> In-Reply-To: References: <20220221063444.305376-1-wei.huang@intel.com> <20220221075222.306101-1-wei.huang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 28/02/2022 08:58, Zhang, Tianfei: > From: Huang, Wei > > Sent: Monday, February 21, 2022 3:52 PM > > To: dev@dpdk.org; Xu, Rosen ; Zhang, Qi Z > > ; nipun.gupta@nxp.com; hemant.agrawal@nxp.com > > Cc: stable@dpdk.org; Zhang, Tianfei ; Yigit, Ferruh > > ; Huang, Wei > > Subject: [PATCH v5] raw/ifpga: initialize scalar variable before using > > > > Scalar variable sub_brg_bdf may be used uninitialized in function > > ifpga_rawdev_fill_info(). It is initialized now in this fix. > > > > Coverity issue: 375805 > > Fixes: 9c006c45d0c5 ("raw/ifpga: scan PCIe BDF device tree") > > Cc: stable@dpdk.org > > > > Signed-off-by: Wei Huang > > It looks good for me. > > Acked-by: Tianfei Zhang Applied, thanks.