git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d787d3
)
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails
author
Oleg Nesterov
<oleg@redhat.com>
Fri, 14 Sep 2012 16:03:59 +0000
(18:03 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Sat, 29 Sep 2012 19:21:52 +0000
(21:21 +0200)
If handle_swbp()->find_active_uprobe() fails we return with
utask->state = UTASK_BP_HIT.
Change handle_swbp() to reset utask->state at the start. Note
that we do this unconditionally, see the next patch(es).
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found