diff for duplicates of <4ECA42A2.1040300@redhat.com> diff --git a/a/1.txt b/N1/1.txt index a2f7e3c..2e9de6f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,7 +35,8 @@ Yes, this is similar to kvm/x86 before mmu notifiers were added. > > > + * We require read & write permission as we cannot yet > > > + * enforce guest read-only protection or no access. > > > + */ -> > > + if ((vma->vm_flags & (VM_READ | VM_WRITE)) !> > > + (VM_READ | VM_WRITE)) +> > > + if ((vma->vm_flags & (VM_READ | VM_WRITE)) != +> > > + (VM_READ | VM_WRITE)) > > > + goto err_unlock; > > > > This, too, must be done at get_user_pages() time. diff --git a/a/content_digest b/N1/content_digest index ef3398e..b8375b8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\04EC8F158.8010706@redhat.com\0" "ref\020111121110356.GA1516@bloggs.ozlabs.ibm.com\0" "From\0Avi Kivity <avi@redhat.com>\0" - "Subject\0Re: [PATCH 01/11] KVM: PPC: Add memory-mapping support for PCI passthrough\0" - "Date\0Mon, 21 Nov 2011 12:22:58 +0000\0" + "Subject\0Re: [PATCH 01/11] KVM: PPC: Add memory-mapping support for PCI passthrough and emulation\0" + "Date\0Mon, 21 Nov 2011 14:22:58 +0200\0" "To\0Paul Mackerras <paulus@samba.org>\0" "Cc\0linuxppc-dev@ozlabs.org" Alexander Graf <agraf@suse.de> @@ -48,7 +48,8 @@ "> > > +\t\t * We require read & write permission as we cannot yet\n" "> > > +\t\t * enforce guest read-only protection or no access.\n" "> > > +\t\t */\n" - "> > > +\t\tif ((vma->vm_flags & (VM_READ | VM_WRITE)) !> > > +\t\t (VM_READ | VM_WRITE))\n" + "> > > +\t\tif ((vma->vm_flags & (VM_READ | VM_WRITE)) !=\n" + "> > > +\t\t (VM_READ | VM_WRITE))\n" "> > > +\t\t\tgoto err_unlock;\n" "> > \n" "> > This, too, must be done at get_user_pages() time.\n" @@ -67,4 +68,4 @@ "-- \n" error compiling committee.c: too many arguments to function -3d6ab51bd39850800adc190897b2b9d3a0858fec175a59daa618f944e9bc1935 +0d0b03c3e7e9e0cd581fb096e8780ad6824e6bcf18da0e75a32c531fc0a1a7dc
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.