From: Paolo Bonzini Date: Fri, 30 Jan 2015 15:18:49 +0000 (+0100) Subject: kvm: vmx: fix oops with explicit flexpriority=0 option X-Git-Tag: fixes-v4.0-rc1~113^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad15a296471d40703be647b11ddc56df0f1c0cdd;p=pandora-kernel.git kvm: vmx: fix oops with explicit flexpriority=0 option 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 --- Reading git-diff-tree failed