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:
643ad83
)
ptrace: move SIGTRAP on exec(2) logic to ptrace_event()
author
Tejun Heo
<tj@kernel.org>
Fri, 17 Jun 2011 14:50:36 +0000
(16:50 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Wed, 22 Jun 2011 17:26:28 +0000
(19:26 +0200)
Move SIGTRAP on exec(2) logic from tracehook_report_exec() to
ptrace_event(). This is part of changes to make ptrace_event()
smarter and handle ptrace event related details in one place.
This doesn't introduce any behavior change.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
No differences found