From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6KVX-0003ON-8x for qemu-devel@nongnu.org; Mon, 14 Nov 2016 11:53:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6KVS-0002Tz-AS for qemu-devel@nongnu.org; Mon, 14 Nov 2016 11:53:23 -0500 Received: from 7.mo53.mail-out.ovh.net ([46.105.61.78]:56856) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6KVS-0002Tn-41 for qemu-devel@nongnu.org; Mon, 14 Nov 2016 11:53:18 -0500 Received: from player158.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo53.mail-out.ovh.net (Postfix) with ESMTP id 4A7A9428A4 for ; Mon, 14 Nov 2016 17:53:15 +0100 (CET) Date: Mon, 14 Nov 2016 17:53:11 +0100 From: Greg Kurz Message-ID: <20161114175311.069ef717@bahia> In-Reply-To: <5829af05.84f4420a.a436f.4a62@mx.google.com> References: <5829af05.84f4420a.a436f.4a62@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Qiang Cc: qemu-devel@nongnu.org, liqiang6-s@360.cn Hi Li, On Mon, 14 Nov 2016 07:32:55 -0500 Li Qiang wrote: > From: Li Qiang > > Currently, the backend of VirtFS doesn't have a cleanup > function. This will leak some resources in handle and proxy > backend driver. This patchset addresses this issue. > > Li Qiang (3): > 9pfs: add cleanup operation in FileOperations > 9pfs: add cleanup operation for handle backend driver > 9pfs: add cleanup operation for proxy backend driver > > fsdev/file-op-9p.h | 1 + > hw/9pfs/9p-handle.c | 8 ++++++++ > hw/9pfs/9p-proxy.c | 10 ++++++++++ > hw/9pfs/9p.c | 3 +++ > 4 files changed, 22 insertions(+) > The series ends up unthreaded again... This is what we have in the cover (0/3): Message-ID: <5829af05.84f4420a.a436f.4a62@mx.google.com> X-Google-Original-Message-ID: <1479126778-125867-1-git-send-email-Qiang(liqiang6-s@360.cn)> but the patches have: In-Reply-To: <1479126778-125867-1-git-send-email-Qiang(liqiang6-s@360.cn)> References: <1479126778-125867-1-git-send-email-Qiang(liqiang6-s@360.cn)> A quick research seems to indicate that gmail rewrites message-id if it does not follow the format, which is obviously the case here. Please fix that before you post again. Cheers. -- Greg