]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: release anon file in failure path of vm creation
authorLiu Shuo <shuo.a.liu@intel.com>
Tue, 12 Jul 2016 09:38:42 +0000 (17:38 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jul 2016 17:11:21 +0000 (19:11 +0200)
commit79e523010640e33529810e61746806dd6f0ec79f
tree0b8eedc0b7829d198467533736fe99d644e436f9
parent8ddd2a503375c5d6a63508e44ed4399b55e9629c
KVM: release anon file in failure path of vm creation

The failure of create debugfs of VM will return directly without release
the anon file. It will leak memory and file descriptors, even through
be not serious.

Signed-off-by: Liu Shuo <shuo.a.liu@intel.com>
Fixes: ad6a427d792005c67c858c359da3f38a8ae20d90
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c