From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci:fix missing free Date: Tue, 04 Oct 2016 10:07:15 +0200 Message-ID: <5002661.BM4T3e36Ye@xps13> References: <4622854.nVE6J4R6pe@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , dev@dpdk.org, stable@dpdk.org To: Yangchao Zhou Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 861AC6A73 for ; Tue, 4 Oct 2016 10:09:54 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id b201so128336126wmb.0 for ; Tue, 04 Oct 2016 01:09:54 -0700 (PDT) In-Reply-To: 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-30 17:27, David Marchand: > On Fri, Sep 30, 2016 at 5:19 PM, David Marchand > wrote: > > Hello, > > > > On Thu, Sep 29, 2016 at 3:41 AM, Yangchao Zhou wrote: > >> Signed-off-by: Yangchao Zhou > > > > For the title, how about: > > pci: fix memory leak when detaching devices > > > > Afaics the fixes tag would be : > > > > Fixes: dbe6b4b61b0e ("pci: probe or close device") > > > > + CC stable > > Thomas, can you apply this with my ack ? > Thanks. Applied, thanks