mbox series

[0/2] KVM: arm64: vgic: Fix handling of userspace register accesses

Message ID 20201113142801.1659-1-yuzenghui@huawei.com (mailing list archive)
Headers show
Series KVM: arm64: vgic: Fix handling of userspace register accesses | expand

Message

Zenghui Yu Nov. 13, 2020, 2:27 p.m. UTC
We had recently seen a kernel panic when accidently programming QEMU in an
inappropriate way (in short, accessing RD registers before setting the RD
base address. See patch #1 for details). And it looks like we're missing
some basic checking when handling userspace register access.

I've only tested it with QEMU. It'd be appreciated if others can test it
with other user tools.

Zenghui Yu (2):
  KVM: arm64: vgic: Forbid invalid userspace Redistributor accesses
  KVM: arm64: vgic: Forbid invalid userspace Distributor accesses

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