kvm: Cap halt polling at kvm->max_halt_poll_ns
authorDavid Matlack <dmatlack@google.com>
Thu, 6 May 2021 15:24:43 +0000 (15:24 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 May 2021 10:06:22 +0000 (06:06 -0400)
commit258785ef08b323bddd844b4926a32c2b2045a1b0
treee5d433f41dd7d413f054c04b3c429c423a399235
parentb26990987ffce0525abbd84b36595869cfdbbfe6
kvm: Cap halt polling at kvm->max_halt_poll_ns

When growing halt-polling, there is no check that the poll time exceeds
the per-VM limit. It's possible for vcpu->halt_poll_ns to grow past
kvm->max_halt_poll_ns and stay there until a halt which takes longer
than kvm->halt_poll_ns.

Signed-off-by: David Matlack <dmatlack@google.com>
Signed-off-by: Venkatesh Srinivas <venkateshs@chromium.org>
Message-Id: <20210506152442.4010298-1-venkateshs@chromium.org>
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c