From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH 0/6] KVM: PPC: e500: Fine-tuning for two function implementations Date: Mon, 12 Sep 2016 10:54:37 +1000 Message-ID: <20160912005437.GC9873@fergus.ozlabs.ibm.com> References: <566ABCD9.1060404@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Alexander Graf , Benjamin Herrenschmidt , Michael Ellerman , Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , LKML , kernel-janitors@vger.kernel.org, Julia Lawall To: SF Markus Elfring Return-path: Received: from ozlabs.org ([103.22.144.67]:54977 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755741AbcILA6c (ORCPT ); Sun, 11 Sep 2016 20:58:32 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Aug 28, 2016 at 07:09:57PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 28 Aug 2016 19:01:02 +0200 > > Several update suggestions were taken into account > from static source code analysis. > > Markus Elfring (6): > Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb() > Less function calls in kvm_vcpu_ioctl_config_tlb() after error detection > Delete an unnecessary initialisation in kvm_vcpu_ioctl_config_tlb() > Replace kzalloc() calls by kcalloc() in two functions > Use kmalloc_array() in kvmppc_e500_tlb_init() > Rename jump labels in kvmppc_e500_tlb_init() Thanks, patches 1-5 applied to my kvm-ppc-next branch. Paul.