From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Fri, 22 Feb 2019 09:38:19 +0000 Subject: Re: [PATCH] KVM: PPC: Book3S: Replace kmalloc_node+memset with kzalloc_node Message-Id: <20190222093819.GA6006@blackberry> List-Id: References: <1546863352-23593-1-git-send-email-wdjjwb@163.com> In-Reply-To: <1546863352-23593-1-git-send-email-wdjjwb@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: wangbo Cc: linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, wang.bo116@zte.com.cn On Mon, Jan 07, 2019 at 08:15:52PM +0800, wangbo wrote: > Replace kmalloc_node and memset with kzalloc_node > > Signed-off-by: wangbo Thanks, applied to my kvm-ppc-next tree. Paul.