diff options
author | Oleg Nesterov <[email protected]> | 2012-05-29 21:27:59 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-06-06 17:14:49 +0200 |
commit | a3d7bb47937b3a40b9f0c75655e97b3bb6407cbe (patch) | |
tree | ac573bd042efa291c71c956930c81d80e79e4a69 /lib/string_helpers.c | |
parent | c00b275043adc14d668f36266b890f0c53d46640 (diff) |
uprobes: Change read_opcode() to use FOLL_FORCE
set_orig_insn()->read_opcode() should not fail if the probed
task did mprotect() after uprobe_register(), change it to use
FOLL_FORCE. Without FOLL_WRITE this doesn't have any "side"
effect but allows to read the !VM_READ memory.
There is another reason for this change, we are going to use
is_swbp_at_addr() from handle_swbp() which can race with another
thread doing mprotect().
Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: Srikar Dronamraju <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Anton Arapov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Masami Hiramatsu <[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 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions