K 10 svn:author V 8 hselasky K 8 svn:date V 27 2017-05-05T14:09:44.077585Z K 7 svn:log V 387 Fix for use after free in the LinuxKPI. Background: The same VM object might be shared by multiple processes and the mm_struct is usually freed when a process exits. Grab a reference on the mm_struct while the vmap is in the linux_vma_head list in case the first process which inserted a VM object has exited. Tested by: kwm @ MFC after: 1 week Sponsored by: Mellanox Technologies END