From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fg4hG-0004dq-Bl for qemu-devel@nongnu.org; Thu, 19 Jul 2018 04:54:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fg4hD-0005Pe-9D for qemu-devel@nongnu.org; Thu, 19 Jul 2018 04:54:02 -0400 References: <1527751702-15452-1-git-send-email-wangyunjian@huawei.com> <153193157775.25234.15329587771745338735@sif> From: Jason Wang Message-ID: <6cde2d66-29cc-e8d4-c038-f494f093e7de@redhat.com> Date: Thu, 19 Jul 2018 16:53:52 +0800 MIME-Version: 1.0 In-Reply-To: <153193157775.25234.15329587771745338735@sif> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH v2] tap: fix memory leak on success to create a tap device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth , qemu-devel@nongnu.org, wangyunjian Cc: caihe@huawei.com, qemu-stable@nongnu.org On 2018=E5=B9=B407=E6=9C=8819=E6=97=A5 00:32, Michael Roth wrote: > Quoting Jason Wang (2018-05-31 04:46:05) >> On 2018=E5=B9=B405=E6=9C=8831=E6=97=A5 15:28, wangyunjian wrote: >>> From: Yunjian Wang >>> >>> The memory leak on success to create a tap device. And the nfds and >>> nvhosts may not be the same and need to be processed separately. >>> >>> Fixes: 07825977 ("tap: fix memory leak on failure to create a multiqu= eue tap device") >>> Fixes: 264986e2 ("tap: multiqueue support") >>> >>> CC: QEMU Stable >>> Signed-off-by: Yunjian Wang >>> --- >>> v2: >>> -add commit log and cc qemu-stable with fixes tags >>> --- >> Applied. > It looks like this hasn't made its way to master yet. Is a pull request > still planned? > Fall through cracks unfortuately. It will be included in the next pull=20 request. Thanks