From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm, mmu: fix incorrect return of spte Date: Mon, 19 Sep 2011 11:21:53 -0300 Message-ID: <20110919142153.GA6356@amt.cnet> References: <1316405991-14903-1-git-send-email-cronozhj@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Zhao Jin Return-path: Content-Disposition: inline In-Reply-To: <1316405991-14903-1-git-send-email-cronozhj@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, Sep 19, 2011 at 12:19:51PM +0800, Zhao Jin wrote: > __update_clear_spte_slow should return original spte while the > current code returns low half of original spte combined with high > half of new spte. > > Signed-off-by: Zhao Jin > --- > arch/x86/kvm/mmu.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied, thanks.