public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: Avi Kivity <avi@qumranet.com>
Cc: Joerg Rodel <joerg.roedel@amd.com>,
	kvm@vger.kernel.org, stable@kernel.org,
	Alexander Graf <agraf@suse.de>
Subject: Re: [PATCH] KVM: SVM: fix random segfaults with NPT enabled
Date: Thu, 28 Aug 2008 17:58:25 +0200	[thread overview]
Message-ID: <20080828155825.GB4895@8bytes.org> (raw)
In-Reply-To: <48B6C44F.2000201@qumranet.com>

On Thu, Aug 28, 2008 at 06:29:19PM +0300, Avi Kivity wrote:
> Avi Kivity wrote:
> > Joerg Rodel wrote:
> >   
> >> I did a bit meditation about the softmmu code today. In the path of the
> >> NPT fault the function kvm_mmu_free_some_pages() is called which itself
> >> calls  kvm_mmu_zap_page(). There the two functions
> >> kvm_mmu_page_unlink_children() and kvm_mmu_unlink_parents() are called.
> >> They both call mmu_page_remove_parent_pte() which modifies ptes. But
> >> only the first function, kvm_mmu_page_unlink_children(), flushes remote
> >> TLBs. The function kvm_mmu_unlink_parents() does not. Is this correct?
> >>
> >>   
> >>     
> >
> > It isn't correct.  I'll move the flush below.  Good catch.
> >
> > However, I can't believe this is responsible.  There is very little page
> > zapping going on with npt.
> >
> >   
> 
> Indeed, the mmu_shadow_zapped counter for the guest I'm testing is zero,
> so this code path was never hit.

Ok, but at least we found another missing flush :)

Joerg


  reply	other threads:[~2008-08-28 15:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-27 12:18 [PATCH] KVM: SVM: fix random segfaults with NPT enabled Joerg Rodel
2008-08-27 13:11 ` Avi Kivity
2008-08-27 13:53   ` Avi Kivity
2008-08-27 13:57     ` Joerg Rodel
2008-08-27 15:22       ` Avi Kivity
2008-08-27 15:35         ` Joerg Roedel
2008-08-27 15:50           ` Avi Kivity
2008-08-27 16:27             ` Joerg Rodel
2008-08-27 16:49               ` Avi Kivity
2008-08-27 16:59                 ` Avi Kivity
2008-08-28 14:58                   ` Joerg Rodel
2008-08-28 15:15                     ` Avi Kivity
2008-08-28 15:19                       ` Joerg Roedel
2008-08-28 15:47                         ` Avi Kivity
2008-08-28 15:29                       ` Avi Kivity
2008-08-28 15:58                         ` Joerg Roedel [this message]
2008-08-27 13:53   ` Joerg Rodel
2008-08-27 15:21     ` Avi Kivity
2008-08-27 15:32       ` Joerg Roedel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080828155825.GB4895@8bytes.org \
    --to=joro@8bytes.org \
    --cc=agraf@suse.de \
    --cc=avi@qumranet.com \
    --cc=joerg.roedel@amd.com \
    --cc=kvm@vger.kernel.org \
    --cc=stable@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox