From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Date: Sat, 12 Mar 2022 10:42:23 +0000 Subject: Re: [PATCH 0/3] KVM: PPC: KVM module exit fixes Message-Id: <871qz7moz4.fsf@mpe.ellerman.id.au> List-Id: References: <20211223211931.3560887-1-farosas@linux.ibm.com> <164515018870.908917.9938379332717463951.b4-ty@ellerman.id.au> In-Reply-To: <164515018870.908917.9938379332717463951.b4-ty@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michael Ellerman , kvm-ppc@vger.kernel.org, Fabiano Rosas Cc: linuxppc-dev@lists.ozlabs.org, npiggin@gmail.com Michael Ellerman writes: > On Thu, 23 Dec 2021 18:19:28 -0300, Fabiano Rosas wrote: >> This is a resend the module cleanup fixes but this time without the >> HV/PR merge. >> >> Fabiano Rosas (1): >> 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 >> >> [...] > > Applied to powerpc/topic/ppc-kvm. > > [1/3] KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init > https://git.kernel.org/powerpc/c/69ab6ac380a00244575de02c406dcb9491bf3368 > [2/3] KVM: PPC: Book3S HV: Delay setting of kvm ops > https://git.kernel.org/powerpc/c/c5d0d77b45265905bba2ce6e63c9a02bbd11c43c > [3/3] KVM: PPC: Book3S HV: Free allocated memory if module init fails > https://git.kernel.org/powerpc/c/175be7e5800e2782a7e38ee9e1b64633494c4b44 These commits are actually of the v4 patches, the thanks email script got confused. See: https://lore.kernel.org/all/164708144610.832402.1913966629226492244.b4-ty@ellerman.id.au/ cheers