summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2012-05-29 19:29:28 (GMT)
committerIngo Molnar <mingo@kernel.org>2012-06-06 15:21:48 (GMT)
commit77fc4af1b59d12ab3b1467adf0a5204806853123 (patch)
tree0df96ddd6503d47d665e09edef76e3cd12b15b70 /Kbuild
parentd790d34653ab20c74034902f5f0889bba807949a (diff)
downloadlinux-fsl-qoriq-77fc4af1b59d12ab3b1467adf0a5204806853123.tar.xz
uprobes: Change register_for_each_vma() to take mm->mmap_sem for writing
Change register_for_each_vma() to take mm->mmap_sem for writing. This is a bit unfortunate but hopefully not too bad, this is the slow path anyway. This is needed to ensure that find_active_uprobe() can not race with uprobe_register() which adds the new bp at the same bp_vaddr, after find_uprobe() fails and before is_swbp_at_addr_fast() checks the memory. IOW, this is needed to ensure that if find_active_uprobe() returns NULL but is_swbp == true, we can safely assume that it was the "normal" int3 and we should send SIGTRAP. There is another reason for this change. We are going to replace uprobes_state->count with MMF_ flags set by register/unregister and cleared by find_active_uprobe(), and set/clear shouldn't race with each other. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Cc: Anton Arapov <anton@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20120529192928.GE8057@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions