Re: [PATCH v2] KVM: x86: Add IDT limit check in __emulate_int_real()
From: Kayra Cizmeci
Date: Thu Jul 16 2026 - 19:57:44 EST
Hello, just following on this patch. I wanted to also add some missing details.
The reason that SrcImmByte is changed to SrcImmUByte is when the vectors are
bigger than 127, become negative. And our calculations for the limit check does not
work. So with this change this problem is solved. Also I accidentally sent out
Linux 7.1-rc7 patch. Sorry for that and skipping the details at first place.