From: Chuck Ebbert <76306.1226@compuserve.com> Date: Sat, 5 Aug 2006 19:14:11 +0000 (-0700) Subject: [PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONE X-Git-Tag: v2.6.18-rc4~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f59ce5d0e0dd837853385927b150f5cef3a7f52;p=pandora-kernel.git [PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONE When delivering PTRACE_EVENT_VFORK_DONE, provide pid of the child process when tracer calls ptrace(PTRACE_GETEVENTMSG). This is already (accidentally) available when the tracer is tracing VFORK in addition to VFORK_DONE. Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Cc: Daniel Jacobowitz Cc: Albert Cahalan Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed