From: Oleg Nesterov Date: Wed, 7 May 2014 14:47:09 +0000 (+0200) Subject: x86/traps: Use SEND_SIG_PRIV instead of force_sig() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~14^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38cad57be9800e46c52a3612fb9d963eee4fd9c3;p=pandora-kernel.git x86/traps: Use SEND_SIG_PRIV instead of force_sig() force_sig() is just force_sig_info(SEND_SIG_PRIV). Imho it should die, we have too many ugly "send signal" helpers. And do_trap() looks just ugly because it uses force_sig_info() or force_sig() depending on info != NULL. Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed