public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: x86: Add KVM_X86_SET_MSR_FILTE compat handler
@ 2022-10-17 18:45 Alexander Graf
  2022-10-17 18:45 ` [PATCH 1/3] kvm: Add support for arch compat vm ioctls Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Graf @ 2022-10-17 18:45 UTC (permalink / raw)
  To: kvm
  Cc: linux-kernel, x86, Paolo Bonzini, Sean Christopherson,
	Andrew Randrianasulu, Thomas Huth

In commit 1a155254ff937 ("KVM: x86: Introduce MSR filtering") we
introduced a new ioctl to handle MSR filtering. However, this ioctl
passes a pointer to kernel space in an ioctl struct - which breaks in
32-on-64 bit compat situations.

This patch set introduces a compat mechanism for architecutre spacific
VM ioctls and implements an MSR_FILTER wrapper in it.

Alexander Graf (3):
  kvm: Add support for arch compat vm ioctls
  KVM: x86: Make filter arg for set_msr_filter()
  KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER

 arch/x86/kvm/x86.c       | 87 +++++++++++++++++++++++++++++++++-------
 include/linux/kvm_host.h |  2 +
 virt/kvm/kvm_main.c      | 11 +++++
 3 files changed, 86 insertions(+), 14 deletions(-)

-- 
2.37.1




Amazon Development Center Germany GmbH
Krausenstr. 38
10117 Berlin
Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss
Eingetragen am Amtsgericht Charlottenburg unter HRB 149173 B
Sitz: Berlin
Ust-ID: DE 289 237 879




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

end of thread, other threads:[~2022-10-17 18:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17 18:45 [PATCH 0/3] KVM: x86: Add KVM_X86_SET_MSR_FILTE compat handler Alexander Graf
2022-10-17 18:45 ` [PATCH 1/3] kvm: Add support for arch compat vm ioctls Alexander Graf
2022-10-17 18:45 ` [PATCH 2/3] KVM: x86: Make filter arg for set_msr_filter() Alexander Graf
2022-10-17 18:45 ` [PATCH 3/3] KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox