From: Al Viro Date: Tue, 12 Oct 2010 03:13:51 +0000 (-0400) Subject: m68k: Missing syscall_trace() on sigreturn X-Git-Tag: v2.6.38-rc1~425^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6f56a75bb2a65b3a1b8d14a9787fdaadae71c1;p=pandora-kernel.git m68k: Missing syscall_trace() on sigreturn If we leave sigreturn via ret_from_signal, we end up with syscall trace only on entry, leading to very unhappy strace, among other things. Note that this means different behaviours for signals delivered while we were in pagefault and for ones delivered while we were in interrupt... Signed-off-by: Al Viro Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed