Don't put trailing punctation in shortlogs, i.e. drop the period. On Fri, Jun 02, 2023, Anish Moorthy wrote: > hva_to_pfn_fast() currently just fails for read-only faults, which is > unnecessary. Instead, try pinning the page without passing FOLL_WRITE. s/pinning/getting (or maybe grabbing?), because "pinning" is already way too overloaded in the context of gup(), e.g. FOLL_PIN vs. FOLL_GET. > This allows read-only faults to (potentially) be resolved without "read-only faults" is somewhat confusing, because every architecture passes a non-NULL @writable for read faults. If it weren't for KVM_ARM_MTE_COPY_TAGS, this could be "faults to read-only memslots". Not sure how to concisely and accurately describe this. :-/