"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>