Re: [PATCH v4 4/4] kvm: x86: Allow to respond to generic signals during slow PF

From: Sean Christopherson
Date: Wed Oct 26 2022 - 18:51:16 EST


"KVM: x86/mmu:" for the shortlog.

On Tue, Oct 11, 2022, Peter Xu wrote:
> Enable x86 slow page faults to be able to respond to non-fatal signals,
> returning -EINTR properly when it happens.

Probably worth adding:

Opportunistically rename kvm_handle_bad_page() to kvm_handle_error_pfn()
as an error pfn doesn't necessarily mean the page is "bad".

> Signed-off-by: Peter Xu <peterx@xxxxxxxxxx>
> ---

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>