On Thu, 13 Jun 2024 17:33:16 +0300, Dan Carpenter wrote: > This error path used to return -ENOMEM from the where r is initialized > at the top of the function. But a new "r = kvm_init_irq_routing(kvm);" > was introduced in the middle of the function so now the error code is > not set and it eventually leads to a NULL dereference. Set the error > code back to -ENOMEM. > > > [...] Applied to kvm-x86 generic, with the fixup I suggested and a massaged changelog to address Markus' feedback. Thanks again! [1/1] KVM: fix an error code in kvm_create_vm() https://github.com/kvm-x86/linux/commit/5c1f50ab7fcb -- https://github.com/kvm-x86/linux/tree/next