All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Dmitry Vyukov <dvyukov@google.com>
Cc: "David Hildenbrand" <david@redhat.com>,
	joro@8bytes.org, "Radim Krčmář" <rkrcmar@redhat.com>,
	"KVM list" <kvm@vger.kernel.org>,
	syzkaller <syzkaller@googlegroups.com>
Subject: Re: [PATCH] kvm: initialize SVM spinlock
Date: Tue, 24 Jan 2017 12:40:56 +0100	[thread overview]
Message-ID: <5c7709fd-6c56-d53a-afa3-83ae56499281@redhat.com> (raw)
In-Reply-To: <CACT4Y+bAETWbT=g3rxUxjFsrf_QVidj=njRM73sh1Bv4QtENCg@mail.gmail.com>



On 24/01/2017 12:34, Dmitry Vyukov wrote:
> On Tue, Jan 24, 2017 at 12:32 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
>>
>>
>> On 23/01/2017 15:52, Dmitry Vyukov wrote:
>>>
>>> @@ -1382,6 +1383,9 @@ static void avic_vm_destroy(struct kvm *kvm)
>>>         unsigned long flags;
>>>         struct kvm_arch *vm_data = &kvm->arch;
>>>
>>> +       if (!avic)
>>> +               return 0;
>>> +
>>>         avic_free_vm_id(vm_data->avic_vm_id);
>>>
>>>         if (vm_data->avic_logical_id_table_page)
>>
>> Yes, this is the right one.
> 
> 
> I can mail this patch, but I can only test build.

No problem, I have applied it locally and I am testing it.

Paolo

  reply	other threads:[~2017-01-24 11:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-22  9:04 [PATCH] kvm: initialize SVM spinlock Dmitry Vyukov
2017-01-23 14:25 ` David Hildenbrand
2017-01-23 14:52   ` Dmitry Vyukov
2017-01-23 16:09     ` David Hildenbrand
2017-01-24 11:40       ` Paolo Bonzini
2017-01-24 11:32     ` Paolo Bonzini
2017-01-24 11:34       ` Dmitry Vyukov
2017-01-24 11:40         ` Paolo Bonzini [this message]
2017-01-24 13:07           ` Dmitry Vyukov

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=5c7709fd-6c56-d53a-afa3-83ae56499281@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=david@redhat.com \
    --cc=dvyukov@google.com \
    --cc=joro@8bytes.org \
    --cc=kvm@vger.kernel.org \
    --cc=rkrcmar@redhat.com \
    --cc=syzkaller@googlegroups.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.