commit | b614c6027896ff9ad6757122e84760d938cab15e | [log] [tgz] |
---|---|---|
author | KarimAllah Ahmed <karahmed@amazon.de> | Wed Jul 10 11:13:13 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 10 16:25:39 2019 +0200 |
tree | 3a8901d55ac71cc4af0a2e671d48929f64db7df2 | |
parent | 548f7fb22234c6fe13c64459059fbd42058953c4 [diff] |
KVM: Properly check if "page" is valid in kvm_vcpu_unmap The field "page" is initialized to KVM_UNMAPPED_PAGE when it is not used (i.e. when the memory lives outside kernel control). So this check will always end up using kunmap even for memremap regions. Fixes: e45adf665a53 ("KVM: Introduce a new guest mapping API") Cc: stable@vger.kernel.org Signed-off-by: KarimAllah Ahmed <karahmed@amazon.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>