From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 656F59A8E for ; Fri, 27 Mar 2015 12:13:30 +0100 (CET) Received: by wibg7 with SMTP id g7so36918909wib.1 for ; Fri, 27 Mar 2015 04:13:30 -0700 (PDT) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=WRC7ms0wMAeK+Q1KHRD2OQGmh8+33VaIrc9Ups4qvqQ=; b=eTTr/4MXe80H+oQw5tiUiWNgyIOjH/NebtrZmwBqatspHJtMFWtPYmCxYbrc8m7CTl gkAWm5fUsTsWPvgh4XcH1ix6+/GpcHfGg0/jphJ91x8IOcHHmNh38zpJmwKuY5jedi0S EPeEPCjf/3IzgxwXE7+H2VoxJeCA0TbSWdC8aiLm9rcrhDTzbI18Dtg3KBM0P1qPRelt 6xuKYvBkA3o8bGi+uNTtxX8koKZeGwD4W+dhRcadehh0CburIXmBqHeUxC766zpEAHXg 5bcqvGJLo8iWHdEUt/ohLCVXm6ZHaDM+xHszh7whAoxOUh0IImuY6uDG7d1ECS1cMyI7 1uNA== X-Gm-Message-State: ALoCoQml9EpgmIypvuwpzbPJyKQH59uW5Zvqbm2gWFFBMcAxWzRvRiaRsUZ+41RGJ1Qhzw2FzMV8 X-Received: by 10.194.222.135 with SMTP id qm7mr37965342wjc.14.1427454810268; Fri, 27 Mar 2015 04:13:30 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id d9sm2342593wib.20.2015.03.27.04.13.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 04:13:29 -0700 (PDT) From: Thomas Monjalon To: Pavel Boldin Date: Fri, 27 Mar 2015 12:12:49 +0100 Message-ID: <14133953.peKNpEARJs@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1427115225-14489-1-git-send-email-pboldin@mirantis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] vhost: Fix `struct file' leakage in `eventfd_link' 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, 27 Mar 2015 11:13:30 -0000 > > Due to increased `struct file's reference counter subsequent call > > to `filp_close' does not free the `struct file'. Prepend `fput' call > > to decrease the reference counter. > > > > Signed-off-by: Pavel Boldin > Acked-by Huawei Xie Applied, thanks (already sent this notification but this ack was did many times in detached threads)