[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: xsd_kva mmap
On 6 Mar 2006, at 18:30, Chris Wright wrote: I did an almost identical patch to yours for xsd_kva mmap. You'll find it below. I just saw the conflict when updating, and think that we may want to merge approaches. Main difference is in populating the ops, and making xsd_kva rdwr. The first is just cleanup, the second I don't believe is functional in your version. Can't open rdwr and mmapPROT_READ|PROT_WRITE and 0400 file. Also, I just drop the read interface entirely, as it's no longer needed. I'll follow this up with the actualdiff between the two. Also, your patch would need to set vma->vm_pgoff before calling remap_pfn_range(), or the unmap code will incorrectly mess with page reference counts (because the skanky VM_PFNMAP check in vm_normal_page would not trigger and so that function will return non-NULL). -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |