git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a39536
)
kvm: vmx: fix oops with explicit flexpriority=0 option
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 30 Jan 2015 15:18:49 +0000
(16:18 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 30 Jan 2015 15:18:49 +0000
(16:18 +0100)
A function pointer was not NULLed, causing kvm_vcpu_reload_apic_access_page to
go down the wrong path and OOPS when doing put_page(NULL).
This did not happen on old processors, only when setting the module option
explicitly.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c
patch
|
blob
|
history
diff --cc
arch/x86/kvm/vmx.c
Simple merge