arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset
authorChristoffer Dall <christoffer.dall@linaro.org>
Thu, 25 Sep 2014 16:41:07 +0000 (18:41 +0200)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 25 Sep 2014 17:38:25 +0000 (19:38 +0200)
commit0fea6d7628ed6e25a9ee1b67edf7c859718d39e8
tree54f72db11bf95f7962ab3edb741c47d4db66e2ad
parenta98f26f183801685ef57333de4bafd4bbc692c7c
arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset

The sgi values calculated in read_set_clear_sgi_pend_reg() and
write_set_clear_sgi_pend_reg() were horribly incorrectly multiplied by 4
with catastrophic results in that subfunctions ended up overwriting
memory not allocated for the expected purpose.

This showed up as bugs in kfree() and the kernel complaining a lot of
you turn on memory debugging.

This addresses: http://marc.info/?l=kvm&m=141164910007868&w=2

Reported-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/arm/vgic.c
This page took 0.024024 seconds and 5 git commands to generate.