From: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org, kernel-team@android.com,
Mark Brown <broonie@kernel.org>,
kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] KVM/arm64 fixes for 5.17, take #4
Date: Fri, 25 Feb 2022 13:13:02 +0000 [thread overview]
Message-ID: <20220225131302.107215-1-maz@kernel.org> (raw)
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(-)
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: James Morse <james.morse@arm.com>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Alexandru Elisei <alexandru.elisei@arm.com>,
Andrew Jones <drjones@redhat.com>,
Mark Brown <broonie@kernel.org>, Oliver Upton <oupton@google.com>,
Ricardo Koller <ricarkol@google.com>,
kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org, kernel-team@android.com
Subject: [GIT PULL] KVM/arm64 fixes for 5.17, take #4
Date: Fri, 25 Feb 2022 13:13:02 +0000 [thread overview]
Message-ID: <20220225131302.107215-1-maz@kernel.org> (raw)
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(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: James Morse <james.morse@arm.com>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Alexandru Elisei <alexandru.elisei@arm.com>,
Andrew Jones <drjones@redhat.com>,
Mark Brown <broonie@kernel.org>, Oliver Upton <oupton@google.com>,
Ricardo Koller <ricarkol@google.com>,
kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org, kernel-team@android.com
Subject: [GIT PULL] KVM/arm64 fixes for 5.17, take #4
Date: Fri, 25 Feb 2022 13:13:02 +0000 [thread overview]
Message-ID: <20220225131302.107215-1-maz@kernel.org> (raw)
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(-)
next reply other threads:[~2022-02-25 13:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-25 13:13 Marc Zyngier [this message]
2022-02-25 13:13 ` [GIT PULL] KVM/arm64 fixes for 5.17, take #4 Marc Zyngier
2022-02-25 13:13 ` Marc Zyngier
2022-02-25 14:49 ` Paolo Bonzini
2022-02-25 14:49 ` Paolo Bonzini
2022-02-25 14:49 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220225131302.107215-1-maz@kernel.org \
--to=maz@kernel.org \
--cc=broonie@kernel.org \
--cc=kernel-team@android.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=pbonzini@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.