On Sun, Dec 14, 2014 at 3:02 PM, Kirill A. Shutemov <kirill@xxxxxxxxxxxxx> 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>