From: Martin Schwidefsky Date: Mon, 31 Jan 2011 10:30:05 +0000 (+0100) Subject: [S390] missing sacf in uaccess X-Git-Tag: v2.6.38-rc4~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d82692f4513ccf78de548b8ecea58adf03fa9a;p=pandora-kernel.git [S390] missing sacf in uaccess The uaccess functions copy_in_user_std and clear_user_std fail to switch back from secondary space mode to primary space mode with sacf in case of an unresolvable page fault. We need to make sure that the switch back to primary mode is done in all cases, otherwise the code following the uaccess inline assembly will crash. Reported-by: Alexander Graf Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed