[PATCH 0/2] arm64: KVM: prevent overflow in inject_abt64

Anastasia Belova posted 2 patches 2 months, 3 weeks ago
[PATCH 0/2] arm64: KVM: prevent overflow in inject_abt64
Posted by Anastasia Belova 2 months, 3 weeks ago
Add explicit casting to prevent expantion of 32th bit of
u32 into highest half of u64.

Found by Linux Verification Center (linuxtesting.org) with SVACE.