From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: [Qemu-devel] [PATCH][STABLE] block: Free iovec arrays allocated by multiwrite_merge() Date: Thu, 22 Apr 2010 10:38:44 +0200 Message-ID: <4BD00B14.1000400@redhat.com> References: <1271878545-5965-1-git-send-email-stefanha@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, Anthony Liguori , kvm@vger.kernel.org, Leszek Urbanski , Marcelo Tosatti , Avi Kivity , Aurelien Jarno To: Stefan Hajnoczi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44615 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752760Ab0DVIjc (ORCPT ); Thu, 22 Apr 2010 04:39:32 -0400 In-Reply-To: <1271878545-5965-1-git-send-email-stefanha@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: 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