From: Roland McGrath Date: Wed, 6 Feb 2008 21:39:43 +0000 (+0100) Subject: x86: make traps on entry code be debuggable in user space, 64-bit X-Git-Tag: v2.6.25-rc1~513^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa4b37d3e899cfe7a9cbdcda2b277df4c1f210d;p=pandora-kernel.git x86: make traps on entry code be debuggable in user space, 64-bit Unify the x86-64 behavior for 32-bit processes that set bogus %cs/%ss values (the only ones that can fault in iret) match what the native i386 behavior is. (do not kill the task via do_exit but generate a SIGSEGV signal) [ tglx@linutronix.de: build fix ] Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed