From: Al Viro Date: Mon, 5 May 2014 00:11:36 +0000 (-0400) Subject: handle suicide on late failure exits in execve() in search_binary_handler() X-Git-Tag: fixes-against-v3.18-rc2~105^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d860a140beac48a1377f179e693abe86a9dac9;p=pandora-kernel.git handle suicide on late failure exits in execve() in search_binary_handler() ... rather than doing that in the guts of ->load_binary(). [updated to fix the bug spotted by Shentino - for SIGSEGV we really need something stronger than send_sig_info(); again, better do that in one place] Signed-off-by: Al Viro --- Reading git-diff-tree failed