From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabiano Rosas Date: Tue, 25 Jan 2022 15:57:31 +0000 Subject: [PATCH v3 0/4] KVM: PPC: KVM module exit fixes Message-Id: <20220125155735.1018683-1-farosas@linux.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Cc: linuxppc-dev@lists.ozlabs.org, npiggin@gmail.com, aik@ozlabs.ru changes from v2: - patch 4: Matched module_put() to try_module_get() v2: https://lore.kernel.org/r/20220124220803.1011673-1-farosas@linux.ibm.com v1: https://lore.kernel.org/r/20211223211931.3560887-1-farosas@linux.ibm.com Fabiano Rosas (4): KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init KVM: PPC: Book3S HV: Delay setting of kvm ops KVM: PPC: Book3S HV: Free allocated memory if module init fails KVM: PPC: Decrement module refcount if init_vm fails arch/powerpc/kvm/book3s_hv.c | 28 ++++++++++++++++++++-------- arch/powerpc/kvm/powerpc.c | 9 +++++++-- 2 files changed, 27 insertions(+), 10 deletions(-) -- 2.34.1