Re: [PATCH v3 0/3] kvm/mm: Allow GUP to respond to non fatal signals

From: Sean Christopherson
Date: Thu Oct 06 2022 - 21:41:04 EST


On Thu, Oct 06, 2022, Peter Xu wrote:
> On Tue, Aug 16, 2022 at 08:36:11PM -0400, Peter Xu wrote:
> > v3:
> > - Patch 1
> > - Added r-b for DavidH
> > - Added support for hugetlbfs
> > - Patch 2 & 3
> > - Comment fixes [Sean]
> > - Move introduction of "interruptible" parameter into patch 2 [Sean]
> > - Move sigpending handling into kvm_handle_bad_page [Sean]
> > - Renamed kvm_handle_bad_page() to kvm_handle_error_pfn() [Sean, DavidM]
> > - Use kvm_handle_signal_exit() [Sean]
>
> Any further comments from kvm side? Thanks,

Code looks good, patch 2 just needs to be split up to better isolate the three
changes in there.