From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix bug in x86 cmpset Date: Thu, 29 Sep 2016 16:21:57 +0200 Message-ID: <2741746.oWx263Rdf9@xps13> References: <1475184293-18298-1-git-send-email-nikhil.rao@intel.com> <57ED141F.8020302@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Christian Ehrhardt , stable@dpdk.org To: "Rao, Nikhil" Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id F02CD568A for ; Thu, 29 Sep 2016 16:21:58 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id w84so301370461wmg.1 for ; Thu, 29 Sep 2016 07:21:58 -0700 (PDT) In-Reply-To: <57ED141F.8020302@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-09-29 18:46, Rao, Nikhil: > > On 9/29/2016 6:35 PM, Christian Ehrhardt wrote: > > The patch misses a fixed: line which it should get I think. > > The bug has existed from the day the DPDK was open-sourced, i.e, there wasn't a specific > commit that introduced this feature/bug, hence wasn't sure if it needed the fixes tag. In this case, we use the first commit: af75078 first public release It means it can be backported everywhere.