All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: SVM: SEV-ES save area fix+cleanups
@ 2024-06-17 21:04 Sean Christopherson
  2024-06-17 21:04 ` [PATCH 1/3] KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage) Sean Christopherson
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sean Christopherson @ 2024-06-17 21:04 UTC (permalink / raw)
  To: Sean Christopherson, Paolo Bonzini; +Cc: kvm, linux-kernel, Borislav Petkov

Fix a noinstr violation with allyesconfig builds due a missing __always_inline
on sev_es_host_save_area(), and tidy up related code.

Sean Christopherson (3):
  KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr
    usage)
  KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_aux
  KVM: SVM: Use compound literal in lieu of __maybe_unused rdmsr() param

 arch/x86/kvm/svm/svm.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)


base-commit: e4e9e1067138e5620cf0500c3e5f6ebfb9d322c8
-- 
2.45.2.627.g7a2c4fd464-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-28 22:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 21:04 [PATCH 0/3] KVM: SVM: SEV-ES save area fix+cleanups Sean Christopherson
2024-06-17 21:04 ` [PATCH 1/3] KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage) Sean Christopherson
2024-06-18 10:17   ` Borislav Petkov
2024-06-17 21:04 ` [PATCH 2/3] KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_aux Sean Christopherson
2024-06-17 21:04 ` [PATCH 3/3] KVM: SVM: Use compound literal in lieu of __maybe_unused rdmsr() param Sean Christopherson
2024-06-18 10:24   ` Borislav Petkov
2024-06-18 13:44     ` Sean Christopherson
2024-06-18 13:49       ` Borislav Petkov
2024-06-28 22:55 ` [PATCH 0/3] KVM: SVM: SEV-ES save area fix+cleanups Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.