From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4rwe-0007XL-68 for qemu-devel@nongnu.org; Thu, 22 Apr 2010 04:39:36 -0400 Received: from [140.186.70.92] (port=45449 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4rwb-0007XB-R3 for qemu-devel@nongnu.org; Thu, 22 Apr 2010 04:39:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4rwZ-00048N-7l for qemu-devel@nongnu.org; Thu, 22 Apr 2010 04:39:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51251) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4rwZ-00048F-0N for qemu-devel@nongnu.org; Thu, 22 Apr 2010 04:39:31 -0400 Message-ID: <4BD00B14.1000400@redhat.com> Date: Thu, 22 Apr 2010 10:38:44 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH][STABLE] block: Free iovec arrays allocated by multiwrite_merge() References: <1271878545-5965-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1271878545-5965-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony Liguori , kvm@vger.kernel.org, Leszek Urbanski , Marcelo Tosatti , qemu-devel@nongnu.org, Avi Kivity , Aurelien Jarno Am 21.04.2010 21:35, schrieb Stefan Hajnoczi: > A new iovec array is allocated when creating a merged write request. > This patch ensures that the iovec array is deleted in addition to its > qiov owner. > > Reported-by: Leszek Urbanski > Signed-off-by: Stefan Hajnoczi Acked-by: Kevin Wolf Picked it up for my block branch, too, but I think this should be committed immediately by Aurelien. Kevin