From: Jan Kiszka <jan.kiszka@siemens.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Avi Kivity <avi@redhat.com>, kvm <kvm@vger.kernel.org>
Subject: Re: [PATCH] KVM: Fix srcu struct leakage
Date: Tue, 09 Nov 2010 15:05:38 +0100 [thread overview]
Message-ID: <4CD95532.3070507@siemens.com> (raw)
In-Reply-To: <4CD953D1.90802@siemens.com>
Am 09.11.2010 14:59, Jan Kiszka wrote:
> Am 09.11.2010 14:53, Marcelo Tosatti wrote:
>> On Tue, Nov 09, 2010 at 12:41:26PM +0100, Jan Kiszka wrote:
>>> Clean up the srcu struct on vm destruction.
>>>
>>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>>> ---
>>> virt/kvm/kvm_main.c | 1 +
>>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
>>> index 4111a4b..6ec58d1 100644
>>> --- a/virt/kvm/kvm_main.c
>>> +++ b/virt/kvm/kvm_main.c
>>> @@ -513,6 +513,7 @@ static void kvm_destroy_vm(struct kvm *kvm)
>>> #else
>>> kvm_arch_flush_shadow(kvm);
>>> #endif
>>> + cleanup_srcu_struct(&kvm->srcu);
>>> kvm_arch_destroy_vm(kvm);
>>> hardware_disable_all();
>>> mmdrop(mm);
>>> --
>>> 1.7.1
>>
>> kvm_arch_destroy_vm does it.
>
> Oh, indeed.
>
> That I guess it's time to clean up, move generic allocation and release
> into generic code. Having kvm_arch_create/destroy_vm manage the kvm
> object allocation does not look very nice (and caused this confusion of
> mine).
Oh, the setup/cleanup maze is a tribute to the IA64 zombie. Mmh...
Jan
--
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
next prev parent reply other threads:[~2010-11-09 14:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-09 11:41 [PATCH] KVM: Fix srcu struct leakage Jan Kiszka
2010-11-09 13:30 ` Avi Kivity
2010-11-09 13:53 ` Marcelo Tosatti
2010-11-09 13:59 ` Jan Kiszka
2010-11-09 14:03 ` Marcelo Tosatti
2010-11-09 14:07 ` Jan Kiszka
2010-11-09 14:30 ` Avi Kivity
2010-11-09 14:36 ` Jan Kiszka
2010-11-09 16:00 ` Avi Kivity
2010-11-09 14:05 ` Jan Kiszka [this message]
2010-11-09 14:00 ` Avi Kivity
-- strict thread matches above, loose matches on Subject: below --
2010-11-07 12:58 Jan Kiszka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CD95532.3070507@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.