Commit 1a19354
KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Call kvm_init() only after _all_ setup is complete, as kvm_init() exposes
/dev/kvm to userspace and thus allows userspace to create VMs (and call
other ioctls). E.g. KVM will encounter a NULL pointer when attempting to
add a vCPU to the per-CPU loaded_vmcss_on_cpu list if userspace is able to
create a VM before vmx_init() configures said list.
BUG: kernel NULL pointer dereference, address: 0000000000000008
#PF: supervisor write access in kernel mode
#PF: error_code(0x0002) - not-present page
PGD 0 P4D 0
Oops: 0002 [#1] SMP
CPU: 6 PID: 1143 Comm: stable Not tainted 6.0.0-rc7+ #988
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
RIP: 0010:vmx_vcpu_load_vmcs+0x68/0x230 [kvm_intel]
<TASK>
vmx_vcpu_load+0x16/0x60 [kvm_intel]
kvm_arch_vcpu_load+0x32/0x1f0 [kvm]
vcpu_load+0x2f/0x40 [kvm]
kvm_arch_vcpu_create+0x231/0x310 [kvm]
kvm_vm_ioctl+0x79f/0xe10 [kvm]
? handle_mm_fault+0xb1/0x220
__x64_sys_ioctl+0x80/0xb0
do_syscall_64+0x2b/0x50
entry_SYSCALL_64_after_hwframe+0x46/0xb0
RIP: 0033:0x7f5a6b05743b
</TASK>
Modules linked in: vhost_net vhost vhost_iotlb tap kvm_intel(+) kvm irqbypass
Cc: stable@vger.kernel.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20221130230934.1014142-15-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>1 parent e73852e commit 1a19354
1 file changed
+19
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8530 | 8530 | | |
8531 | 8531 | | |
8532 | 8532 | | |
8533 | | - | |
| 8533 | + | |
8534 | 8534 | | |
| 8535 | + | |
| 8536 | + | |
8535 | 8537 | | |
8536 | 8538 | | |
8537 | 8539 | | |
8538 | 8540 | | |
| 8541 | + | |
| 8542 | + | |
8539 | 8543 | | |
| 8544 | + | |
| 8545 | + | |
8540 | 8546 | | |
8541 | 8547 | | |
8542 | 8548 | | |
8543 | | - | |
8544 | | - | |
8545 | | - | |
| 8549 | + | |
8546 | 8550 | | |
8547 | 8551 | | |
8548 | 8552 | | |
| |||
8560 | 8564 | | |
8561 | 8565 | | |
8562 | 8566 | | |
8563 | | - | |
8564 | | - | |
8565 | | - | |
8566 | | - | |
8567 | | - | |
8568 | 8567 | | |
8569 | 8568 | | |
8570 | 8569 | | |
| |||
8598 | 8597 | | |
8599 | 8598 | | |
8600 | 8599 | | |
| 8600 | + | |
| 8601 | + | |
| 8602 | + | |
| 8603 | + | |
| 8604 | + | |
| 8605 | + | |
| 8606 | + | |
| 8607 | + | |
| 8608 | + | |
8601 | 8609 | | |
8602 | 8610 | | |
8603 | | - | |
8604 | | - | |
8605 | 8611 | | |
| 8612 | + | |
| 8613 | + | |
8606 | 8614 | | |
8607 | 8615 | | |
8608 | 8616 | | |
| |||
0 commit comments