mbox series

[GIT,PULL] KVM/arm64 fixes for 5.17, take #3

Message ID 20220211111129.1180161-1-maz@kernel.org
State New
Headers show
Series [GIT,PULL] KVM/arm64 fixes for 5.17, take #3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.17-3

Message

Marc Zyngier Feb. 11, 2022, 11:11 a.m. UTC
Hi Paolo,

Here's a single fix for 5.7, addressing a minor defect affecting HW
how the pending state of HW interrupts is reported via the MMIO
interface of the GIC.

Please pull,

	M.

The following changes since commit 1dd498e5e26ad71e3e9130daf72cfb6a693fee03:

  KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata (2022-02-03 09:22:30 +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-3

for you to fetch changes up to 5bfa685e62e9ba93c303a9a8db646c7228b9b570:

  KVM: arm64: vgic: Read HW interrupt pending state from the HW (2022-02-11 11:01:12 +0000)

----------------------------------------------------------------
KVM/arm64 fixes for 5.17, take #3

- Fix pending state read of a HW interrupt

----------------------------------------------------------------
Marc Zyngier (1):
      KVM: arm64: vgic: Read HW interrupt pending state from the HW

 arch/arm64/kvm/vgic/vgic-mmio.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Paolo Bonzini Feb. 11, 2022, 5:11 p.m. UTC | #1
On 2/11/22 12:11, Marc Zyngier wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.17-3

Pulled, thanks.

Paolo