Kirill A. Shutemov db448ac982 x86/kvm: Do not try to disable kvmclock if it was not enabled
commit 1c6d984f523f67ecfad1083bb04c55d91977bb15 upstream.

kvm_guest_cpu_offline() tries to disable kvmclock regardless if it is
present in the VM. It leads to write to a MSR that doesn't exist on some
configurations, namely in TDX guest:

	unchecked MSR access error: WRMSR to 0x12 (tried to write 0x0000000000000000)
	at rIP: 0xffffffff8110687c (kvmclock_disable+0x1c/0x30)

kvmclock enabling is gated by CLOCKSOURCE and CLOCKSOURCE2 KVM paravirt
features.

Do not disable kvmclock if it was not enabled.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Fixes: c02027b5742b ("x86/kvm: Disable kvmclock on all CPUs on shutdown")
Reviewed-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Wanpeng Li <wanpengli@tencent.com>
Cc: stable@vger.kernel.org
Message-Id: <20231205004510.27164-6-kirill.shutemov@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-01-25 15:35:48 -08:00
..
2023-08-17 17:07:09 +02:00
2022-09-26 10:13:16 -07:00
2023-09-07 13:52:20 -07:00
2023-08-09 11:58:34 -07:00
2023-06-19 16:19:10 -07:00
2023-08-31 12:20:12 -07:00
2023-09-19 07:04:49 +02:00
2023-08-02 15:01:51 -07:00
2022-12-10 10:33:11 -06:00
2023-01-06 04:22:34 +01:00
2023-07-11 14:12:19 -07:00
2022-09-26 19:46:16 -07:00
2023-08-31 12:20:12 -07:00
2023-06-27 15:05:41 -07:00