]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails
authorSean Christopherson <seanjc@google.com>
Thu, 18 Jun 2026 17:45:27 +0000 (10:45 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Jun 2026 09:54:29 +0000 (11:54 +0200)
commitcc3d0e1afd1077796df72da85e0da5266fd532f2
treeec8280a5a9bb06c15e82050fef2792792b1cdd4b
parentea3c9959213641cbcf53add220d3213f16042419
KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails

WARN once if KVM's tracking for pending EOIs for Real-Time Clock IRQs goes
off the rails, as there's no reason to bug the host or risk a DoS due to
spamming dmesg with endless WARNs.  Absolute worst case scenario, guest
time will go awry.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Message-ID: <20260618174527.1982333-1-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/ioapic.c