]> git.itanic.dy.fi Git - linux-stable/commit
KVM: x86: fix incorrect comparison in trace event
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 13 Feb 2020 17:24:48 +0000 (18:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Oct 2020 18:40:08 +0000 (20:40 +0200)
commit9ee952c3301e9099723ca08992a718f053b4a07f
treedde5d81fd054ef53cb37aa3947a787e687e003db
parent7d0284accc17d64dc11228478186174704e67288
KVM: x86: fix incorrect comparison in trace event

[ Upstream commit 147f1a1fe5d7e6b01b8df4d0cbd6f9eaf6b6c73b ]

The "u" field in the event has three states, -1/0/1.  Using u8 however means that
comparison with -1 will always fail, so change to signed char.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kvm/mmutrace.h