]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
KVM: arm64: check for ITS device on MSI injection
authorAndre Przywara <andre.przywara@arm.com>
Tue, 9 Aug 2016 09:54:29 +0000 (10:54 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Mon, 15 Aug 2016 21:00:22 +0000 (23:00 +0200)
commit505a19eec49ab36b314a05bc062749ebdfb0aa90
treee33e93567ccb3da6236f281a892915fcf622b496
parentc7735769d5dd79afb07254532fabd9ccbd85b1fa
KVM: arm64: check for ITS device on MSI injection

When userspace provides the doorbell address for an MSI to be
injected into the guest, we find a KVM device which feels responsible.
Lets check that this device is really an emulated ITS before we make
real use of the container_of-ed pointer.

  [ Moved NULL-pointer check to caller of static function
    - Christoffer ]

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/arm/vgic/vgic-its.c