From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id B120BA0096 for ; Wed, 5 Jun 2019 18:39:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 885BD1B9CE; Wed, 5 Jun 2019 18:39:41 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id A3A221B95A; Wed, 5 Jun 2019 18:39:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7A7EC592; Wed, 5 Jun 2019 12:39:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 12:39:36 -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=mesmtp; bh=JoxJuJMzqxNkCt+W5nvi80AfP/KctFFbJFTfx3YKoR8=; b=PANEEzjARHNL HXIKnS5FIQblw21LynnCeDLRaH72M/KaoXcXI2lFa4vrUm0Z0orC+jhxfWvAyPlw +OUDmA+oumU4ZSIL7njv5t7UVlbaM9VnSn9j2TSBAB78e43DJFyp2p/yCy8owbvl Elb6o65Nrh7Bb753ZKZ0A5PRZGX1YWc= 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=JoxJuJMzqxNkCt+W5nvi80AfP/KctFFbJFTfx3YKo R8=; b=PttEePtts/GTn/qGTt7bBOgbGLjvwJZU20TWjzXHq5V/uGLi4xCRiSsoo hZ8l3GYCggpmeZ9gD1T65dwZbJEUHDQcSQZo47uUsFOl8BBrQTadwBGrR24vTOPN 3ITQ2StNkZ8gtb3Sh7IZpEkmpA061uBlmMckCuXC9Hxs7VoQQCw/bHxtJNZAXF+x ghbshfAyjwM5KWlC0nC/UGUHCDGpHkewCZ2+Imfds1VavffIcBYv+urRQYCh1lKC NDpSMjnahSK5WO2aA6T3nuQTQHxJlFgnWP6oZD8yEhCsDpqV2cVwcUnvgv+cADmZ yLn+L7NUyp7ZB6HMN+HKhB62tvNNw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddguddtiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 id 2AA8E8005B; Wed, 5 Jun 2019 12:39:35 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, roy.fan.zhang@intel.com, stable@dpdk.org Date: Wed, 05 Jun 2019 18:39:34 +0200 Message-ID: <32502786.PRyKBfgp6X@xps> In-Reply-To: <20190605141123.35977-1-bruce.richardson@intel.com> References: <20190605141123.35977-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] crypto/aesni_mb: fix build error with gcc 4.8.5 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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" 05/06/2019 16:11, Bruce Richardson: > On CentOS/RHEL 7, we get build errors reported due to a variable being > possibly unitialized. Setting a default init value fixes this issue. > > Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") > Cc: roy.fan.zhang@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Bruce Richardson Applied, thanks