Message ID | 20220225131302.107215-1-maz@kernel.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] KVM/arm64 fixes for 5.17, take #4 | expand |
On 2/25/22 14:13, Marc Zyngier wrote: > Hi Paolo, > > Only a couple of fixes this time around: one for the long standing > PSCI CPU_SUSPEND issue, and a selftest fix for systems that don't have > a GICv3. > > Please pull, > > M. > > The following changes since commit 5bfa685e62e9ba93c303a9a8db646c7228b9b570: > > KVM: arm64: vgic: Read HW interrupt pending state from the HW (2022-02-11 11:01:12 +0000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.17-4 > > for you to fetch changes up to 456f89e0928ab938122a40e9f094a6524cc158b4: > > KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3 (2022-02-25 13:02:28 +0000) > > ---------------------------------------------------------------- > KVM/arm64 fixes for 5.17, take #4 > > - Correctly synchronise PMR and co on PSCI CPU_SUSPEND > > - Skip tests that depend on GICv3 when the HW isn't available > > ---------------------------------------------------------------- > Mark Brown (1): > KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3 > > Oliver Upton (1): > KVM: arm64: Don't miss pending interrupts for suspended vCPU > > arch/arm64/kvm/psci.c | 3 +-- > tools/testing/selftests/kvm/aarch64/arch_timer.c | 7 ++++++- > tools/testing/selftests/kvm/aarch64/vgic_irq.c | 4 ++++ > tools/testing/selftests/kvm/lib/aarch64/vgic.c | 4 +++- > 4 files changed, 14 insertions(+), 4 deletions(-) > Pulled, thanks. Paolo