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 BA7B5A0C53 for ; Mon, 25 Oct 2021 14:07:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC79E410EB; Mon, 25 Oct 2021 14:07:06 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 0F36B4003E; Mon, 25 Oct 2021 14:07:04 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 8692D5C01BC; Mon, 25 Oct 2021 08:07:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Mon, 25 Oct 2021 08:07:03 -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=fm2; bh= LjSRa7Ffk9if6juAPTDQynze7lkJ7Mo30Ff0Y586O/I=; b=Zej+YyD9ogHLcnAD kQFQIyEKvmKOfuPf+oYgJtGPPP50nnta5wMvHpBQlZx1mHTmaDezYpnjOSbjQcWN w8lukKseiIBq9h0+Tb223S+8F5sPE/jdhxmljndfLfFv3eNg28TOu3XWZ63mPSVi /pMUcaWwnOhDKwf5gXAAjtwiVKicYCAas2JznxugqAVwmx8GVIqkl8SfhCXXle/P ps+Al/mnNLm+8UME26KbeeH6vfTNL4+CKBAHor+07cgnD2U+SHA+6g5dOh02MsH4 vIXOAf2RbKba4UgEODS5j/yDPbmbCtxGNn3g4boQmJ++al9MTBNqq8IJRhuQxLbD 8J9W2Q== 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=fm1; bh=LjSRa7Ffk9if6juAPTDQynze7lkJ7Mo30Ff0Y586O /I=; b=NHkP5nYndLJb3X4ACKXkCI4emPs24J2GqMciOsjxeO4jnR0PfGk9Lesv4 iZQxstk8MyAu4Wrxk6sq2P/tBqMBTjMfrwDtPT/GFz3+c2NCjelkvldRoK4tP6PG b3PRszwJJ3wiWW7ht7dNj6Ar3K4meApWsyXGLuNR7qDy1BcZt4LFvrvO3UeFM3l8 EsZKdhGZ6rr9hbCJhlPSv7O1vui77D/YvHCUbWbQvA5fgHAV8Zo5h8/XtuDDKVOQ jA2Vz/M6eFsEKdWqIa4aBzH9cBtykFXdcTP3/BSjec7rAm7ywMs9FpEKw7r33nBS k2kVsIeDMQoQo5EJAjTppMM7WDuQw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdefhedggeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtqhertddttdejnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepkeethedtieevhfeigeejleegudefjeehkeekteeuveeiuedvveeu tdejveehveetnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 25 Oct 2021 08:07:02 -0400 (EDT) From: Thomas Monjalon To: cristian.dumitrescu@intel.com, Yogesh Jangra Cc: dev@dpdk.org, stable@dpdk.org, venkata.suresh.kumar.p@intel.com Date: Mon, 25 Oct 2021 14:06:58 +0200 Message-ID: <3339149.SP4BoZc7Wp@thomas> In-Reply-To: <1634786612-115588-1-git-send-email-yogesh.jangra@intel.com> References: <1634786612-115588-1-git-send-email-yogesh.jangra@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH] pipeline: fix instruction label check 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" 21/10/2021 05:23, Yogesh Jangra: > The instruction_data array was incorrectly indexed, which resulted in > the array index getting out of bounds and sometimes segfault. >=20 > Fixes: a1711f (=E2=80=9Cpipeline: add SWX Rx and extract instructions=E2= =80=9C) > Cc: stable@dpdk.org >=20 > Signed-off-by: Yogesh Jangra > Acked-by: Cristian Dumitrescu Applied, thanks.