On Sun, Dec 14, 2014 at 3:02 PM, Kirill A. Shutemov <kir...@shutemov.name> wrote: > > How can we know that it's okay to move vma around for random driver which > provide .mmap? Or I miss something obvious?
I do think that it would likely be a good idea to require an explicit flag somewhere before we do "move_vma()". I agree that it's kind of odd that we just assume everything is safe to move. That said, drivers or other random mappings that know about the virtual address should largely be considered buggy and broken anyway. I'm not convinced it's a good idea for aio either, but it probably has a better excuse than most. Linus -- 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/