]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: Assert slots_lock is held when setting memory regions
authorSean Christopherson <seanjc@google.com>
Sat, 11 Jan 2025 00:20:19 +0000 (16:20 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 15 Jan 2025 01:36:15 +0000 (17:36 -0800)
commitd131f0042f466d558f7b75af5e100b62a91a5803
tree9c79c5c70299b1d73005d95c1555d9d5c6a1fc0e
parentf81a6d12bf8b262f4c8ce5e856a4d399d97612ee
KVM: Assert slots_lock is held when setting memory regions

Add proper lockdep assertions in __kvm_set_memory_region() and
__x86_set_memory_region() instead of relying comments.

Opportunistically delete __kvm_set_memory_region()'s entire function
comment as the API doesn't allocate memory or select a gfn, and the
"mostly for framebuffers" comment hasn't been true for a very long time.

Cc: Tao Su <tao1.su@linux.intel.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Acked-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
Link: https://lore.kernel.org/r/20250111002022.1230573-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c
virt/kvm/kvm_main.c