Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752560AbcCIHN1 (ORCPT ); Wed, 9 Mar 2016 02:13:27 -0500 Received: from mga14.intel.com ([192.55.52.115]:62273 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974AbcCIHNV (ORCPT ); Wed, 9 Mar 2016 02:13:21 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,310,1455004800"; d="scan'208";a="929942034" Subject: Re: [PATCH v2 0/9] cleanup around kvm_sync_page, and a few micro-optimizations To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org References: <1457360155-9610-1-git-send-email-pbonzini@redhat.com> Cc: Takuya Yoshikawa From: Xiao Guangrong Message-ID: <56DFCCE4.2060803@linux.intel.com> Date: Wed, 9 Mar 2016 15:12:36 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1457360155-9610-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 396 Lines: 13 On 03/07/2016 10:15 PM, Paolo Bonzini wrote: > Having committed the ubsan fixes, this are the cleanups that are left. > > Compared to v1, I have fixed the patch to coalesce page zapping after > mmu_sync_children (as requested by Takuya and Guangrong), and I have > rewritten is_last_gpte again in an even simpler way. > Nice work! Reviewed-by: Xiao Guangrong