Re: [PATCH v3 07/10] mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
From: James Morris <jmorris@namei.org>
Date: 2012-08-01 01:36:51
Also in:
lkml
From: James Morris <jmorris@namei.org>
Date: 2012-08-01 01:36:51
Also in:
lkml
On Tue, 31 Jul 2012, Konstantin Khlebnikov wrote:
Some security modules and oprofile still uses VM_EXECUTABLE for retrieving task's executable file, after this patch they will use mm->exe_file directly. mm->exe_file protected with mm->mmap_sem, so locking stays the same.
Acked-by: James Morris <redacted> -- James Morris [off-list ref] -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>