Re: [PATCH v2] KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default

From: Sean Christopherson

Date: Thu Jan 15 2026 - 13:07:05 EST


On Thu, 08 Jan 2026 19:50:37 -0800, Sean Christopherson wrote:
> Fix a goof in the comment that documents KVM's logic for enabling AVIC by
> default to reference Zen5+ as family 0x1A (Zen5), not family 0x19 (Zen4).
> The code is correct (checks for _greater_ than 0x19), only the comment is
> flawed.
>
> Opportunistically tweak the check too, even though it's already correct,
> so that both the comment and the code reference 0x1A, and so that the
> checks are "ascending", i.e. check Zen4 and then Zen5+.
>
> [...]

Applied to kvm-x86 svm, thanks!

[1/1] KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by default
https://github.com/kvm-x86/linux/commit/69555130dccb

--
https://github.com/kvm-x86/linux/tree/next