linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wanpeng Li <kernellwp@gmail.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "David Hildenbrand" <david@redhat.com>,
	"Dmitry Vyukov" <dvyukov@google.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"KVM list" <kvm@vger.kernel.org>,
	"Radim Krčmář" <rkrcmar@redhat.com>,
	"Wanpeng Li" <wanpeng.li@hotmail.com>
Subject: Re: [PATCH] KVM: ioapic: fix NULL deref ioapic->lock
Date: Wed, 4 Jan 2017 06:03:52 +0800	[thread overview]
Message-ID: <CANRm+Cy8mdqM-i_MBHxY6=Nbf=wdTN+k_2pcjEZc0BOZQzPwGg@mail.gmail.com> (raw)
In-Reply-To: <3f0b0708-0dda-85d4-a0a0-2d532d46db18@redhat.com>

2017-01-04 1:23 GMT+08:00 Paolo Bonzini <pbonzini@redhat.com>:
>
>
> On 03/01/2017 13:06, David Hildenbrand wrote:
>>>
>>>      switch (cap->cap) {
>>>      case KVM_CAP_HYPERV_SYNIC:
>>> -        return kvm_hv_activate_synic(vcpu);
>>> +        if (!irqchip_in_kernel(vcpu->kvm))
>>> +            return -EINVAL;
>>> +        else
>>
>> You can simply drop the else and return directly.
>>
>> Can't really say if this is the right fix, my first thought was that
>> a request has been set although it should never have been set for
>> that VCPU. Maybe that is an effect of synic being activated
>> (because synic code unconditionally later on sets the request).
>>
>> Fixing the cause of the request seems better than fixing up the result.
>
> Yes, I agree.  Wanpeng's second patch is fine.

Thanks Paolo, I will send out a formal one soon.

Regards,
Wanpeng Li

      reply	other threads:[~2017-01-03 22:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-01  3:44 [PATCH] KVM: ioapic: fix NULL deref ioapic->lock Wanpeng Li
2017-01-02 10:09 ` Paolo Bonzini
2017-01-02 10:17   ` Dmitry Vyukov
2017-01-02 18:01     ` Paolo Bonzini
2017-01-02 22:37       ` Wanpeng Li
2017-01-03  9:27       ` Dmitry Vyukov
2017-01-03 10:40         ` Wanpeng Li
2017-01-03 12:06           ` David Hildenbrand
2017-01-03 17:23             ` Paolo Bonzini
2017-01-03 22:03               ` Wanpeng Li [this message]

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='CANRm+Cy8mdqM-i_MBHxY6=Nbf=wdTN+k_2pcjEZc0BOZQzPwGg@mail.gmail.com' \
    --to=kernellwp@gmail.com \
    --cc=david@redhat.com \
    --cc=dvyukov@google.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=rkrcmar@redhat.com \
    --cc=wanpeng.li@hotmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).