From: Al Viro Date: Sun, 3 Oct 2010 05:36:58 +0000 (-0400) Subject: m68k: If we fail to set sigframe up, just leave regs alone... X-Git-Tag: v2.6.38-rc1~425^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90731d7537317ad5d9672187f7a1dff90b29bb12;p=pandora-kernel.git m68k: If we fail to set sigframe up, just leave regs alone... Same principle as with the previous patch - do not destroy the state if sigframe setup fails. Incidentally, it's actually _less_ work - we don't need to go through adjust_stack dance on failure if we don't touch regs->stkadj until we know we'd written sigframe out. Signed-off-by: Al Viro Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed