Re: [PATCH RFC 11/12] KVM: mmu: Point users of host_pfn_mapping_level() to docs
From: Sean Christopherson
Date: Thu Jun 25 2026 - 14:31:44 EST
On Wed, May 27, 2026, Ackerley Tng wrote:
> After consolidating documentation for host_pfn_mapping_level() in
> Documentation/virt/kvm/locking.rst, point users of function to docs.
NAK. I want the "formal" documentation to describe the rules and general mechanisms,
not arch specific implementation details. It's unfortunate the LoongArch copy+pasted
x86's code, comment and all, but that's a separate problem.