diff options
author | Oleg Nesterov <[email protected]> | 2012-06-15 17:43:47 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-06-16 09:10:47 +0200 |
commit | eb2bf57bee42c7565032f93adaa211e2c9fcc52c (patch) | |
tree | 98eb3ecffb5e8489b6a026788880e80f5f9a1a92 /tools/perf/scripts/python/check-perf-trace.py | |
parent | fc36f59565861af2e897225bc3782479a26c5d5a (diff) |
uprobes: No need to re-check vma_address() in write_opcode()
write_opcode() is called by register_for_each_vma() and
uprobe_mmap() paths. In both cases the caller has already
verified this vaddr under mmap_sem, no need to re-check.
Note also that this check is wrong anyway, we should not
truncate loff_t returned by vma_address() if we do not trust
this mapping.
Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: Srikar Dronamraju <[email protected]>
Acked-by: Ananth N Mavinakayanahalli <[email protected]>
Cc: Anton Arapov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions