From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id E863838EB for ; Thu, 29 Sep 2016 16:21:58 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id b130so135622607wmc.0 for ; Thu, 29 Sep 2016 07:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=EMfQ081My6dupiPGy/HIzHOP8oYVRWWuFMfiEBnXgCg=; b=V6nWIq7SjXAoq9M0fyBuzpQEfdh1NDrtq2FPdZsbu4PsmEjEwYb78l0soRiWsYZKXK nBq1QCX0yhV6kNsrpICcwp/atQMNWf45I0mX5ZQRlfurkMm0Ork4NQqjoscd8FxjYEXj 26AZwu8KA+eXCQGLG3y/ittcu6BEbxw7XlTTd6qYcm47Z7smgZU6bC2g3AKwgAvrn9If umkxxcEz/uIlMxocjmQGJ64wkq4XJW0VyI4rOrOkFRc1EiwrYAPx7Fz6VHUAZDy0uiXx 6CtRWrKpKokEysj2DBZXvu+bCZs/oQDtAqLezKKw4NFtrvpIRrkLIg7f5IDRCYwlFS+5 v1fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=EMfQ081My6dupiPGy/HIzHOP8oYVRWWuFMfiEBnXgCg=; b=fJz9CFvoID1B1YKY88BBRAiADRtodeFW4Di0apDTt/0vB/PHmdqFvOy93mQCNmrgUq PtHPblNtoeJktqb/stwOQm1oB454dx3+MLt8MJx5mA0+7icBlGYGnfvi4mT78HWOod5C 5udnyqvoygBbQkCf/uIC047NnSt/o2sDNp8bcdhg5YXrvsmTrOln+ujNVhSOwHc80KKI gWhUT9+314sVS9vtWIVD6He3weM/9vhnRdlladGmcVjQdSv5iphNzhAJ8EOZDNNqatrF JVKk6fOJptERDArsbNUAot+ytnpYNTkjz/Xu5BBtqWc7nv8KSCrj4UEXu55lcn3k6nLB 3Y5A== X-Gm-Message-State: AA6/9RnFg252BZBwYB4W0DjA5eFyUYaqKciOd/VHaNKHME4f84EszHM26DARJF+ryJacBkZt X-Received: by 10.28.170.73 with SMTP id t70mr13082439wme.32.1475158918705; Thu, 29 Sep 2016 07:21:58 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id a84sm28714485wme.6.2016.09.29.07.21.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Sep 2016 07:21:58 -0700 (PDT) From: Thomas Monjalon To: "Rao, Nikhil" Cc: dev@dpdk.org, Christian Ehrhardt , stable@dpdk.org Date: Thu, 29 Sep 2016 16:21:57 +0200 Message-ID: <2741746.oWx263Rdf9@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <57ED141F.8020302@intel.com> References: <1475184293-18298-1-git-send-email-nikhil.rao@intel.com> <57ED141F.8020302@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: fix bug in x86 cmpset X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 14:21:59 -0000 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.