aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
diff options
context:
space:
mode:
authorGravatar Paul Durrant <pdurrant@amazon.com> 2024-02-15 15:29:02 +0000
committerGravatar Sean Christopherson <seanjc@google.com> 2024-02-20 07:37:44 -0800
commit406c10962a4cbb1e04aa7993ea466db1a4533ae4 (patch)
tree5e1a2f2874d1c0d094c15607077e3dcfcfdb275c /mm/shmem.c
parentKVM: pfncache: stop open-coding offset_in_page() (diff)
downloadlinux-406c10962a4cbb1e04aa7993ea466db1a4533ae4.tar.gz
linux-406c10962a4cbb1e04aa7993ea466db1a4533ae4.tar.bz2
linux-406c10962a4cbb1e04aa7993ea466db1a4533ae4.zip
KVM: pfncache: include page offset in uhva and use it consistently
Currently the pfncache page offset is sometimes determined using the gpa and sometimes the khva, whilst the uhva is always page-aligned. After a subsequent patch is applied the gpa will not always be valid so adjust the code to include the page offset in the uhva and use it consistently as the source of truth. Also, where a page-aligned address is required, use PAGE_ALIGN_DOWN() for clarity. No functional change intended. Signed-off-by: Paul Durrant <pdurrant@amazon.com> Reviewed-by: David Woodhouse <dwmw@amazon.co.uk> Link: https://lore.kernel.org/r/20240215152916.1158-8-paul@xen.org Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'mm/shmem.c')
0 files changed, 0 insertions, 0 deletions