On Fri, Sep 08, 2023, Anish Moorthy wrote: > Implement KVM_CAP_MEMORY_FAULT_INFO for efaults generated by > kvm_handle_error_pfn(). Rewrite with --verbose please. And avoid function names if possible. Sometimes it's better/useful/necessary to reference a function by name, but in this case, just saying kvm_handle_error_pfn() isn't helpful because it doesn't provide any insight into the actual impact of the change, i.e. requires the reader to already know exactly how and when kvm_handle_error_pfn() is used.