From: Denys Vlasenko Date: Fri, 5 Oct 2012 00:15:29 +0000 (-0700) Subject: coredump: pass siginfo_t* to do_coredump() and below, not merely signr X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~12^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab1c309b344880d81494e9eab7fb27682bc6d9d;p=pandora-kernel.git coredump: pass siginfo_t* to do_coredump() and below, not merely signr This is a preparatory patch for the introduction of NT_SIGINFO elf note. With this patch we pass "siginfo_t *siginfo" instead of "int signr" to do_coredump() and put it into coredump_params. It will be used by the next patch. Most changes are simple s/signr/siginfo->si_signo/. Signed-off-by: Denys Vlasenko Reviewed-by: Oleg Nesterov Cc: Amerigo Wang Cc: "Jonathan M. Foote" Cc: Roland McGrath Cc: Pedro Alves Cc: Fengguang Wu Cc: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed