Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932840AbbKRJJW (ORCPT ); Wed, 18 Nov 2015 04:09:22 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:33065 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932540AbbKRJJF (ORCPT ); Wed, 18 Nov 2015 04:09:05 -0500 Subject: Re: [PATCH 07/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct To: Xiao Guangrong , Takuya Yoshikawa References: <20151112204849.ba920599a8426d7196a0df73@lab.ntt.co.jp> <20151112205503.82a69e2309928a854e25f75f@lab.ntt.co.jp> <564BEEAA.4080101@linux.intel.com> Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org From: Paolo Bonzini Message-ID: <564C402C.8030503@redhat.com> Date: Wed, 18 Nov 2015 10:09:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <564BEEAA.4080101@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1062 Lines: 35 On 18/11/2015 04:21, Xiao Guangrong wrote: > > > On 11/12/2015 07:55 PM, Takuya Yoshikawa wrote: >> @@ -1720,7 +1724,7 @@ static struct kvm_mmu_page >> *kvm_mmu_alloc_page(struct kvm_vcpu *vcpu, >> * this feature. See the comments in kvm_zap_obsolete_pages(). >> */ >> list_add(&sp->link, &vcpu->kvm->arch.active_mmu_pages); >> - sp->parent_ptes = 0; >> + sp->parent_ptes.val = 0; > > The sp is allocated from kmem_cache_zalloc() so explicitly initialize it > to zero is not needed. Right, but it should be a separate patch. Takuya, since you are going to send another version of this series, can you also: 1) move this patch either to the beginning or to the end 2) include "KVM: x86: always set accessed bit in shadow PTEs", also near the beginning of the series? Thanks! Paolo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/