From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 18CD7325A; Fri, 1 Sep 2017 17:59:31 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 01 Sep 2017 08:59:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,458,1498546800"; d="scan'208";a="130766100" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga002.jf.intel.com with ESMTP; 01 Sep 2017 08:59:29 -0700 To: Gaetan Rivet , dev@dpdk.org Cc: Matan Azrad , stable@dpdk.org References: <1504018748-4766-1-git-send-email-matan@mellanox.com> <1504108794-21917-1-git-send-email-gaetan.rivet@6wind.com> From: Ferruh Yigit Message-ID: Date: Fri, 1 Sep 2017 16:59:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1504108794-21917-1-git-send-email-gaetan.rivet@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/failsafe: fix errno set on command execution 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: , X-List-Received-Date: Fri, 01 Sep 2017 15:59:32 -0000 On 8/30/2017 4:59 PM, Gaetan Rivet wrote: > This is unacceptable behavior. > > Fixes: a0194d828100 ("net/failsafe: add flexible device definition") > Fixes: 35ffe4208140 ("net/failsafe: fix missing pclose after popen") > Cc: stable@dpdk.org > > Reported-by: Matan Azrad > Signed-off-by: Gaetan Rivet Applied to dpdk-next-net/master, thanks.