From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: MMU: Fix rmap_remove() race Date: Thu, 27 Mar 2008 10:11:42 +0200 Message-ID: <47EB56BE.9000909@qumranet.com> References: <1206543773-26386-1-git-send-email-avi@qumranet.com> <20080326192231.GC11130@v2.random> <20080326192746.GD11130@v2.random> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel@lists.sourceforge.net, Marcelo Tosatti To: Andrea Arcangeli Return-path: In-Reply-To: <20080326192746.GD11130@v2.random> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces@lists.sourceforge.net Errors-To: kvm-devel-bounces@lists.sourceforge.net List-Id: kvm.vger.kernel.org Andrea Arcangeli wrote: > diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c > index 30bf832..a49987c 100644 > --- a/virt/kvm/kvm_main.c > +++ b/virt/kvm/kvm_main.c > @@ -741,6 +741,10 @@ static struct vm_operations_struct kvm_vcpu_vm_ops = { > static int kvm_vcpu_mmap(struct file *file, struct vm_area_struct *vma) > { > vma->vm_ops = &kvm_vcpu_vm_ops; > +#ifndef CONFIG_MMU_NOTIFIER > + /* prevent the VM to release pages under sptes mappings */ > + vma->vm_flags |= VM_LOCKED; > +#endif > return 0; > } > > Erm I don't think this means what you think it means. This is the kernel/user communication area, used to pass exit data to userspace. It's not the memslot vma. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace