From: Oleg Nesterov Date: Tue, 22 Nov 2011 20:13:48 +0000 (+0100) Subject: tracing: let trace_signal_generate() report more info, kill overflow_fail/lose_info X-Git-Tag: v3.4-rc1~192^2~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c303d3ab39f0dc69546f179c424ee1124f50906;p=pandora-kernel.git tracing: let trace_signal_generate() report more info, kill overflow_fail/lose_info __send_signal()->trace_signal_generate() doesn't report enough info. The users want to know was the signal actually delivered or not, and they also need the shared/private info. The patch moves trace_signal_generate() at the end of __send_signal() and adds the 2 additional arguments. This also allows us to kill trace_signal_overflow_fail/lose_info, we can simply add the appropriate TRACE_SIGNAL_ "result" codes. Reported-by: Seiji Aguchi Reviewed-by: Seiji Aguchi Acked-by: Steven Rostedt Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed