From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH bugfix] KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails Date: Tue, 09 Mar 2010 14:49:04 +0200 Message-ID: <4B9643C0.6030203@redhat.com> References: <20100309145519.e1b00c52.yoshikawa.takuya@oss.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40196 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750752Ab0CIMtH (ORCPT ); Tue, 9 Mar 2010 07:49:07 -0500 In-Reply-To: <20100309145519.e1b00c52.yoshikawa.takuya@oss.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On 03/09/2010 07:55 AM, Takuya Yoshikawa wrote: > svm_create_vcpu() does not free the pages allocated during the creation > when it fails to complete the allocations. This patch fixes it. > Applied, thanks. -- error compiling committee.c: too many arguments to function