mbox series

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

Message ID 20240909103828.16699-1-abelova@astralinux.ru (mailing list archive)
Headers show
Series arm64: KVM: prevent overflow in inject_abt64 | expand

Message

Anastasia Belova Sept. 9, 2024, 10:38 a.m. UTC
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.