diff options
| author | Konstantin Khlebnikov <[email protected]> | 2012-10-08 16:28:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-10-09 16:22:18 +0900 |
| commit | 2dd8ad81e31d0d36a5d448329c646ab43eb17788 (patch) | |
| tree | cd358be45ed8067673edac7f1db6b6a42a96d9db /tools/perf/scripts/python | |
| parent | 0b173bc4daa8f8ec03a85abf5e47b23502ff80af (diff) | |
mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
Some security modules and oprofile still uses VM_EXECUTABLE for retrieving
a task's executable file. After this patch they will use mm->exe_file
directly. mm->exe_file is protected with mm->mmap_sem, so locking stays
the same.
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Acked-by: Chris Metcalf <[email protected]> [arch/tile]
Acked-by: Tetsuo Handa <[email protected]> [tomoyo]
Cc: Alexander Viro <[email protected]>
Cc: Carsten Otte <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Ingo Molnar <[email protected]>
Acked-by: James Morris <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Kentaro Takeda <[email protected]>
Cc: Matt Helsley <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: Suresh Siddha <[email protected]>
Cc: Venkatesh Pallipadi <[email protected]>
Acked-by: Linus Torvalds <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions