On 06/23, Andy Lutomirski wrote: > > On Tue, Jun 23, 2015 at 11:02 AM, Oleg Nesterov <o...@redhat.com> wrote: > > On 06/22, Andy Lutomirski wrote: > >> > >> On Mon, Jun 22, 2015 at 5:47 PM, Oleg Nesterov <o...@redhat.com> wrote: > >> > > >> > I never understood why ->mremap() lives in file_operations, not in > >> > vm_operations_struct. To me vma->vm_file->f_op in move_vma() just > >> > looks strange, vma->vm_ops->mremap(new_vma) looks "obviously better". > >> > > >> > And afaics more useful. CRIU remaps vdso, but this does not update > >> > mm->context.vdso. OK, probably this does not matter currently, CRIU > >> > can't c/r the compat tasks, and 64-bit apps do not use context.vdso. > >> > Afaics. Still, I think we might want to have special_mapping_remap() > >> > and we can't do this because ->vm_file == NULL. > >> > >> I would like this. Then I could clean up and resubmit my patch to > >> keep context.vdso up to date. > > > > Cough... where can I find this patch ? ;) > > > > https://git.kernel.org/cgit/linux/kernel/git/luto/linux.git/log/?h=vdso/vma_tracking
Aha, thanks. So yes, looks like your "Add a mechanism to track the current address of a special mapping" can rely on vm_ops->mremap(). Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/