KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 16 Nov 2017 17:58:15 +0000 (17:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Dec 2017 08:53:01 +0000 (09:53 +0100)
commitaf85c1e04ec5737d595a9b4d0af0ef72a3ceb23b
treea1601bc782e4385176db321db70194ee3dcad0fb
parent73c4af9627c0914b81832e162deb34f4894760cb
KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation

commit 150009e2c70cc3c6e97f00e7595055765d32fb85 upstream.

Using the size of the structure we're allocating is a good idea
and avoids any surprise... In this case, we're happilly confusing
kvm_kernel_irq_routing_entry and kvm_irq_routing_entry...

Fixes: 95b110ab9a09 ("KVM: arm/arm64: Enable irqchip routing")
Reported-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
virt/kvm/arm/vgic/vgic-irqfd.c