From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 61057CF23 for ; Fri, 17 Jun 2016 14:12:25 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id a66so98576437wme.0 for ; Fri, 17 Jun 2016 05:12:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TcpDhzIibXopByElWxx5ASGK8O0etV00Q43OgqUs6Nk=; b=bqUxariOD/YNSwZ1cf9SDNhfcXV46icCMG5hwU+WgIu1B/pJIROahToC4aOHK/o/fe 9Dp1pfW+EtLBNyIEx2RcrQFaoMDZKRmeEwQ0qArag9HR232ELPZOCzTy2gON06PNzsj1 vt32kq8WBOtr0ZpzRoUjlgrW1+G4dJGRLCJPQBE2YsgSbx5y6GmAYtftxQ/1/u2zDprA dFesIkhil0Nj13bkR+t7ID3wCM/FvK7zJrS49/THX0RmtL2PetJv0iQEWqsiHmI4jAZn 9TFwlSWq+Y4JOsUeDwuZG6yKxX8y0Vt+I6f+1MismKi4QI8hyfqG7c3uGFUxFPVppLP3 Ex5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TcpDhzIibXopByElWxx5ASGK8O0etV00Q43OgqUs6Nk=; b=K+eA/+IJrhh2iKQONqNyqc10j878Bx7jr3Ha6Xe76KSrhv10IT0UeJmWiKvM0hJz5Z mnk4bGHiqqrBcT3oQSdpKsuQQPSSSkw7EFSA4HHz90cioA2LY9fGka8yIx9p/qxuEJ/P Kxuu7chZohwb489i4rT6oFmkHYb/CEmr5O3ns/wT/e/F0Jsh2OXpXrC1S2FUM3OVcCbA BEEt/JghOwzH8i4wu0S7mxoKRoGN/meVgM7GKqdhfzharfVXB8/A0w/r9yCW8jsVgdPk 9VcbJnU0Z8lyEnJVrejJvT/wsgUjjZ9jSZ5kMdi2AUZ1iL5txlrnSs0lX/B2d0O1HRhQ CnXw== X-Gm-Message-State: ALyK8tIGMFYTu50lhq7yp3G62vYSzyZwklSREPQ/iS68oxjiM2qr7T1eRnwrZXBRKXNSjAhaThsFji1AZS4B6F1/ X-Received: by 10.28.207.13 with SMTP id f13mr21285658wmg.53.1466165544786; Fri, 17 Jun 2016 05:12:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.16.13 with HTTP; Fri, 17 Jun 2016 05:12:05 -0700 (PDT) In-Reply-To: <1466044391-3210-2-git-send-email-mukawa@igel.co.jp> References: <1465961221-28357-1-git-send-email-mukawa@igel.co.jp> <1466044391-3210-1-git-send-email-mukawa@igel.co.jp> <1466044391-3210-2-git-send-email-mukawa@igel.co.jp> From: David Marchand Date: Fri, 17 Jun 2016 14:12:05 +0200 Message-ID: To: Tetsuya Mukawa Cc: "dev@dpdk.org" , "Mcnamara, John" , michalx.k.jastrzebski@intel.com Content-Type: text/plain; charset=UTF-8 Subject: Re: [dpdk-dev] [PATCH v2] eal: Fix wrong resource release while unmapping pci devices X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 12:12:25 -0000 On Thu, Jun 16, 2016 at 4:33 AM, Tetsuya Mukawa wrote: > This patch fixes wrong resource release of pci_uio_unmap(). > The 'path' member of mapped_pci_resource structure is allocated by > primary process, but currently it will be freed by both primary > and secondary process. > The patch fixes to be freed by only primary process. > > Signed-off-by: Tetsuya Mukawa Wrong headline uppercase: eal: Fix wrong resource release while unmapping pci devices Wrong headline lowercase: eal: Fix wrong resource release while unmapping pci devices Missing 'Fixes' tag: eal: Fix wrong resource release while unmapping pci devices Then you can add my ack. -- David Marchand