commit | 79d54b249c176ba4abb9a580951400246dd974b1 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Fri Sep 14 18:03:59 2012 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Sat Sep 29 21:21:52 2012 +0200 |
tree | e3efd0adcd88f476c775b9b77b58e58424739174 | |
parent | 1d787d37c8ff6612b8151c6dff15bfa7347bcbdf [diff] |
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails 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>