On Mon, 27 Mar 2023 19:54:57 +0200, Michal Luczaj wrote: > On kzalloc() failure, taking the `goto fail` path leads to kfree(NULL). > Such no-op has no use. Move it out. > > Applied to kvm-x86 generic, thanks! [1/1] KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx() https://github.com/kvm-x86/linux/commit/70b0bc4c0a05 -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes