Linus, The following changes since commit c2c46b10d52624376322b01654095a84611c7e09: KVM: selftests: Make reclaim_period_ms input always be positive (2023-01-22 04:10:24 -0500) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to 25b72cf7da9f0d66eef3979187ddfda98d4efcd0: Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2023-02-04 08:57:43 -0500) ---------------------------------------------------------------- ARM64: - Yet another fix for non-CPU accesses to the memory backing the VGICv3 subsystem - A set of fixes for the setlftest checking for the S1PTW behaviour after the fix that went in ealier in the cycle ---------------------------------------------------------------- Gavin Shan (3): KVM: arm64: Add helper vgic_write_guest_lock() KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending status KVM: arm64: Allow no running vcpu on saving vgic3 pending table Paolo Bonzini (1): Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD Ricardo Koller (4): KVM: selftests: aarch64: Relax userfaultfd read vs. write checks KVM: selftests: aarch64: Do not default to dirty PTE pages on all S1PTWs KVM: selftests: aarch64: Fix check of dirty log PT write KVM: selftests: aarch64: Test read-only PT memory regions Documentation/virt/kvm/api.rst | 10 +- arch/arm64/kvm/vgic/vgic-its.c | 13 +- arch/arm64/kvm/vgic/vgic-v3.c | 4 +- arch/arm64/kvm/vgic/vgic.h | 14 ++ include/kvm/arm_vgic.h | 2 +- .../selftests/kvm/aarch64/page_fault_test.c | 187 ++++++++++++--------- 6 files changed, 132 insertions(+), 98 deletions(-)