]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
authorSean Christopherson <seanjc@google.com>
Thu, 10 Oct 2024 18:23:40 +0000 (11:23 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Oct 2024 16:59:08 +0000 (12:59 -0400)
commit64d5cd99f78ec39edbc691bb332f34e6c22c32c9
treeac6c661ca4b2ab70f49d998b645aa3b5acd852eb
parent447c375c9104b5c2881a5806f26f967492cab867
KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()

Use kvm_release_page_clean() to put prefeteched pages instead of calling
put_page() directly.  This will allow de-duplicating the prefetch code
between indirect and direct MMUs.

Note, there's a small functional change as kvm_release_page_clean() marks
the page/folio as accessed.  While it's not strictly guaranteed that the
guest will access the page, KVM won't intercept guest accesses, i.e. won't
mark the page accessed if it _is_ accessed by the guest (unless A/D bits
are disabled, but running without A/D bits is effectively limited to
pre-HSW Intel CPUs).

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20241010182427.1434605-39-seanjc@google.com>
arch/x86/kvm/mmu/mmu.c