Re: [PATCH v4 0/3] Count pKVM stage-2 usage in secondary pagetable stat

From: Oliver Upton
Date: Fri Mar 14 2025 - 19:12:01 EST


On Thu, 13 Mar 2025 11:40:35 +0000, Vincent Donnefort wrote:
> This series allows to count stage-2 related memory when using pKVM. The
> value can be found in the /proc/meminfo field SecPageTables.
>
> Changes since v3: https://lore.kernel.org/all/20250307113411.469018-1-vdonnefort@xxxxxxxxxx/
> - Remove unnecessary void * cast (Marc)
> - Rename reclaim_guest_pages() -> reclaim_pgtable_pages() (Marc)
> - Remove unnecessary PAGE_ALIGN(pgd_sz)
>
> [...]

Applied to next, thanks!

[1/3] KVM: arm64: Add flags to kvm_hyp_memcache
https://git.kernel.org/kvmarm/kvmarm/c/cf2d228da9a8
[2/3] KVM: arm64: Distinct pKVM teardown memcache for stage-2
https://git.kernel.org/kvmarm/kvmarm/c/8c0d7d14c5cd
[3/3] KVM: arm64: Count pKVM stage-2 usage in secondary pagetable stats
https://git.kernel.org/kvmarm/kvmarm/c/79ea66231599

--
Best,
Oliver