Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1471756
| From | Paolo Bonzini <pbonzini@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: NULL-ptr deref in kvm_arch_vcpu_ioctl under AMD CPUs |
| Date | 2016-08-29 14:10 +0200 |
| Message-ID | <sbty1-77M-13@gated-at.bofh.it> (permalink) |
| References | <r3TUS-6ct-11@gated-at.bofh.it> <s7u9k-7K4-21@gated-at.bofh.it> <s7GNc-7nF-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 19/08/2016 02:16, Dmitry Vyukov wrote:
> > > This seems non-exploitable due to mmap_min_addr, so I guess it should
> > > be treated just as a regular bug
> >
> > Probably fixed by commit 4c5ea0a9cd02 ("locking/static_key: Fix
> > concurrent static_key_slow_inc()", 2016-06-21). There should be no
> > outstanding syzkaller reports for KVM now!
>
> Thanks for the update. I will try to reenable kvm fuzzing on my
> syzkaller instances.
> Just to make sure, you mean all bugs prefixed with kvm: here, right?
> https://github.com/google/syzkaller/wiki/Found-Bugs
Yes. These are the relevant commits:
b21629da120 kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
83676e92389 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
78e546c824f KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
c622a3c21ed KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
f8c1b85b252 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
d14bdb553f9 KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
250715a6171 KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lock
4c5ea0a9cd0 locking/static_key: Fix concurrent static_key_slow_inc()
The last one is responsible for most if not all of the OOPses with
threads.
Paolo
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: NULL-ptr deref in kvm_arch_vcpu_ioctl under AMD CPUs Paolo Bonzini <pbonzini@redhat.com> - 2016-08-29 14:10 +0200
Re: NULL-ptr deref in kvm_arch_vcpu_ioctl under AMD CPUs Dmitry Vyukov <dvyukov@google.com> - 2016-08-30 15:10 +0200
Re: NULL-ptr deref in kvm_arch_vcpu_ioctl under AMD CPUs Paolo Bonzini <pbonzini@redhat.com> - 2016-08-30 17:10 +0200
csiph-web