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 84F71A0A02 for ; Thu, 20 May 2021 23:06:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BC9940041; Thu, 20 May 2021 23:06:06 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 2957440041; Thu, 20 May 2021 23:06:05 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 916FE5C017D; Thu, 20 May 2021 17:06:04 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 20 May 2021 17:06:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= ATV47kcfKcL1oaV+7ykGQhyy8ySiFdSbKaftvoIF5qk=; b=Vbun6GECaZsBPsKe F+kIPonYFU9T6SfZYUTUfRTmUsRDoTOEt9M8Ga4SSN6VuvoLygzPAHdHIx1TwKnk LSp+uy0QXNSs565QNk6Yq5NQMAsZCZV4ENOU0cR4J14CtDUyWuoLwrC45/wbDF2u gxLECtWSR0Cqd6ET7woNcTZuhS+8Qem0t6GZlEd3FQVAUodkGclnIu4Lfv77EPac PISOwqRKjBG+wrScTbIpqKRkVqmJYdTY2hjyOUsZjrM/6xKiX+esdjQLSUucLupk w/VxvX5AZ2Hs0UvAL6SR1s/al7RX25NfxEPW+vx4pufSmsvREBZ93NVX/pUcAtDE tXaocA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=ATV47kcfKcL1oaV+7ykGQhyy8ySiFdSbKaftvoIF5 qk=; b=I7+80Ho6XQ4dTi5S/POf0Y8aBs+32sqwwNjgW78o63y+vqkpbRFH8Jm9U grQVCMOAtW4RpSPACVk4oRFNm9NCfMbCaDF2mkBvKefo5kC/MrF2FjDiLZFOzkAI /oSIilS/vr56V3zLuppPyKerMxNbj6z3/eAcdtqTKdciKH17VMAz14bQT1wfbx37 6i7Yd5oaDV5WAdLR55w+VnRt9c3O4mHcI2QNRYgUENSz4rnTkw0D7b+++332OhWd C2oZJoWn47Ljg8GVMtRqP/OgdWmGVu011E8PrUL7HyvqN7yXw3r+yuOft36j9T3C MdWyORezYfxCf4F+ElHeQkhgdwg7w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdejuddgudehkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrh fuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 20 May 2021 17:06:03 -0400 (EDT) From: Thomas Monjalon To: Kevin Traynor Cc: stable@dpdk.org, dev , "Yigit, Ferruh" , Ali Alnubani , David Marchand Date: Thu, 20 May 2021 23:06:01 +0200 Message-ID: <3696009.Mqno2dQ6BD@thomas> In-Reply-To: References: <20210520110613.387358-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] test/prefetch: fix build with GCC 11 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 20/05/2021 16:31, David Marchand: > On Thu, May 20, 2021 at 1:07 PM Kevin Traynor wrote: > > > > GCC 11 complains that 'a' is uninitialized. > > > > ../dpdk/app/test/test_prefetch.c: In function 'test_prefetch': > > ../dpdk/app/test/test_prefetch.c:25:9: > > error: 'a' may be used uninitialized [-Werror=maybe-uninitialized] > > 25 | rte_prefetch0(&a); > > | ^~~~~~~~~~~~~~~~~ > > > > Fix by initializing 'a'. > > > > Bugzilla ID: 714 > > Fixes: af75078fece3 ("first public release") > > Cc: stable@dpdk.org > > > > Reported-by: Ali Alnubani > > Signed-off-by: Kevin Traynor > > Reviewed-by: David Marchand Applied, thanks