From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4B44611D9; Mon, 9 Jan 2017 13:04:34 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 09 Jan 2017 04:04:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="806733137" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2017 04:04:32 -0800 To: "Timmons C. Player" , linville@tuxdriver.com References: <1483626815-476-1-git-send-email-timmons.player@spirent.com> <9109d76d-0d94-2ce4-b030-e2d819709998@intel.com> Cc: dev@dpdk.org, dpdk stable From: Ferruh Yigit Message-ID: <17163e4f-8cfb-bb56-50ae-2d00e759b9e9@intel.com> Date: Mon, 9 Jan 2017 12:04:31 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <9109d76d-0d94-2ce4-b030-e2d819709998@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/af_packet: fix fd use after free 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: Mon, 09 Jan 2017 12:04:34 -0000 On 1/9/2017 11:55 AM, Ferruh Yigit wrote: > On 1/5/2017 2:33 PM, Timmons C. Player wrote: >> When using the same file descriptor for both rx and tx, the >> eth_dev_stop function would close the same fd twice. This >> change prevents that from happening. >> >> Signed-off-by: Timmons C. Player > > Fixes: 364e08f2bbc0 ("af_packet: add PMD for AF_PACKET-based virtual > devices") > > CC:stable@dpdk.org > > Acked-by: Ferruh Yigit > Applied to dpdk-next-net/master, thanks.