From: Tejun Heo Date: Fri, 17 Jun 2011 14:50:36 +0000 (+0200) Subject: ptrace: move SIGTRAP on exec(2) logic to ptrace_event() X-Git-Tag: v3.1-rc1~308^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c04b934d429b1ace21866f011b66de328c0dc9;p=pandora-kernel.git ptrace: move SIGTRAP on exec(2) logic to ptrace_event() 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 Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed