On 05.07.2018 12:23, David Hildenbrand wrote: > On 05.07.2018 12:18, Janosch Frank wrote: > > s/KVM/s390/KVM: s390/ > > Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> s/KVM\/s390/KVM: s390:/ Thanks, applied > >> kvm_clear_guest also does the dirty tracking for us, which we want to >> have. >> >> Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> >> --- >> arch/s390/kvm/priv.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/s390/kvm/priv.c b/arch/s390/kvm/priv.c >> index eb0eb60c7be6..c4da375553e8 100644 >> --- a/arch/s390/kvm/priv.c >> +++ b/arch/s390/kvm/priv.c >> @@ -956,7 +956,7 @@ static int handle_pfmf(struct kvm_vcpu *vcpu) >> return kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING); >> >> if (vcpu->run->s.regs.gprs[reg1] & PFMF_CF) { >> - if (clear_user((void __user *)useraddr, PAGE_SIZE)) >> + if (kvm_clear_guest(vcpu->kvm, start, PAGE_SIZE)) >> return kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING); >> } >> >> > >
Attachment:
signature.asc
Description: OpenPGP digital signature