From: Heiko Carstens Date: Tue, 19 Feb 2008 14:29:34 +0000 (+0100) Subject: [S390] Fix futex_atomic_cmpxchg_std inline assembly. X-Git-Tag: v2.6.25-rc3~121^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b02b3ff1d9a2e1074f559c84ed378cfa6fc3c0;p=pandora-kernel.git [S390] Fix futex_atomic_cmpxchg_std inline assembly. Add missing exception table entry so that the kernel can handle proctection exceptions as well on the cs instruction. Currently only specification exceptions are handled correctly. The missing entry allows user space to crash the kernel. Cc: stable Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed