diff options
author | Konstantin Khlebnikov <[email protected]> | 2012-06-07 14:21:11 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-06-07 14:43:55 -0700 |
commit | bafb282df29c1524b1617019adebd6d0c3eb7a47 (patch) | |
tree | f0b9efa850b4b298ce484eead5c8d9de87dde3e9 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 6305902c2f871fd6db60af367bd7120fa977fa74 (diff) |
c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal
A fix for commit b32dfe377102 ("c/r: prctl: add ability to set new
mm_struct::exe_file").
After removing mm->num_exe_file_vmas kernel keeps mm->exe_file until
final mmput(), it never becomes NULL while task is alive.
We can check for other mapped files in mm instead of checking
mm->num_exe_file_vmas, and mark mm with flag MMF_EXE_FILE_CHANGED in
order to forbid second changing of mm->exe_file.
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Reviewed-by: Cyrill Gorcunov <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Matt Helsley <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: KOSAKI Motohiro <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Pavel Emelyanov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions